Explorar el Código

Remove unnecessary config from phpstan

Jordi Boggiano hace 5 años
padre
commit
675f75c4b4
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      phpstan/config.neon

+ 0 - 1
phpstan/config.neon

@@ -16,7 +16,6 @@ parameters:
         - '~^Anonymous function has an unused use \$io\.$~'
         - '~^Anonymous function has an unused use \$cache\.$~'
         - '~^Anonymous function has an unused use \$path\.$~'
-        - '~^Anonymous function has an unused use \$fileName\.$~'
 
         # ion cube is not installed
         - '~^Function ioncube_loader_\w+ not found\.$~'