Fixed alias class references

This commit is contained in:
Matias Griese
2022-06-13 19:19:00 +03:00
parent 0b54a7b4bc
commit f570cea3bd
6 changed files with 11 additions and 11 deletions

12
composer.lock generated
View File

@@ -4679,16 +4679,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.7.12",
"version": "1.7.13",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "32f10779d9cd88a9cbd972ec611a4148a3cbbc7e"
"reference": "86ffc063bfd8f264c9eba568e84b0225a6090d09"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/32f10779d9cd88a9cbd972ec611a4148a3cbbc7e",
"reference": "32f10779d9cd88a9cbd972ec611a4148a3cbbc7e",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/86ffc063bfd8f264c9eba568e84b0225a6090d09",
"reference": "86ffc063bfd8f264c9eba568e84b0225a6090d09",
"shasum": ""
},
"require": {
@@ -4714,7 +4714,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.7.12"
"source": "https://github.com/phpstan/phpstan/tree/1.7.13"
},
"funding": [
{
@@ -4734,7 +4734,7 @@
"type": "tidelift"
}
],
"time": "2022-06-09T12:39:36+00:00"
"time": "2022-06-13T15:15:39+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",

View File

@@ -12,6 +12,7 @@ namespace Grav\Common\GPM;
use Exception;
use Grav\Common\Grav;
use Grav\Common\Filesystem\Folder;
use Grav\Common\HTTP\Response;
use Grav\Common\Inflector;
use Grav\Common\Iterator;
use Grav\Common\Utils;

View File

@@ -10,8 +10,8 @@
namespace Grav\Common\GPM\Remote;
use Grav\Common\Grav;
use Grav\Common\HTTP\Response;
use Grav\Common\GPM\Common\AbstractPackageCollection as BaseCollection;
use Grav\Common\GPM\Response;
use \Doctrine\Common\Cache\FilesystemCache;
use RuntimeException;

View File

@@ -10,12 +10,11 @@
namespace Grav\Console\Gpm;
use Exception;
use Grav\Common\Cache;
use Grav\Common\Grav;
use Grav\Common\Filesystem\Folder;
use Grav\Common\HTTP\Response;
use Grav\Common\GPM\GPM;
use Grav\Common\GPM\Installer;
use Grav\Common\GPM\Response;
use Grav\Console\GpmCommand;
use RuntimeException;
use Symfony\Component\Console\Input\InputArgument;

View File

@@ -11,10 +11,10 @@ namespace Grav\Console\Gpm;
use Exception;
use Grav\Common\Filesystem\Folder;
use Grav\Common\HTTP\Response;
use Grav\Common\GPM\GPM;
use Grav\Common\GPM\Installer;
use Grav\Common\GPM\Licenses;
use Grav\Common\GPM\Response;
use Grav\Common\GPM\Remote\Package;
use Grav\Common\Grav;
use Grav\Common\Utils;

View File

@@ -11,8 +11,8 @@ namespace Grav\Console\Gpm;
use Exception;
use Grav\Common\Filesystem\Folder;
use Grav\Common\HTTP\Response;
use Grav\Common\GPM\Installer;
use Grav\Common\GPM\Response;
use Grav\Common\GPM\Upgrader;
use Grav\Common\Grav;
use Grav\Console\GpmCommand;