Skip to content

Commit 9192e2d

Browse files
committed
Nit about invalid object state
1 parent 7a947a2 commit 9192e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/spl/spl_directory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@ PHP_METHOD(SplFileInfo, __debugInfo)
13921392
/* {{{ */
13931393
PHP_METHOD(SplFileInfo, _bad_state_ex)
13941394
{
1395-
zend_throw_error(NULL, "The parent constructor was not called: the object is in an invalid state ");
1395+
zend_throw_error(NULL, "The parent constructor was not called: the object is in an invalid state");
13961396
}
13971397
/* }}} */
13981398

0 commit comments

Comments
 (0)