From 25d8efc0e0c0cd9479e3036dfb9691c592b21bb7 Mon Sep 17 00:00:00 2001 From: Luuk van Houdt <71889608+luukvhoudt@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:28:58 +0200 Subject: [PATCH] Add missing @psalm-pure to typeToString function --- src/Assert.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Assert.php b/src/Assert.php index 7058112..3faecec 100644 --- a/src/Assert.php +++ b/src/Assert.php @@ -2102,6 +2102,8 @@ protected static function valueToString($value) } /** + * @psalm-pure + * * @param mixed $value * * @return string