Completed
Pull Request — master (#58)
by
unknown
09:57
created
src/Event/ExtensionsListener.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 // use Jasny\Twig\TextExtension; // FIXME Not ported to Twig 2.x yet
25 25
 use WyriHaximus\TwigView\Lib\Cache;
26 26
 use WyriHaximus\TwigView\Lib\Twig\Extension;
27
-use WyriHaximus\TwigView\Lib\Twig\TokenParser;
28 27
 
29 28
 /**
30 29
  * Class ExtensionsListener
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
      *
41 41
      * @param string $name The template logical name.
42 42
      *
43
-     * @return Twig_Source
43
+     * @return \Twig_Source
44 44
      *
45 45
      * @throws Twig_Error_Loader When $name is not found
46 46
      */
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.