Skip to content

Commit

Permalink
Add missing @psalm-pure to typeToString function
Browse files Browse the repository at this point in the history
  • Loading branch information
luukvhoudt committed Sep 27, 2024
1 parent 11cb219 commit 7a4cbf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Assert.php
Original file line number Diff line number Diff line change
Expand Up @@ -2039,6 +2039,8 @@ protected static function valueToString($value)
}

/**
* @psalm-pure
*
* @param mixed $value
*
* @return string
Expand Down

0 comments on commit 7a4cbf8

Please sign in to comment.