Skip to content

Commit

Permalink
Adds @throws in PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
DriverCat authored and j3j5 committed Jun 26, 2023
1 parent b91de34 commit 39dee5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PassGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ class PassGenerator
*
* @param bool|string $passId [optional] If given, it'll be used to name the pass file.
* @param bool $replaceExistent [optional] If true, it'll replace any existing pass with the same filename.
*
* @throws InvalidArgumentException|RuntimeException
*/
public function __construct($passId = false, bool $replaceExistent = false)
{
Expand Down

0 comments on commit 39dee5f

Please sign in to comment.