Completed
Pull Request — master (#9)
by Billie
02:35
created
src/PurpleBooth/HtmlStripperExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     /**
13 13
      * This gets an array of the filters that this extension provides
14 14
      *
15
-     * @return array
15
+     * @return \Twig_SimpleFilter[]
16 16
      */
17 17
     public function getFilters()
18 18
     {
Please login to merge, or discard this patch.
src/PurpleBooth/Parser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -67,6 +67,9 @@
 block discarded – undo
67 67
         }
68 68
     }
69 69
 
70
+    /**
71
+     * @param string $name
72
+     */
70 73
     private function blockBegin($name, $attributes)
71 74
     {
72 75
         $this->transformedTextStack->push("");
Please login to merge, or discard this patch.