Skip to content

Commit

Permalink
enable back preloading
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Feb 4, 2024
1 parent af7f798 commit 6ac182f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/phpstan
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use Symfony\Component\Console\Helper\ProgressBar;
define('__PHPSTAN_RUNNING__', true);

$devOrPharLoader = require_once __DIR__ . '/../vendor/autoload.php';
//require_once __DIR__ . '/../preload.php';
require_once __DIR__ . '/../preload.php';
$composer = ComposerHelper::getComposerConfig(getcwd());

if ($composer !== null) {
Expand Down

0 comments on commit 6ac182f

Please sign in to comment.