Skip to content

Commit 3a544a3

Browse files
authored
Add @psalm-pure to the typeToString method (#303)
1 parent 306905c commit 3a544a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Assert.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2102,6 +2102,8 @@ protected static function valueToString($value)
21022102
}
21032103

21042104
/**
2105+
* @psalm-pure
2106+
*
21052107
* @param mixed $value
21062108
*
21072109
* @return string

0 commit comments

Comments
 (0)