Completed
Pull Request — master (#90)
by
unknown
03:33
created
src/PHPHtmlParser/Dom/AbstractNode.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -397,7 +397,7 @@
 block discarded – undo
397 397
     /**
398 398
      * Find node by id
399 399
      *
400
-     * @param $id
400
+     * @param integer $id
401 401
      * @return bool|AbstractNode
402 402
      */
403 403
     public function findById($id)
Please login to merge, or discard this patch.
src/PHPHtmlParser/Dom/Tag.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
156 156
     /**
157 157
      * Removes an attribute from this tag.
158 158
      *
159
-     * @param $key
159
+     * @param string $key
160 160
      * @return void
161 161
      */
162 162
     public function removeAttribute($key)
Please login to merge, or discard this patch.