We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -19,7 +19,7 @@ |
||
19 | 19 | create_error('Join Date is not valid!'); |
20 | 20 | } |
21 | 21 | $start = empty(Request::get('game_start')) ? $join : |
22 | - DateTime::createFromFormat('d/m/Y|', Request::get('game_start')); |
|
22 | + DateTime::createFromFormat('d/m/Y|', Request::get('game_start')); |
|
23 | 23 | if ($start === false) { |
24 | 24 | create_error('Start Date is not valid!'); |
25 | 25 | } |