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.
src/voku/helper/SimpleHtmlAttributes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
             return (string) $this;
66 66
         }
67 67
 
68
-        throw new \InvalidArgumentException('Undefined property: $' . $name);
68
+        throw new \InvalidArgumentException('Undefined property: $'.$name);
69 69
     }
70 70
 
71 71
     /**
Please login to merge, or discard this patch.