Skip to content

Commit

Permalink
v4-beta release prepping
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 c60aa3e commit d98a0d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require-dev": {
"laravel/pint": "^1.2",
"larastan/larastan": "^2.4.0",
"sampoyigi/testbench": "^1.0",
"sampoyigi/testbench": "dev-main as 1.0",
"pestphp/pest-plugin-laravel": "^2.0"
},
"autoload": {
Expand Down
15 changes: 0 additions & 15 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,6 @@ parameters:
count: 2
path: src/Classes/EventRegistry.php

-
message: "#^Call to static method extend\\(\\) on an unknown class Igniter\\\\Pages\\\\Models\\\\MenuItem\\.$#"
count: 1
path: src/Classes/EventRegistry.php

-
message: "#^Call to static method extend\\(\\) on an unknown class Igniter\\\\Pages\\\\Models\\\\Page\\.$#"
count: 1
path: src/Classes/EventRegistry.php

-
message: "#^Cannot call method getTranslatableAttributes\\(\\) on class\\-string\\|object\\.$#"
count: 1
Expand All @@ -60,11 +50,6 @@ parameters:
count: 1
path: src/Classes/EventRegistry.php

-
message: "#^Class Igniter\\\\Pages\\\\Classes\\\\Page not found\\.$#"
count: 1
path: src/Classes/EventRegistry.php

-
message: "#^Static method Illuminate\\\\Support\\\\Facades\\\\Event\\:\\:listen\\(\\) invoked with 3 parameters, 1\\-2 required\\.$#"
count: 1
Expand Down

0 comments on commit d98a0d6

Please sign in to comment.