resolving namespace conflicts #14
Merged
Scrutinizer / Inspection
required action
Sep 15, 2024 in 15m 40s
Summary
2 new issues, 20 updated code elements
Annotations
Check failure on line 60 in src/Console/RollbackNewMigrations.php
scrutinizer / Inspection
src/Console/RollbackNewMigrations.php#L60
The method ``getRelativePathname()`` does not exist on ``SplFileInfo``. It seems like you code against a sub-type of ``SplFileInfo`` such as ``RectorPrefix202409\Symfony\Component\Finder\SplFileInfo`` or ``RectorPrefix202409\Nette\Utils\FileInfo`` or ``Nette\Utils\FileInfo`` or ``Psy\Readline\Hoa\IteratorSplFileInfo`` or ``ECSPrefix20211002\Symfony\Component\Finder\SplFileInfo`` or ``Symfony\Component\Finder\SplFileInfo`` or ``Illuminate\Http\UploadedFile``.
Check notice on line 33 in src/Console/RollbackNewMigrations.php
scrutinizer / Inspection
src/Console/RollbackNewMigrations.php#L33
``explode(Umbrellio\RollbackMissingMigrations\Console\PHP_EOL, shell_exec($gitCommand))`` of type ``string[]`` is incompatible with the type ``Illuminate\Contracts\Support\Arrayable`` expected by parameter ``$value`` of ``collect()``.
Loading