Completed
Pull Request — master (#58)
by
unknown
08:20
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\Loader\LoaderInterface
39
+     * @return \Twig\Loader\LoaderInterface
40 40
      */
41 41
     public function getResultLoader()
42 42
     {
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
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      * @param string $name The template logical name.
43 43
      *
44 44
      * @throws Twig\Error\Loader When $name is not found
45
-     * @return Twig\Source
45
+     * @return \Twig\Source
46 46
      *
47 47
      */
48 48
     public function getSourceContext($name)
Please login to merge, or discard this patch.