Giter Club home page Giter Club logo

Comments (2)

frank9999 avatar frank9999 commented on May 29, 2024 1

Fixed thanks to @Schnoop

from ultimatewarfare.

frank9999 avatar frank9999 commented on May 29, 2024

vendor/bin/phpstan
Note: Using configuration file /home/frank/projects/UltimateWarfare/phpstan.neon.dist.
225/225 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%


Line src/Controller/Game/FleetController.php


136 Method FrankProjects\UltimateWarfare\Controller\Game\FleetController::getTargetWorldRegionData() return type
has no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Controller/Game/MessageController.php


149 Method FrankProjects\UltimateWarfare\Controller\Game\MessageController::newMessage() has parameter
$playerName with no type specified.
186 Method FrankProjects\UltimateWarfare\Controller\Game\MessageController::getSelectedMessagesFromRequest()
return type has no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Controller/Game/UserController.php


128 Method FrankProjects\UltimateWarfare\Controller\Game\UserController::changeSettings() has no return type
specified.



Line src/Entity/BattleDetails.php


70 Method FrankProjects\UltimateWarfare\Entity\BattleDetails::setType() has no return type specified.



Line src/Entity/Federation.php


22 Property FrankProjects\UltimateWarfare\Entity\Federation::$players with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
25 Property FrankProjects\UltimateWarfare\Entity\Federation::$federationApplications with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
28 Property FrankProjects\UltimateWarfare\Entity\Federation::$federationNews with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
112 Method FrankProjects\UltimateWarfare\Entity\Federation::getFederationApplications() return type with generic
interface Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
120 Method FrankProjects\UltimateWarfare\Entity\Federation::getPlayers() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
128 Method FrankProjects\UltimateWarfare\Entity\Federation::getFederationNews() return type with generic
interface Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Entity/Fleet.php


21 Property FrankProjects\UltimateWarfare\Entity\Fleet::$fleetUnits with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
91 Method FrankProjects\UltimateWarfare\Entity\Fleet::getFleetUnits() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Entity/GameResource.php


19 Method FrankProjects\UltimateWarfare\Entity\GameResource::getAll() return type has no value type specified in
iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Entity/GameUnit.php


27 Property FrankProjects\UltimateWarfare\Entity\GameUnit::$worldRegionUnits with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
30 Property FrankProjects\UltimateWarfare\Entity\GameUnit::$constructions with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
33 Property FrankProjects\UltimateWarfare\Entity\GameUnit::$fleetUnits with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
36 Property FrankProjects\UltimateWarfare\Entity\GameUnit::$operations with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
164 Method FrankProjects\UltimateWarfare\Entity\GameUnit::getWorldRegionUnits() return type with generic
interface Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
169 Method FrankProjects\UltimateWarfare\Entity\GameUnit::setWorldRegionUnits() has parameter $worldRegionUnits
with generic interface Doctrine\Common\Collections\Collection but does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
174 Method FrankProjects\UltimateWarfare\Entity\GameUnit::getConstructions() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
179 Method FrankProjects\UltimateWarfare\Entity\GameUnit::setConstructions() has parameter $constructions with
generic interface Doctrine\Common\Collections\Collection but does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
184 Method FrankProjects\UltimateWarfare\Entity\GameUnit::getFleetUnits() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
189 Method FrankProjects\UltimateWarfare\Entity\GameUnit::setFleetUnits() has parameter $fleetUnits with generic
interface Doctrine\Common\Collections\Collection but does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
194 Method FrankProjects\UltimateWarfare\Entity\GameUnit::getOperations() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
199 Method FrankProjects\UltimateWarfare\Entity\GameUnit::setOperations() has parameter $operations with generic
interface Doctrine\Common\Collections\Collection but does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Entity/GameUnitType.php


23 Property FrankProjects\UltimateWarfare\Entity\GameUnitType::$gameUnits with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
60 Method FrankProjects\UltimateWarfare\Entity\GameUnitType::getGameUnits() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
65 Method FrankProjects\UltimateWarfare\Entity\GameUnitType::setGameUnits() has parameter $gameUnits with
generic interface Doctrine\Common\Collections\Collection but does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Entity/Player.php


