Completed
Push — master ( 625a76...357a0a )
by Thomas
02:47
created
src/FluentDOM/Query.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -1370,6 +1370,7 @@  discard block
 block discarded – undo
1370 1370
      * @example attr.php Usage Example: FluentDOM\Query::attr() Read an attribute value.
1371 1371
      * @param string|array $attribute attribute name or attribute list
1372 1372
      * @param array ...$arguments
1373
+     * @param string $arguments
1373 1374
      * @return $this|string attribute value or $this
1374 1375
      * @throws \UnexpectedValueException
1375 1376
      * @throws \InvalidArgumentException
@@ -1577,6 +1578,7 @@  discard block
 block discarded – undo
1577 1578
      *
1578 1579
      * @param string|array $property
1579 1580
      * @param array ...$arguments
1581
+     * @param string $arguments
1580 1582
      * @throws \InvalidArgumentException
1581 1583
      * @return string|NULL|$this
1582 1584
      */
Please login to merge, or discard this patch.