Completed
Push — master ( fb77e4...5da68f )
by Thomas
17:56 queued 05:16
created
src/FluentDOM/Query.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -1334,6 +1334,7 @@  discard block
 block discarded – undo
1334 1334
      * @example attr.php Usage Example: FluentDOM\Query::attr() Read an attribute value.
1335 1335
      * @param string|array $attribute attribute name or attribute list
1336 1336
      * @param array ...$arguments
1337
+     * @param string $arguments
1337 1338
      * @return Query|string attribute value or $this
1338 1339
      */
1339 1340
     public function attr($attribute, ...$arguments) {
@@ -1542,6 +1543,7 @@  discard block
 block discarded – undo
1542 1543
      *
1543 1544
      * @param string|array $property
1544 1545
      * @param array ...$arguments
1546
+     * @param string $arguments
1545 1547
      * @throws \InvalidArgumentException
1546 1548
      * @return string|NULL|$this
1547 1549
      */
Please login to merge, or discard this patch.