Completed
Pull Request — master (#82)
by
unknown
10:19
created
src/PurifierConfigBuilder.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
     /**
38 38
      * @param null $config
39 39
      *
40
-     * @return mixed|null
40
+     * @return HTMLPurifier_Config
41 41
      */
42 42
     public function getConfig($config = null)
43 43
     {
@@ -219,7 +219,7 @@  discard block
 block discarded – undo
219 219
     }
220 220
 
221 221
     /**
222
-     * @param $allowed
222
+     * @param string $allowed
223 223
      * @param \HTMLPurifier_Config $configObject
224 224
      * @return mixed
225 225
      */
@@ -242,7 +242,7 @@  discard block
 block discarded – undo
242 242
     }
243 243
 
244 244
     /**
245
-     * @param $name
245
+     * @param string $name
246 246
      * @param $value
247 247
      * @param \HTMLPurifier_Config $configObject
248 248
      */
Please login to merge, or discard this patch.