You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -180,8 +180,10 @@ This library does not use any custom result classes but uses php-ds instead. The
180
180
Flexibility is maintained where possible by making all parameters iterables if they are a container of sorts. This means you can pass parameters as an array, \Ds\Map or any other object which implements the \Iterator or \IteratorAggregate. These examples are all valid:
181
181
182
182
```php
183
+
use Ds\Map;
184
+
183
185
// Vanilla flavour
184
-
use Ds\Map;$client->run('MATCH (x {slug: $slug})', ['slug' => 'a']);
0 commit comments