We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -364,10 +364,10 @@ |
||
| 364 | 364 | ); |
| 365 | 365 | while ($resArray = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($result)) { |
| 366 | 366 | if ($resArray['COLUMN_NAME'] == 'document_format') { |
| 367 | - return false; |
|
| 367 | + return FALSE; |
|
| 368 | 368 | } |
| 369 | 369 | } |
| 370 | - return true; |
|
| 370 | + return TRUE; |
|
| 371 | 371 | } |
| 372 | 372 | |
| 373 | 373 | protected function updateDocumentAddFormat() { |