48 Property FrankProjects\UltimateWarfare\Entity\Player::$reports with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
51 Property FrankProjects\UltimateWarfare\Entity\Player::$constructions with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
54 Property FrankProjects\UltimateWarfare\Entity\Player::$worldRegions with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
57 Property FrankProjects\UltimateWarfare\Entity\Player::$fleets with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
60 Property FrankProjects\UltimateWarfare\Entity\Player::$marketItems with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
63 Property FrankProjects\UltimateWarfare\Entity\Player::$fromMessages with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
66 Property FrankProjects\UltimateWarfare\Entity\Player::$toMessages with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
69 Property FrankProjects\UltimateWarfare\Entity\Player::$playerResearch with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
72 Property FrankProjects\UltimateWarfare\Entity\Player::$federationApplications with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
169 Method FrankProjects\UltimateWarfare\Entity\Player::getReports() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
174 Method FrankProjects\UltimateWarfare\Entity\Player::getConstructions() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
182 Method FrankProjects\UltimateWarfare\Entity\Player::getWorldRegions() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
190 Method FrankProjects\UltimateWarfare\Entity\Player::getFleets() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
225 Method FrankProjects\UltimateWarfare\Entity\Player::getFromMessages() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
230 Method FrankProjects\UltimateWarfare\Entity\Player::setFromMessages() has parameter $fromMessages with
generic interface Doctrine\Common\Collections\Collection but does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
235 Method FrankProjects\UltimateWarfare\Entity\Player::getToMessages() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
240 Method FrankProjects\UltimateWarfare\Entity\Player::setToMessages() has parameter $toMessages with generic
interface Doctrine\Common\Collections\Collection but does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
248 Method FrankProjects\UltimateWarfare\Entity\Player::getPlayerResearch() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
253 Method FrankProjects\UltimateWarfare\Entity\Player::setPlayerResearches() has parameter $playerResearch with
generic interface Doctrine\Common\Collections\Collection but does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
258 Method FrankProjects\UltimateWarfare\Entity\Player::getFederationApplications() return type with generic
interface Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
263 Method FrankProjects\UltimateWarfare\Entity\Player::setFederationApplications() has parameter
$federationApplications with generic interface Doctrine\Common\Collections\Collection but does not specify
its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
268 Method FrankProjects\UltimateWarfare\Entity\Player::getMarketItems() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
273 Method FrankProjects\UltimateWarfare\Entity\Player::setMarketItems() has parameter $marketItems with generic
interface Doctrine\Common\Collections\Collection but does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Entity/Research.php


21 Property FrankProjects\UltimateWarfare\Entity\Research::$researchPlayers with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
24 Property FrankProjects\UltimateWarfare\Entity\Research::$researchNeeds with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
27 Property FrankProjects\UltimateWarfare\Entity\Research::$requiredResearch with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
30 Property FrankProjects\UltimateWarfare\Entity\Research::$operations with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
110 Method FrankProjects\UltimateWarfare\Entity\Research::getResearchNeeds() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
115 Method FrankProjects\UltimateWarfare\Entity\Research::setResearchNeeds() has parameter $researchNeeds with
generic interface Doctrine\Common\Collections\Collection but does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
120 Method FrankProjects\UltimateWarfare\Entity\Research::getRequiredResearch() return type with generic
interface Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
125 Method FrankProjects\UltimateWarfare\Entity\Research::setRequiredResearch() has parameter $requiredResearch
with generic interface Doctrine\Common\Collections\Collection but does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
130 Method FrankProjects\UltimateWarfare\Entity\Research::getResearchPlayers() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
135 Method FrankProjects\UltimateWarfare\Entity\Research::setResearchPlayers() has parameter $researchPlayers
with generic interface Doctrine\Common\Collections\Collection but does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
140 Method FrankProjects\UltimateWarfare\Entity\Research::getOperations() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
145 Method FrankProjects\UltimateWarfare\Entity\Research::setOperations() has parameter $operations with generic
interface Doctrine\Common\Collections\Collection but does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Entity/User.php


