Completed
Push — master ( f7cb22...762242 )
by Rémi
12:03 queued 12s
created
src/Entity/PlayTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     {
20 20
         $playMethod = 'play' . $this->getClassName($move);
21 21
 
22
-        if (! method_exists($this, $playMethod)) {
22
+        if (!method_exists($this, $playMethod)) {
23 23
             throw new IllegalMoveException($move, 'Error: move was not recognized!');
24 24
         }
25 25
 
Please login to merge, or discard this patch.