Completed
Pull Request — master (#306)
by Claus
02:58
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/ViewHelper/TagBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
      * Constructor
48 48
      *
49 49
      * @param string $tagName name of the tag to be rendered
50
-     * @param string|\Closure $tagContent content of the tag to be rendered
50
+     * @param \Closure $tagContent content of the tag to be rendered
51 51
      * @api
52 52
      */
53 53
     public function __construct($tagName = '', $tagContent = '')
Please login to merge, or discard this patch.