beberlei / assert

Thin assertion library for use in libraries and business-model
Other
2.41k stars 186 forks source link

Enhancement: Enable native_function_invocation fixer #212

Closed localheinz closed 7 years ago

localheinz commented 7 years ago

This PR

💁‍♂️ For reference, see https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.1.1#usage:

native_function_invocation Add leading \ before function invocation of internal function to speed up resolving. Rule is: configurable, risky.

Also take a look at the description at https://github.com/FriendsOfPHP/PHP-CS-Fixer/pull/2462.

localheinz commented 7 years ago

Thank you, @rquadling!