We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6331a6e commit 2c57fa3Copy full SHA for 2c57fa3
composer.json
@@ -16,7 +16,7 @@
16
"laravel/pint": "^1.17",
17
"orchestra/pest-plugin-testbench": "^2.0|^3.0",
18
"orchestra/testbench": "^8.30|^9.8",
19
- "phpstan/phpstan": "^1.12",
+ "phpstan/phpstan": "^2.1",
20
"spatie/laravel-ray": "^1.39"
21
},
22
"conflict": {
src/DevTool.php
@@ -26,7 +26,7 @@ public static function resourcesIn(string $directory): void
26
$gate = app(GateContract::class);
27
28
foreach ((new Finder)->in($directory)->files() as $resource) {
29
- /** @var class-string<\Laravel\Nova\Resource> $resourceClass */
+ /** @var class-string $resourceClass */
30
$resourceClass = $namespace.str_replace(
31
['/', '.php'],
32
['\\', ''],
0 commit comments