Completed
Push — dependabot/composer/friendsofp... ( 711ebb )
by
unknown
06:00
created
src/Lib/RelativeScanner.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     /**
14 14
      * Return all sections (app & plugins) with an Template directory.
15 15
      *
16
-     * @return array
16
+     * @return string
17 17
      */
18 18
     public static function all(): array
19 19
     {
Please login to merge, or discard this patch.
src/Lib/Twig/Loader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
      * @param string $name The template logical name.
45 45
      *
46 46
      * @throws Twig\Error\Loader When $name is not found
47
-     * @return Twig\Source
47
+     * @return Source
48 48
      *
49 49
      */
50 50
     public function getSourceContext($name): Source
Please login to merge, or discard this patch.
src/Lib/Scanner.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     /**
14 14
      * Return all sections (app & plugins) with an Template directory.
15 15
      *
16
-     * @return array
16
+     * @return string
17 17
      */
18 18
     public static function all(): array
19 19
     {
Please login to merge, or discard this patch.
src/Shell/CompileShell.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,6 @@
 block discarded – undo
35 35
     /**
36 36
      * Constructor.
37 37
      *
38
-     * @param ConsoleIo $consoleIo An IO instance.
39 38
      */
40 39
     public function __construct(?ConsoleIo $io = null, ?LocatorInterface $locator = null)
41 40
     {
Please login to merge, or discard this patch.