@@ -228,7 +228,7 @@ discard block |
||
| 228 | 228 | foreach($team as $character) { |
| 229 | 229 | try { |
| 230 | 230 | $column++; |
| 231 | - if($character->positionRow > 0 AND $character->positionColumn > 0) { |
|
| 231 | + if($character->positionRow > 0 and $character->positionColumn > 0) { |
|
| 232 | 232 | continue; |
| 233 | 233 | } |
| 234 | 234 | setPosition: |
@@ -400,7 +400,7 @@ discard block |
||
| 400 | 400 | continue 2; |
| 401 | 401 | } |
| 402 | 402 | } |
| 403 | - throw new NotImplementedException("Action $action is not implemented."); |
|
| 403 | + throw new NotImplementedException("action $action is not implemented."); |
|
| 404 | 404 | } |
| 405 | 405 | } |
| 406 | 406 | |