File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ public function testGetNodeByIdentifier()
279279
280280 public function testGetNodesByIdentifier ()
281281 {
282- $ nodes = $ this ->session ->getNodesByIdentifier (array (
282+ $ nodes = ( array ) $ this ->session ->getNodesByIdentifier (array (
283283 '842e61c0-09ab-42a9-87c0-308ccc90e6f4 ' ,
284284 '00000000-0000-0000-0000-000000000000 ' ,
285285 '13543fc6-1abf-4708-bfcc-e49511754b40 ' ,
@@ -295,7 +295,7 @@ public function testGetNodesByIdentifier()
295295
296296 public function testGetNodesByIdentifierTraversable ()
297297 {
298- $ nodes = $ this ->session ->getNodesByIdentifier (new \ArrayIterator (array (
298+ $ nodes = ( array ) $ this ->session ->getNodesByIdentifier (new \ArrayIterator (array (
299299 '842e61c0-09ab-42a9-87c0-308ccc90e6f4 ' ,
300300 '00000000-0000-0000-0000-000000000000 ' ,
301301 '13543fc6-1abf-4708-bfcc-e49511754b40 ' ,
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ abstract protected function registerBuiltinNodeType();
6262
6363 public function testRegisterNodeTypes ()
6464 {
65- $ types = $ this ->registerNodeTypes (true );
65+ $ types = ( array ) $ this ->registerNodeTypes (true );
6666
6767 $ this ->assertTypes ($ types );
6868
You can’t perform that action at this time.
0 commit comments