Skip to content

Commit

Permalink
Fix parameter type in docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Apr 21, 2024
1 parent 13cd86a commit 1374126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Format.php
Expand Up @@ -90,7 +90,7 @@ public function fileExtensions(): array
/**
* Create an encoder instance that matches the format
*
* @param array $options
* @param mixed $options
* @return EncoderInterface
*/
public function encoder(mixed ...$options): EncoderInterface
Expand Down

0 comments on commit 1374126

Please sign in to comment.