Fixed PHPStan issues

This commit is contained in:
Ondrej Mirtes 2020-02-08 19:53:19 +01:00
parent eade304bc5
commit e8ea606e12
No known key found for this signature in database
GPG Key ID: 8E730BA25823D8B5
2 changed files with 0 additions and 6 deletions

View File

@ -1,5 +1,3 @@
# temporary disabled till PHPStan autolaod bug is fixed
# https://github.com/rectorphp/rector/pull/2800
name: Test With Doctrine
on:

View File

@ -25,10 +25,6 @@ $autoloadIncluder->includeCwdVendorAutoloadIfExists();
$autoloadIncluder->autoloadProjectAutoloaderFile('/../../autoload.php');
$autoloadIncluder->includeDependencyOrRepositoryVendorAutoloadIfExists();
// temporary hackaround
// @see https://github.com/rectorphp/rector/issues/2749#issuecomment-582312655
include_once 'phar://vendor/phpstan/phpstan/phpstan.phar/vendor/jetbrains/phpstorm-stubs/PhpStormStubsMap.php';
try {
$rectorConfigsResolver = new RectorConfigsResolver();
$configs = $rectorConfigsResolver->provide();