Apply "@PSR12" in php-cs-fixer (#1150)

* Apply "@PSR12" in php-cs-fixer

* Run fix-style
This commit is contained in:
yaegassy
2021-02-05 13:57:35 +01:00
committed by GitHub
parent f0959c1184
commit 4f42af1fa1
3 changed files with 12 additions and 19 deletions
-1
View File
@@ -344,7 +344,6 @@ class Alias
*/
protected function detectMethods()
{
foreach ($this->classes as $class) {
$reflection = new \ReflectionClass($class);