Skip to content

Commit 19cee79

Browse files
committed
suppressed false positive
1 parent 52f86b9 commit 19cee79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ParameterHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ private static function stringAbleToString($value): ?string
113113
private static function filterInvalidType($value)
114114
{
115115
if ($value !== null && !is_scalar($value)) {
116+
/** @psalm-suppress ImpureFunctionCall */
116117
throw new InvalidArgumentException(sprintf('Cannot format parameter of type: %s to work with Neo4J', get_debug_type($value)));
117118
}
118119

0 commit comments

Comments
 (0)