Complex expressions

Here is the list of the most complex expressions used in the code. A complex expression is an expression that requires more than 20 tokens to be build.

Literal arrays are omitted.

File Count Expression
/src/Commands/SimulateCommand.php:301$game = new Game([new Player("John"), new Player("Jane"), new Player("Jan"), new Player("Otto"),  ], new DeckFactory(true), new RandomGenerator( ))