Skip to content

Commit

Permalink
chore: order of function args in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bennetgallein committed Oct 23, 2023
1 parent ffd4314 commit 865754b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Zone.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class Zone extends AbstractZone
* @param string $type The type of the resource record.
* @param mixed[]|string $content The content of the resource record. When passing a multidimensional array,
* multiple records are created for this resource record.
* @param array|mixed[] $comments The comment to assign to the record.
* @param int $ttl The TTL.
* @param array|mixed[] $comments The comment to assign to the record.
*
* @throws Exceptions\InvalidRecordType If the given type is invalid.
*
Expand Down

0 comments on commit 865754b

Please sign in to comment.