Skip to content

Commit

Permalink
Remove useless doc
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Jun 19, 2024
1 parent 4bbab5f commit 7fc757b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Provider/MetadataInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ public function getDomain(): ?string;
public function getOptions(): array;

/**
* @param mixed $default The default value if option not found
*
* @return mixed
*/
public function getOption(string $name, mixed $default = null);
Expand Down

0 comments on commit 7fc757b

Please sign in to comment.