Michael Voříšek
Michael Voříšek
## Feature request It seems at least `new` import is now handled by: - https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/v3.46.0/doc/rules/import/fully_qualified_strict_types.rst and `import_symbols` option - and https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/v3.46.0/doc/rules/import/global_namespace_import.rst `import_classes` option I would expect this to be deduplicated,...
Currently, when this app is opened, is creates `Photos` folder. This is unwanted and polutes our company structure. This is a feature request to not create `Photos` folder only once...
`goto` is currently unreported but considered as bad practise in general. This is a feature request to report any `goto xxx` statement in the code. repro: https://phpstan.org/r/46142fce-98aa-44c8-b18e-9ae82d54365e
needs https://github.com/mlocati/docker-php-extension-installer/pull/1149