30 Property FrankProjects\UltimateWarfare\Entity\User::$roles type has no value type specified in iterable type
array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type
36 Property FrankProjects\UltimateWarfare\Entity\User::$players with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
55 Method FrankProjects\UltimateWarfare\Entity\User::setRoles() has parameter $roles with no value type
specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type
237 Method FrankProjects\UltimateWarfare\Entity\User::getPlayers() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
242 Method FrankProjects\UltimateWarfare\Entity\User::setPlayers() has parameter $players with generic interface
Doctrine\Common\Collections\Collection but does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
263 Method FrankProjects\UltimateWarfare\Entity\User::__unserialize() has parameter $data with no value type
specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Entity/World.php


33 Property FrankProjects\UltimateWarfare\Entity\World::$worldRegions with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
36 Property FrankProjects\UltimateWarfare\Entity\World::$worldSectors with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
39 Property FrankProjects\UltimateWarfare\Entity\World::$players with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
42 Property FrankProjects\UltimateWarfare\Entity\World::$marketItems with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
45 Property FrankProjects\UltimateWarfare\Entity\World::$messages with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
48 Property FrankProjects\UltimateWarfare\Entity\World::$federations with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
109 Method FrankProjects\UltimateWarfare\Entity\World::getAllStatusOptions() return type has no value type
specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type
205 Method FrankProjects\UltimateWarfare\Entity\World::getWorldRegions() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
213 Method FrankProjects\UltimateWarfare\Entity\World::setWorldRegions() has parameter $worldRegions with generic
interface Doctrine\Common\Collections\Collection but does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
221 Method FrankProjects\UltimateWarfare\Entity\World::getWorldSectors() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
226 Method FrankProjects\UltimateWarfare\Entity\World::setWorldSectors() has parameter $worldSectors with generic
interface Doctrine\Common\Collections\Collection but does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
231 Method FrankProjects\UltimateWarfare\Entity\World::getPlayers() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
236 Method FrankProjects\UltimateWarfare\Entity\World::setPlayers() has parameter $players with generic interface
Doctrine\Common\Collections\Collection but does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
241 Method FrankProjects\UltimateWarfare\Entity\World::getMarketItems() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
246 Method FrankProjects\UltimateWarfare\Entity\World::setMarketItems() has parameter $marketItems with generic
interface Doctrine\Common\Collections\Collection but does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
251 Method FrankProjects\UltimateWarfare\Entity\World::getMessages() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
256 Method FrankProjects\UltimateWarfare\Entity\World::setMessages() has parameter $messages with generic
interface Doctrine\Common\Collections\Collection but does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
261 Method FrankProjects\UltimateWarfare\Entity\World::getFederations() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
266 Method FrankProjects\UltimateWarfare\Entity\World::setFederations() has parameter $federations with generic
interface Doctrine\Common\Collections\Collection but does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Entity/WorldRegion.php


34 Property FrankProjects\UltimateWarfare\Entity\WorldRegion::$worldRegionUnits with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
39 Property FrankProjects\UltimateWarfare\Entity\WorldRegion::$constructions with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
44 Property FrankProjects\UltimateWarfare\Entity\WorldRegion::$fleets with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
49 Property FrankProjects\UltimateWarfare\Entity\WorldRegion::$targetFleets with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
104 Method FrankProjects\UltimateWarfare\Entity\WorldRegion::getAllTypes() return type has no value type
specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type
171 Method FrankProjects\UltimateWarfare\Entity\WorldRegion::getWorldRegionUnits() return type with generic
interface Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
176 Method FrankProjects\UltimateWarfare\Entity\WorldRegion::setWorldRegionUnits() has parameter
$worldRegionUnits with generic interface Doctrine\Common\Collections\Collection but does not specify its
types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
201 Method FrankProjects\UltimateWarfare\Entity\WorldRegion::getFleets() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
206 Method FrankProjects\UltimateWarfare\Entity\WorldRegion::setFleets() has parameter $fleets with generic
interface Doctrine\Common\Collections\Collection but does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
221 Method FrankProjects\UltimateWarfare\Entity\WorldRegion::getTargetFleets() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
226 Method FrankProjects\UltimateWarfare\Entity\WorldRegion::getConstructions() return type with generic
interface Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Entity/WorldSector.php


