@@ -19,7 +19,7 @@ |
||
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 |