Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resolving namespace conflicts #14

Merged
merged 1 commit into from
Sep 15, 2024

resolving namespace conflicts

9d9a7d9
Select commit
Loading
Failed to load commit list.
Merged

resolving namespace conflicts #14

resolving namespace conflicts
9d9a7d9
Select commit
Loading
Failed to load commit list.
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

See this annotation in the file changed.

@scrutinizer 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

See this annotation in the file changed.

@scrutinizer 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()``.