Passed
Push — newinternal-releasecandidate ( e5ef47...40acd0 )
by Simon
08:47
created
includes/Pages/PageMain.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
 
105 105
         $results = $search->getRecordCount($requestCount)->fetch();
106 106
 
107
-        if($requestCount > 0) {
107
+        if ($requestCount > 0) {
108 108
             $requestSectionData['Hospital - Requests failed auto-creation'] = array(
109 109
                 'requests' => $this->prepareRequestData($results),
110 110
                 'total'    => $requestCount,
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
 
138 138
         $results = $search->getRecordCount($requestCount)->fetch();
139 139
 
140
-        if($requestCount > 0) {
140
+        if ($requestCount > 0) {
141 141
             $requestSectionData['Requests queued in the Job Queue'] = array(
142 142
                 'requests' => $this->prepareRequestData($results),
143 143
                 'total'    => $requestCount,
Please login to merge, or discard this patch.