Completed
Push — master ( 501d17...7e577d )
by Nekrasov
05:26
created
src/Blade.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     /**
44 44
      * Constructor.
45 45
      *
46
-     * @param array     $viewPaths
46
+     * @param string[]     $viewPaths
47 47
      * @param string    $cachePath
48 48
      * @param Container $container
49 49
      */
Please login to merge, or discard this patch.
src/BladeProvider.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -56,6 +56,9 @@
 block discarded – undo
56 56
         ];
57 57
     }
58 58
 
59
+    /**
60
+     * @param string $path
61
+     */
59 62
     protected static function isAbsolutePath($path)
60 63
     {
61 64
         return $path && ($path[0] === DIRECTORY_SEPARATOR || preg_match('~\A[A-Z]:(?![^/\\\\])~i', $path) > 0);
Please login to merge, or discard this patch.