We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -55,7 +55,7 @@ |
||
| 55 | 55 | $uptime = floor($uptimeInSeconds / 3600) . gmdate(":i:s.", $uptimeInSeconds % 3600) . $response->getUptime() % 1000; |
| 56 | 56 | $numDocuments = $response->getNumberOfDocuments(); |
| 57 | 57 | $startTime = $response->getStartTime() ? strftime('%c', $response->getStartTime()->getTimestamp()) : 'N/A'; |
| 58 | - $lastModified = $response->getLastModified() ? strftime('%c'. $response->getLastModified()->getTimestamp()) : 'N/A'; |
|
| 58 | + $lastModified = $response->getLastModified() ? strftime('%c' . $response->getLastModified()->getTimestamp()) : 'N/A'; |
|
| 59 | 59 | // Create flash message. |
| 60 | 60 | Helper::addMessage( |
| 61 | 61 | sprintf($GLOBALS['LANG']->getLL('flash.coreStatus'), $startTime, $uptime, $lastModified, $numDocuments), |