You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since PHP 7.0, some functions are replaced by opcodes, producing much faster code. Functions like these and these can be referenced with root namespace \ before function invocation to speed up resolving.
We can use PHP-CS-Fixernative_function_invocation option for this.
Since PHP 7.0, some functions are replaced by opcodes, producing much faster code. Functions like these and these can be referenced with root namespace
\
before function invocation to speed up resolving.We can use PHP-CS-Fixer
native_function_invocation
option for this.The text was updated successfully, but these errors were encountered: