Completed
Push — master ( 236b50...7a7214 )
by Lars
02:07
created
src/voku/helper/AbstractSimpleHtmlDom.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -185,6 +185,9 @@
 block discarded – undo
185 185
         $this->removeAttribute($name);
186 186
     }
187 187
 
188
+    /**
189
+     * @param integer $idx
190
+     */
188 191
     abstract public function find(string $selector, $idx = null);
189 192
 
190 193
     abstract public function getAllAttributes();
Please login to merge, or discard this patch.