Completed
Push — master ( 15af87...c01ca5 )
by Andy
08:15 queued 05:13
created
Twig/Extension/CanonicalLinkExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     }
25 25
 
26 26
     /**
27
-     * @return \Twig_Function[]
27
+     * @return \Twig_SimpleFunction[]
28 28
      */
29 29
     public function getFunctions()
30 30
     {
Please login to merge, or discard this patch.
Tests/AbstractTest.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -53,6 +53,7 @@
 block discarded – undo
53 53
     /**
54 54
      * @param bool $secure
55 55
      * @param bool $trailingSlash
56
+     * @param string $path
56 57
      *
57 58
      * @return Request
58 59
      */
Please login to merge, or discard this patch.