phptools-docs icon indicating copy to clipboard operation
phptools-docs copied to clipboard

Only variables can be passed by referencePHP(PHP1401)

Open ging-dev opened this issue 1 year ago • 2 comments

Maybe a false positive in this case: https://github.com/symfony/framework-bundle/blob/1d616d762905091e798d64c53ffe3840ccfc3d89/Kernel/MicroKernelTrait.php#L181

ging-dev avatar Nov 18 '24 03:11 ging-dev

Thanks for pointing this out.

Isn't it correct though? When I try to run the code on PHP 8.2, I'm getting the runtime warning:

Screenshot 2024-11-27 at 10 26 12

jakubmisek avatar Nov 27 '24 09:11 jakubmisek

Thanks for pointing this out.

Isn't it correct though? When I try to run the code on PHP 8.2, I'm getting the runtime warning:

Screenshot 2024-11-27 at 10 26 12

you missing () at end ;), &\Closure::bind(...)()

ging-dev avatar Nov 27 '24 10:11 ging-dev