Skip to content

Commit

Permalink
Update phpstan baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Jun 27, 2024
1 parent e59dbad commit 856ccbe
Showing 1 changed file with 41 additions and 6 deletions.
47 changes: 41 additions & 6 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -4286,17 +4286,17 @@ parameters:
path: src/System/Classes/ExtensionManager.php

-
message: "#^Method Igniter\\\\System\\\\Classes\\\\HubManager\\:\\:requestRemoteData\\(\\) invoked with 4 parameters, 1\\-2 required\\.$#"
message: "#^Access to an undefined property Igniter\\\\System\\\\Models\\\\Language\\:\\:\\$can_update\\.$#"
count: 1
path: src/System/Classes/HubManager.php
path: src/System/Classes/LanguageManager.php

-
message: "#^Access to an undefined property Igniter\\\\System\\\\Models\\\\Language\\:\\:\\$can_update\\.$#"
message: "#^Access to an undefined property Igniter\\\\System\\\\Models\\\\Language\\:\\:\\$code\\.$#"
count: 1
path: src/System/Classes/LanguageManager.php

-
message: "#^Access to an undefined property Igniter\\\\System\\\\Models\\\\Language\\:\\:\\$code\\.$#"
message: "#^Access to an undefined property Igniter\\\\System\\\\Models\\\\Language\\:\\:\\$version\\.$#"
count: 1
path: src/System/Classes/LanguageManager.php

Expand All @@ -4316,7 +4316,12 @@ parameters:
path: src/System/Classes/LanguageManager.php

-
message: "#^Call to an undefined static method Igniter\\\\System\\\\Models\\\\Language\\:\\:firstOrCreate\\(\\)\\.$#"
message: "#^Call to an undefined static method Igniter\\\\Flame\\\\Support\\\\Facades\\\\File\\:\\:makeDirectory\\(\\)\\.$#"
count: 1
path: src/System/Classes/LanguageManager.php

-
message: "#^Call to an undefined static method Igniter\\\\Flame\\\\Support\\\\Facades\\\\File\\:\\:put\\(\\)\\.$#"
count: 1
path: src/System/Classes/LanguageManager.php

Expand Down Expand Up @@ -4420,6 +4425,16 @@ parameters:
count: 1
path: src/System/Console/Commands/IgniterUtil.php

-
message: "#^Access to an undefined property Igniter\\\\System\\\\Models\\\\Language\\:\\:\\$code\\.$#"
count: 3
path: src/System/Console/Commands/LanguageInstall.php

-
message: "#^Access to an undefined property Igniter\\\\System\\\\Models\\\\Language\\:\\:\\$version\\.$#"
count: 1
path: src/System/Console/Commands/LanguageInstall.php

-
message: "#^Result of method Illuminate\\\\Console\\\\OutputStyle\\:\\:writeln\\(\\) \\(void\\) is used\\.$#"
count: 1
Expand Down Expand Up @@ -4565,6 +4580,11 @@ parameters:
count: 1
path: src/System/Http/Controllers/Extensions.php

-
message: "#^Access to an undefined property Igniter\\\\Flame\\\\Database\\\\Model\\:\\:\\$code\\.$#"
count: 1
path: src/System/Http/Controllers/Languages.php

-
message: "#^Access to an undefined property Igniter\\\\System\\\\Http\\\\Controllers\\\\Languages\\:\\:\\$checkUrl\\.$#"
count: 1
Expand All @@ -4577,7 +4597,7 @@ parameters:

-
message: "#^Call to an undefined method Igniter\\\\System\\\\Http\\\\Controllers\\\\Languages\\:\\:formFindModelObject\\(\\)\\.$#"
count: 3
count: 4
path: src/System/Http/Controllers/Languages.php

-
Expand Down Expand Up @@ -5045,6 +5065,11 @@ parameters:
count: 1
path: src/System/Models/Language.php

-
message: "#^Access to an undefined property Igniter\\\\System\\\\Models\\\\Language\\:\\:\\$version\\.$#"
count: 1
path: src/System/Models/Language.php

-
message: "#^Access to undefined constant static\\(Igniter\\\\System\\\\Models\\\\Language\\)\\:\\:DEFAULTABLE_COLUMN\\.$#"
count: 1
Expand Down Expand Up @@ -5320,6 +5345,16 @@ parameters:
count: 2
path: src/System/Models/MailTheme.php

-
message: "#^Access to an undefined property Igniter\\\\System\\\\Models\\\\Language\\:\\:\\$code\\.$#"
count: 1
path: src/System/Models/Observers/LanguageObserver.php

-
message: "#^Access to an undefined property Igniter\\\\System\\\\Models\\\\Language\\:\\:\\$idiom\\.$#"
count: 1
path: src/System/Models/Observers/LanguageObserver.php

-
message: "#^Access to undefined constant static\\(Igniter\\\\System\\\\Models\\\\Page\\)\\:\\:SWITCHABLE_COLUMN\\.$#"
count: 1
Expand Down

0 comments on commit 856ccbe

Please sign in to comment.