Skip to content

Commit ce7f1b2

Browse files
committed
fix: comment
1 parent 1487541 commit ce7f1b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/random/random.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,6 +1186,7 @@ PHP_METHOD(Random_NumberGenerator_XorShift128Plus, __debugInfo)
11861186
zend_hash_str_add(Z_ARR_P(return_value), "__states", sizeof("__states") - 1, &tmp);
11871187
}
11881188
}
1189+
/* }}} */
11891190

11901191
/* {{{ Construct object */
11911192
PHP_METHOD(Random_NumberGenerator_MersenneTwister, __construct)

0 commit comments

Comments
 (0)