Skip to content

Commit 6c3b69b

Browse files
committed
Remove superfluous return statement.
1 parent f29dcc1 commit 6c3b69b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/spl/spl_observer.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,6 @@ PHP_METHOD(SplObjectStorage, count)
508508

509509
if (mode == COUNT_RECURSIVE) {
510510
RETURN_LONG(php_count_recursive(&intern->storage));
511-
return;
512511
}
513512

514513
RETURN_LONG(zend_hash_num_elements(&intern->storage));

0 commit comments

Comments
 (0)