Skip to content

Commit

Permalink
Fix Image#setName param typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
tadhgboyle authored Dec 16, 2023
1 parent 510d83e commit 78e850a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bulletproof.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ public function getName()
/**
* Provide image name if not provided.
*
* @param null $isNameProvided
* @param null|string $isNameProvided
*
* @return $this
*/
Expand Down

0 comments on commit 78e850a

Please sign in to comment.