@@ -104,7 +104,7 @@ discard block |
||
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 |
||
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, |