20 Property FrankProjects\UltimateWarfare\Entity\WorldSector::$worldRegions with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
77 Method FrankProjects\UltimateWarfare\Entity\WorldSector::getWorldRegions() return type with generic interface
Doctrine\Common\Collections\Collection does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.
82 Method FrankProjects\UltimateWarfare\Entity\WorldSector::setWorldRegions() has parameter $worldRegions with
generic interface Doctrine\Common\Collections\Collection but does not specify its types: TKey, T
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/EventSubscriber/LocaleSubscriber.php


14 Property FrankProjects\UltimateWarfare\EventSubscriber\LocaleSubscriber::$validLocales type has no value type
specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Exception/WorldRegionNotFoundException.php


9 Property FrankProjects\UltimateWarfare\Exception\WorldRegionNotFoundException::$message has no type
specified.



Line src/Form/EventListener/ReCaptchaValidationListener.php


31 Method FrankProjects\UltimateWarfare\Form\EventListener\ReCaptchaValidationListener::setInvalidMessage() has
no return type specified.
31 Method FrankProjects\UltimateWarfare\Form\EventListener\ReCaptchaValidationListener::setInvalidMessage() has
parameter $message with no type specified.
38 Method FrankProjects\UltimateWarfare\Form\EventListener\ReCaptchaValidationListener::onPostSubmit() has no
return type specified.



Line src/Repository/ConstructionRepository.php


22 Method
FrankProjects\UltimateWarfare\Repository\ConstructionRepository::getGameUnitConstructionSumByWorldRegion()
return type has no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type
24 Method FrankProjects\UltimateWarfare\Repository\ConstructionRepository::getGameUnitConstructionSumByPlayer()
return type has no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Repository/Doctrine/DoctrineConstructionRepository.php


18 Property FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineConstructionRepository::$repository with

     generic class Doctrine\ORM\EntityRepository does not specify its types: TEntityClass

     💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your

        phpstan.neon.dist.

40 Method

     FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineConstructionRepository::getGameUnitConstructionSumByWorldRegion()
     return type has no value type specified in iterable type array.

     💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type

60 Method

     FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineConstructionRepository::getGameUnitConstructionSumByPlayer()
     return type has no value type specified in iterable type array.

     💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type


Line src/Repository/Doctrine/DoctrineContactRepository.php


15 Property FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineContactRepository::$repository with
generic class Doctrine\ORM\EntityRepository does not specify its types: TEntityClass
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Repository/Doctrine/DoctrineFederationApplicationRepository.php


16 Property
FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineFederationApplicationRepository::$repository with
generic class Doctrine\ORM\EntityRepository does not specify its types: TEntityClass
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Repository/Doctrine/DoctrineFederationNewsRepository.php


16 Property FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineFederationNewsRepository::$repository with
generic class Doctrine\ORM\EntityRepository does not specify its types: TEntityClass
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Repository/Doctrine/DoctrineFederationRepository.php


16 Property FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineFederationRepository::$repository with
generic class Doctrine\ORM\EntityRepository does not specify its types: TEntityClass
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Repository/Doctrine/DoctrineFleetRepository.php


16 Property FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineFleetRepository::$repository with generic
class Doctrine\ORM\EntityRepository does not specify its types: TEntityClass
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Repository/Doctrine/DoctrineGameNewsRepository.php


15 Property FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineGameNewsRepository::$repository with
generic class Doctrine\ORM\EntityRepository does not specify its types: TEntityClass
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Repository/Doctrine/DoctrineGameUnitRepository.php


15 Property FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineGameUnitRepository::$repository with
generic class Doctrine\ORM\EntityRepository does not specify its types: TEntityClass
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Repository/Doctrine/DoctrineGameUnitTypeRepository.php


15 Property FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineGameUnitTypeRepository::$repository with
generic class Doctrine\ORM\EntityRepository does not specify its types: TEntityClass
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Repository/Doctrine/DoctrineMarketItemRepository.php


16 Property FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineMarketItemRepository::$repository with
generic class Doctrine\ORM\EntityRepository does not specify its types: TEntityClass
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Repository/Doctrine/DoctrineMessageRepository.php


