Add ECS TypeDeclarationSpacesFixer rule; Applying ECS changes #106
Annotations
10 errors and 2 warnings
TheGame - Symfony: ^6.3, PHP: 8.1, MySQL: 8.0:
src/Application/Component/FleetJourney/Command/StartJourneyCommand.php#L11
Method TheGame\Application\Component\FleetJourney\Command\StartJourneyCommand::__construct() has parameter $resourcesLoad with no value type specified in iterable type array.
|
TheGame - Symfony: ^6.3, PHP: 8.1, MySQL: 8.0:
src/Application/Component/FleetJourney/Command/StartJourneyCommand.php#L11
Method TheGame\Application\Component\FleetJourney\Command\StartJourneyCommand::__construct() has parameter $shipsTakingJourney with no value type specified in iterable type array.
|
TheGame - Symfony: ^6.3, PHP: 8.1, MySQL: 8.0:
src/Application/Component/FleetJourney/CommandHandler/StartJourneyCommandHandler.php#L57
Call to an undefined method TheGame\Application\Component\FleetJourney\Domain\Factory\JourneyFactoryInterface::createJourney().
|
TheGame - Symfony: ^6.3, PHP: 8.1, MySQL: 8.0:
src/Application/Component/FleetJourney/Domain/Entity/Fleet.php#L53
Method TheGame\Application\Component\FleetJourney\Domain\Entity\Fleet::addShips() has parameter $ships with no value type specified in iterable type array.
|
TheGame - Symfony: ^6.3, PHP: 8.1, MySQL: 8.0:
src/Application/Component/FleetJourney/Domain/Entity/Fleet.php#L53
PHPDoc tag @var above a method has no effect.
|
TheGame - Symfony: ^6.3, PHP: 8.1, MySQL: 8.0:
src/Application/Component/FleetJourney/Domain/Entity/Fleet.php#L89
Method TheGame\Application\Component\FleetJourney\Domain\Entity\Fleet::hasEnoughShips() has parameter $shipsToCompare with no value type specified in iterable type array.
|
TheGame - Symfony: ^6.3, PHP: 8.1, MySQL: 8.0:
src/Application/Component/FleetJourney/Domain/Entity/Fleet.php#L89
PHPDoc tag @var above a method has no effect.
|
TheGame - Symfony: ^6.3, PHP: 8.1, MySQL: 8.0:
src/Application/Component/FleetJourney/Domain/Entity/Fleet.php#L114
Method TheGame\Application\Component\FleetJourney\Domain\Entity\Fleet::hasMoreShipsThan() has parameter $shipsToCompare with no value type specified in iterable type array.
|
TheGame - Symfony: ^6.3, PHP: 8.1, MySQL: 8.0:
src/Application/Component/FleetJourney/Domain/Entity/Fleet.php#L114
PHPDoc tag @var above a method has no effect.
|
TheGame - Symfony: ^6.3, PHP: 8.1, MySQL: 8.0:
src/Application/Component/FleetJourney/Domain/Entity/Fleet.php#L141
Method TheGame\Application\Component\FleetJourney\Domain\Entity\Fleet::split() has parameter $shipsToSplit with no value type specified in iterable type array.
|
TheGame - Symfony: ^6.3, PHP: 8.1, MySQL: 8.0
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
TheGame - Symfony: ^6.3, PHP: 8.1, MySQL: 8.0
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|