-
-
Notifications
You must be signed in to change notification settings - Fork 3
Improve magic methods support #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #34 +/- ##
===========================================
Coverage 100.00% 100.00%
- Complexity 508 517 +9
===========================================
Files 34 34
Lines 1185 1206 +21
===========================================
+ Hits 1185 1206 +21
Continue to review full report at Codecov.
|
Code Climate has analyzed commit 6d3137e and detected 4 issues on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 100.0% (0.0% change). View more on Code Climate. |
Fix (partially) #33 Support in dot operator object that implements __get and __call but not __isset
Fix BKWLD/laravel-pug#82
And handle RegExp flags compatible with PHP