Skip to content

Commit 0f53bba

Browse files
authored
docblock: small fix. (#11)
1 parent f07ac37 commit 0f53bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Discord/Endpoint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ public function __toString(): string
370370
* the newly created instance.
371371
*
372372
* @param string $endpoint
373-
* @param string[] ...$args
373+
* @param string[] $args
374374
* @return Endpoint
375375
*/
376376
public static function bind(string $endpoint, ...$args)

0 commit comments

Comments
 (0)