We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f86b9 commit 19cee79Copy full SHA for 19cee79
src/ParameterHelper.php
@@ -113,6 +113,7 @@ private static function stringAbleToString($value): ?string
113
private static function filterInvalidType($value)
114
{
115
if ($value !== null && !is_scalar($value)) {
116
+ /** @psalm-suppress ImpureFunctionCall */
117
throw new InvalidArgumentException(sprintf('Cannot format parameter of type: %s to work with Neo4J', get_debug_type($value)));
118
}
119
0 commit comments