-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
php_phongo_cursor_t.got_iterator is currently typed as an int. While there is not a functional difference, it would be more correct to use bool, as we do for other boolean values.