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.
2 parents 7e4930d + 42d4334 commit 4bae429Copy full SHA for 4bae429
bootstrap.php
@@ -1,5 +1,5 @@
1
<?php declare(strict_types = 1);
2
3
-$app = require_once __DIR__ . '/../../bootstrap/app.php';
+$app = require_once __DIR__ . '/../../../bootstrap/app.php';
4
5
$app->make(\Illuminate\Contracts\Console\Kernel::class)->bootstrap();
extension.neon
@@ -19,4 +19,4 @@ services:
19
- phpstan.broker.dynamicFunctionReturnTypeExtension
20
21
parameters:
22
- bootstrap: %rootDir%/vendor/weebly/phpstan-laravel/bootstrap.php
+ bootstrap: %rootDir%/../../weebly/phpstan-laravel/bootstrap.php
0 commit comments