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
minor #167 follow symfony coding standards for native function invocation (jrushlow)
This PR was merged into the main branch.
Discussion
----------
follow symfony coding standards for native function invocation
as mentioned in PR #166 we should follow Symfony conventions in regards to `native_function_invocation` for consistency across the Symfony Eco-System.
The PR reverts to past practice of using a `\` for all native functions. Instead, we follow Symfonys practice of only using the leading `\` for compiler optimized functions.
https://cs.symfony.com/doc/rules/function_notation/native_function_invocation.html
- [x] depends on #166
Commits
-------
c4b84c2 follow symfony coding standards
0 commit comments