Commit graph

4 commits

Author SHA1 Message Date
9945aa7cf8 escape global constants and functions
* Add leading \ before function invocation to speed up resolving.
* Add leading \ before constant invocation of internal constant to speed up resolving. Constant name match is case-sensitive, except for null, false and true.
2020-05-12 19:42:09 +02:00
85db6f2d7e Automated native_function_invocation fixes
`php php-cs-fixer --rules=native_function_invocation fix ./ --allow-risky=yes`
2019-12-01 21:20:26 +01:00
0c93b482da fixed typo 2018-09-24 20:54:59 +02:00
c0cb7af9ae basic outbox support 2018-09-24 20:53:23 +02:00