16 Property FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineMessageRepository::$repository with
generic class Doctrine\ORM\EntityRepository does not specify its types: TEntityClass
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Repository/Doctrine/DoctrineOperationRepository.php


16 Property FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineOperationRepository::$repository with
generic class Doctrine\ORM\EntityRepository does not specify its types: TEntityClass
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Repository/Doctrine/DoctrinePlayerRepository.php


16 Property FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrinePlayerRepository::$repository with generic
class Doctrine\ORM\EntityRepository does not specify its types: TEntityClass
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Repository/Doctrine/DoctrineReportRepository.php


16 Property FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineReportRepository::$repository with generic
class Doctrine\ORM\EntityRepository does not specify its types: TEntityClass
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Repository/Doctrine/DoctrineResearchRepository.php


16 Property FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineResearchRepository::$repository with
generic class Doctrine\ORM\EntityRepository does not specify its types: TEntityClass
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Repository/Doctrine/DoctrineUnbanRequestRepository.php


16 Property FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineUnbanRequestRepository::$repository with
generic class Doctrine\ORM\EntityRepository does not specify its types: TEntityClass
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Repository/Doctrine/DoctrineUserRepository.php


16 Property FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineUserRepository::$repository with generic
class Doctrine\ORM\EntityRepository does not specify its types: TEntityClass
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Repository/Doctrine/DoctrineWorldRegionRepository.php


18 Property FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineWorldRegionRepository::$repository with

     generic class Doctrine\ORM\EntityRepository does not specify its types: TEntityClass

     💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your

        phpstan.neon.dist.

60 Method

     FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineWorldRegionRepository::getWorldGameUnitSumByWorldRegion()
     return type has no value type specified in iterable type array.

     💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type


Line src/Repository/Doctrine/DoctrineWorldRegionUnitRepository.php


17 Property FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineWorldRegionUnitRepository::$repository

     with generic class Doctrine\ORM\EntityRepository does not specify its types: TEntityClass

     💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your

        phpstan.neon.dist.

34 Method

     FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineWorldRegionUnitRepository::findAmountAndNetworthByPlayer()
     return type has no value type specified in iterable type array.

     💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type

53 Method

     FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineWorldRegionUnitRepository::getGameUnitSumByPlayerAndGameUnitTypes()
     return type has no value type specified in iterable type array.

     💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type


Line src/Repository/Doctrine/DoctrineWorldRepository.php


15 Property FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineWorldRepository::$repository with generic
class Doctrine\ORM\EntityRepository does not specify its types: TEntityClass
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Repository/Doctrine/DoctrineWorldSectorRepository.php


16 Property FrankProjects\UltimateWarfare\Repository\Doctrine\DoctrineWorldSectorRepository::$repository with
generic class Doctrine\ORM\EntityRepository does not specify its types: TEntityClass
💡 You can turn this off by setting checkGenericClassInNonGenericObjectType: false in your
phpstan.neon.dist.



Line src/Repository/WorldRegionRepository.php


32 Method FrankProjects\UltimateWarfare\Repository\WorldRegionRepository::getWorldGameUnitSumByWorldRegion()
return type has no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Repository/WorldRegionUnitRepository.php


15 Method FrankProjects\UltimateWarfare\Repository\WorldRegionUnitRepository::findAmountAndNetworthByPlayer()
return type has no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type
22 Method
FrankProjects\UltimateWarfare\Repository\WorldRegionUnitRepository::getGameUnitSumByPlayerAndGameUnitTypes()
return type has no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Service/Action/ConstructionActionService.php


41 Method FrankProjects\UltimateWarfare\Service\Action\ConstructionActionService::constructGameUnits() has
parameter $constructionData with no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type
113 Method FrankProjects\UltimateWarfare\Service\Action\ConstructionActionService::removeGameUnits() has
parameter $destroyData with no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Service/Action/FederationActionService.php


58 Method FrankProjects\UltimateWarfare\Service\Action\FederationActionService::sendAid() has parameter
$resources with no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Service/Action/FederationBankActionService.php


