Skip to content

Commit

Permalink
fix phpstan errors
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed May 11, 2024
1 parent cf2b0b1 commit e9aa515
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@ parameters:
count: 2
path: src/Actions/LoginUser.php

-
message: "#^Call to an undefined static method Igniter\\\\User\\\\Facades\\\\Auth\\:\\:getUser\\(\\)\\.$#"
count: 1
path: src/Actions/LogoutUser.php

-
message: "#^Call to an undefined static method Igniter\\\\User\\\\Facades\\\\Auth\\:\\:logout\\(\\)\\.$#"
count: 1
path: src/Actions/LogoutUser.php

-
message: "#^Call to an undefined static method Illuminate\\\\Support\\\\Facades\\\\Event\\:\\:fire\\(\\)\\.$#"
count: 1
path: src/Actions/LogoutUser.php

-
message: "#^Access to an undefined property Igniter\\\\User\\\\Actions\\\\RegisterUser\\:\\:\\$loginPage\\.$#"
count: 1
Expand Down Expand Up @@ -567,7 +582,7 @@ parameters:

-
message: "#^Access to an undefined property Igniter\\\\User\\\\Models\\\\Customer\\:\\:\\$first_name\\.$#"
count: 2
count: 3
path: src/Models/Customer.php

-
Expand All @@ -587,7 +602,7 @@ parameters:

-
message: "#^Access to an undefined property Igniter\\\\User\\\\Models\\\\Customer\\:\\:\\$last_name\\.$#"
count: 2
count: 3
path: src/Models/Customer.php

-
Expand All @@ -597,7 +612,7 @@ parameters:

-
message: "#^Access to an undefined property Igniter\\\\User\\\\Models\\\\Customer\\:\\:\\$reset_code\\.$#"
count: 1
count: 2
path: src/Models/Customer.php

-
Expand Down Expand Up @@ -650,6 +665,11 @@ parameters:
count: 1
path: src/Models/Customer.php

-
message: "#^Call to an undefined static method Illuminate\\\\Support\\\\Facades\\\\Mail\\:\\:queueTemplate\\(\\)\\.$#"
count: 1
path: src/Models/Customer.php

-
message: "#^Unsafe usage of new static\\(\\)\\.$#"
count: 1
Expand Down

0 comments on commit e9aa515

Please sign in to comment.