Skip to content

Commit

Permalink
Merge pull request #142 from tadhgboyle/patch-1
Browse files Browse the repository at this point in the history
Fix `Image#setName` param typehint
  • Loading branch information
samayo authored May 5, 2024
2 parents 510d83e + 78e850a commit d235db2
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 d235db2

Please sign in to comment.