31 Method FrankProjects\UltimateWarfare\Service\Action\FederationBankActionService::deposit() has parameter
$resources with no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type
71 Method FrankProjects\UltimateWarfare\Service\Action\FederationBankActionService::withdraw() has parameter
$resources with no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Service/Action/FleetActionService.php


65 Method FrankProjects\UltimateWarfare\Service\Action\FleetActionService::sendGameUnits() has parameter
$unitData with no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Service/Action/RegionActionService.php


41 Method FrankProjects\UltimateWarfare\Service\Action\RegionActionService::getAttackFromWorldRegionList()
return type has no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type
69 Method
FrankProjects\UltimateWarfare\Service\Action\RegionActionService::getOperationAttackFromWorldRegionList()
return type has no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Service/BattleEngine.php


66 Method FrankProjects\UltimateWarfare\Service\BattleEngine::getBattlePhases() return type has no value type
specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type
99 Method FrankProjects\UltimateWarfare\Service\BattleEngine::processResults() has parameter $attackerGameUnits
with no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type
99 Method FrankProjects\UltimateWarfare\Service\BattleEngine::processResults() has parameter $defenderGameUnits
with no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Service/BattleEngine/BattlePhase.php


30 Property FrankProjects\UltimateWarfare\Service\BattleEngine\BattlePhase::$battleLog type has no value type
specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type
86 Method FrankProjects\UltimateWarfare\Service\BattleEngine\BattlePhase::getBattleLog() return type has no
value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Service/BattleEngine/BattleUpdaterService.php


39 Method FrankProjects\UltimateWarfare\Service\BattleEngine\BattleUpdaterService::updateBattleWon() has
parameter $attackerGameUnits with no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type
68 Method FrankProjects\UltimateWarfare\Service\BattleEngine\BattleUpdaterService::updateBattleLost() has
parameter $attackerGameUnits with no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type
68 Method FrankProjects\UltimateWarfare\Service\BattleEngine\BattleUpdaterService::updateBattleLost() has
parameter $defenderGameUnits with no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Service/MailService.php


66 Method FrankProjects\UltimateWarfare\Service\MailService::generateMailBody() has parameter $parameters with
no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Service/OperationEngine/OperationInterface.php


9 Method FrankProjects\UltimateWarfare\Service\OperationEngine\OperationInterface::execute() return type has no
value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Service/OperationEngine/OperationProcessor.php


29 Property FrankProjects\UltimateWarfare\Service\OperationEngine\OperationProcessor::$operationLog type has no
value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type
109 Method FrankProjects\UltimateWarfare\Service\OperationEngine\OperationProcessor::execute() return type has no
value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type
169 Method FrankProjects\UltimateWarfare\Service\OperationEngine\OperationProcessor::getOperationLog() return
type has no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Service/OperationService.php


45 Method FrankProjects\UltimateWarfare\Service\OperationService::executeOperation() return type has no value
type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Service/WorldGenerator/AbstractImageBuilder.php


43 Method FrankProjects\UltimateWarfare\Service\WorldGenerator\AbstractImageBuilder::getTypeImageColors() return
type has no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Service/WorldGenerator/Generator.php


11 Method FrankProjects\UltimateWarfare\Service\WorldGenerator\Generator::generate() return type has no value
type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Service/WorldGenerator/PerlinNoiseGenerator.php


11 Property FrankProjects\UltimateWarfare\Service\WorldGenerator\PerlinNoiseGenerator::$world type has no value
type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type
13 Method FrankProjects\UltimateWarfare\Service\WorldGenerator\PerlinNoiseGenerator::generate() return type has
no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type



Line src/Service/WorldGeneratorService.php


63 Method FrankProjects\UltimateWarfare\Service\WorldGeneratorService::generate() return type has no value type
specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type
79 Method FrankProjects\UltimateWarfare\Service\WorldGeneratorService::generateWorldSectors() has parameter $map
with no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type
107 Method FrankProjects\UltimateWarfare\Service\WorldGeneratorService::generateWorldRegions() has parameter $map
with no value type specified in iterable type array.
💡 See: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type


[ERROR] Found 168 errors

from ultimatewarfare.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.