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 Aug 10, 2024
1 parent 93b0784 commit fc5349c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,11 @@ parameters:
count: 1
path: src/Exceptions/ResourceException.php

-
message: "#^Access to an undefined property Illuminate\\\\Support\\\\Optional\\:\\:\\$id\\.$#"
count: 1
path: src/Extension.php

-
message: "#^Access to an undefined property Igniter\\\\Api\\\\Classes\\\\ApiController\\:\\:\\$restConfig\\.$#"
count: 1
Expand Down Expand Up @@ -315,6 +320,11 @@ parameters:
count: 1
path: src/Http/Controllers/Tokens.php

-
message: "#^Access to an undefined property Illuminate\\\\Support\\\\Optional\\:\\:\\$tokenable\\.$#"
count: 1
path: src/Listeners/TokenEventSubscriber.php

-
message: "#^Access to an undefined property Igniter\\\\Api\\\\Models\\\\Resource\\:\\:\\$endpoint\\.$#"
count: 6
Expand Down

0 comments on commit fc5349c

Please sign in to comment.