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 a831cc7 commit 7af4378Copy full SHA for 7af4378
tests/cursor/cursorinterface-002.phpt
@@ -1,5 +1,5 @@
1
--TEST--
2
-MongoDB\Driver\CursorInterface is extending Traversable
+MongoDB\Driver\CursorInterface extends Traversable
3
--FILE--
4
<?php
5
var_dump(in_array('Traversable', class_implements('MongoDB\Driver\CursorInterface')));
0 commit comments