Skip to content

Commit 069c448

Browse files
committed
folder
1 parent 89948c7 commit 069c448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_closures.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ZEND_METHOD(Closure, __invoke) /* {{{ */
7878

7979
/* {{{ proto Closure Closure::bind(Closure $old, object $to [, mixed $scope = "static" ] )
8080
Create a closure from another one and bind to another object and scope */
81-
ZEND_METHOD(Closure, bind) /* {{{ */
81+
ZEND_METHOD(Closure, bind)
8282
{
8383
zval *newthis, *zclosure, *scope_arg = NULL;
8484
zend_closure *closure;

0 commit comments

Comments
 (0)