Passed
Push — master ( e1d963...85ca69 )
by Roman
04:38
created
code/src/Game/Application/Service/GamePlay.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     {
23 23
         $crossword = $this->constructor->construct(new CrosswordCriteria($language, $type, $wordCount));
24 24
         $grid = new Grid($crossword);
25
-        $definitions = array_map(static fn (array $item) => $item['word']['definition'], $crossword);
25
+        $definitions = array_map(static fn(array $item) => $item['word']['definition'], $crossword);
26 26
         foreach ($crossword as $index => $line) {
27 27
             foreach ($line['line'] as $number => $cell) {
28 28
                 $grid->fillLetter($cell);
Please login to merge, or discard this patch.