Skip to content

Commit

Permalink
Revert "Fix some autoload-files"
Browse files Browse the repository at this point in the history
This reverts commit 1885415.
  • Loading branch information
ondrejmirtes committed Sep 24, 2020
1 parent 1885415 commit ed01476
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bootstrap.php
Expand Up @@ -13,9 +13,6 @@

if ($composerAutoloader === null) {
$composerAutoloader = require 'phar://' . __DIR__ . '/phpstan.phar/vendor/autoload.php';
require_once 'phar://' . __DIR__ . '/phpstan.phar/vendor/guzzlehttp/guzzle/src/functions_include.php';
require_once 'phar://' . __DIR__ . '/phpstan.phar/vendor/guzzlehttp/promises/src/functions_include.php';
require_once 'phar://' . __DIR__ . '/phpstan.phar/vendor/guzzlehttp/psr7/src/functions_include.php';
require_once 'phar://' . __DIR__ . '/phpstan.phar/vendor/jetbrains/phpstorm-stubs/PhpStormStubsMap.php';
require_once 'phar://' . __DIR__ . '/phpstan.phar/vendor/react/promise-timer/src/functions_include.php';
require_once 'phar://' . __DIR__ . '/phpstan.phar/vendor/react/promise/src/functions_include.php';
Expand Down

0 comments on commit ed01476

Please sign in to comment.