Completed
Pull Request — master (#315)
by Oliver
02:12
created
src/View/TemplatePaths.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -395,7 +395,7 @@
 block discarded – undo
395 395
      * Sanitize a path, ensuring it is absolute and
396 396
      * if a directory, suffixed by a trailing slash.
397 397
      *
398
-     * @param string|array $path
398
+     * @param string $path
399 399
      * @return string
400 400
      */
401 401
     protected function sanitizePath($path)
Please login to merge, or discard this patch.
src/Core/Compiler/TemplateCompiler.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -369,6 +369,4 @@
 block discarded – undo
369 369
             $closure .= sprintf('$argument = unserialize(\'%s\'); return $argument->evaluate($renderingContext);', serialize($argument)) . chr(10);
370 370
         }
371 371
         $closure .= '}';
372
-        return $closure;
373
-    }
374
-}
372
+        return $closure
375 373
\ No newline at end of file
Please login to merge, or discard this patch.