File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ public function testGetNodeByIdentifier()
279
279
280
280
public function testGetNodesByIdentifier ()
281
281
{
282
- $ nodes = $ this ->session ->getNodesByIdentifier (array (
282
+ $ nodes = ( array ) $ this ->session ->getNodesByIdentifier (array (
283
283
'842e61c0-09ab-42a9-87c0-308ccc90e6f4 ' ,
284
284
'00000000-0000-0000-0000-000000000000 ' ,
285
285
'13543fc6-1abf-4708-bfcc-e49511754b40 ' ,
@@ -295,7 +295,7 @@ public function testGetNodesByIdentifier()
295
295
296
296
public function testGetNodesByIdentifierTraversable ()
297
297
{
298
- $ nodes = $ this ->session ->getNodesByIdentifier (new \ArrayIterator (array (
298
+ $ nodes = ( array ) $ this ->session ->getNodesByIdentifier (new \ArrayIterator (array (
299
299
'842e61c0-09ab-42a9-87c0-308ccc90e6f4 ' ,
300
300
'00000000-0000-0000-0000-000000000000 ' ,
301
301
'13543fc6-1abf-4708-bfcc-e49511754b40 ' ,
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ abstract protected function registerBuiltinNodeType();
62
62
63
63
public function testRegisterNodeTypes ()
64
64
{
65
- $ types = $ this ->registerNodeTypes (true );
65
+ $ types = ( array ) $ this ->registerNodeTypes (true );
66
66
67
67
$ this ->assertTypes ($ types );
68
68
You can’t perform that action at this time.
0 commit comments