Completed
Push — travis-ci-php-7.1 ( d52d9e )
by Cees-Jan
27:32 queued 23:44
created
src/Lib/TreeScanner.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
     /**
12 12
      * Return all sections (app & plugins) with an Template directory.
13 13
      *
14
-     * @return array
14
+     * @return string
15 15
      */
16 16
     public static function all()
17 17
     {
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
      *
24 24
      * @param string $plugin The plugin to find all templates for.
25 25
      *
26
-     * @return mixed
26
+     * @return string
27 27
      */
28 28
     public static function plugin($plugin)
29 29
     {
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
      *
38 38
      * @param string $sections Sections to iterate over.
39 39
      *
40
-     * @return array
40
+     * @return string
41 41
      */
42 42
     protected static function deepen($sections)
43 43
     {
Please login to merge, or discard this patch.
src/Lib/RelativeScanner.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
     /**
12 12
      * Return all sections (app & plugins) with an Template directory.
13 13
      *
14
-     * @return array
14
+     * @return string
15 15
      */
16 16
     public static function all()
17 17
     {
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
      *
24 24
      * @param string $plugin The plugin to find all templates for.
25 25
      *
26
-     * @return mixed
26
+     * @return string
27 27
      */
28 28
     public static function plugin($plugin)
29 29
     {
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
      *
38 38
      * @param string $sections Sections to iterate over.
39 39
      *
40
-     * @return array
40
+     * @return string
41 41
      */
42 42
     protected static function deepen($sections)
43 43
     {
Please login to merge, or discard this patch.