Completed
Pull Request — master (#58)
by
unknown
08:40
created
src/Event/LoaderEvent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     }
37 37
 
38 38
     /**
39
-     * @return string|Twig_LoaderInterface
39
+     * @return \Twig_LoaderInterface
40 40
      */
41 41
     public function getResultLoader()
42 42
     {
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
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     /**
16 16
      * Return all sections (app & plugins) with an Template directory.
17 17
      *
18
-     * @return array
18
+     * @return string
19 19
      */
20 20
     public static function all()
21 21
     {
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
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      * @param string $name The template logical name.
41 41
      *
42 42
      * @throws Twig_Error_Loader When $name is not found
43
-     * @return Twig_Source
43
+     * @return \Twig_Source
44 44
      *
45 45
      */
46 46
     public function getSourceContext($name)
Please login to merge, or discard this patch.