Passed
Push — 1.0.0-dev ( 896dae...8851fa )
by nguereza
02:32
created
core/classes/Response.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -369,7 +369,7 @@
 block discarded – undo
369 369
          * 
370 370
          * @return string|null          the full file path
371 371
          */
372
-        protected function getDefaultFilePathForView($file){
372
+        protected function getDefaultFilePathForView($file) {
373 373
             $searchDir = array(APPS_VIEWS_PATH, CORE_VIEWS_PATH);
374 374
             $fullFilePath = null;
375 375
             foreach ($searchDir as $dir) {
Please login to merge, or discard this patch.