Test Failed
Branch master (cb46a0)
by Marc
14:28
created
src/Inigo/Parser.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,6 +149,7 @@  discard block
 block discarded – undo
149 149
 
150 150
     /**
151 151
      *
152
+     * @param string $name
152 153
      */
153 154
     public function addSetting($name, $value = '')
154 155
     {
@@ -226,6 +227,7 @@  discard block
 block discarded – undo
226 227
 
227 228
     /**
228 229
      *
230
+     * @param string $s
229 231
      */
230 232
     public function parse($s)
231 233
     {
@@ -462,7 +464,7 @@  discard block
 block discarded – undo
462 464
     /**
463 465
      * Formats whole blocks of CDATA
464 466
      *
465
-     * @param  &string $cdata
467
+     * @param  string $cdata
466 468
      * @param  boolean $outline
467 469
      * @return string
468 470
      */
Please login to merge, or discard this patch.
src/Inigo/Tag.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -109,6 +109,7 @@
 block discarded – undo
109 109
 
110 110
     /**
111 111
      *
112
+     * @param integer $tagType
112 113
      * @return boolean
113 114
      */
114 115
     public function isOfType($tagType)
Please login to merge, or discard this patch.