| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Sorry, something went wrong.
| ), | ||
| ], | ||
| [ | ||
| 'string~int~float', |
There was a problem hiding this comment.
One non-parentheised expression should not allow more than one ~ to prevent associativity ambiguity as not standartized not needed.
As you can see, currently float is even missing in the parsed type.
Sorry, something went wrong.
| Lexer::TOKEN_SUBTRACTION, | ||
| ], | ||
| [ | ||
| '(string&int)~float', |
There was a problem hiding this comment.
These cases should be tested:
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This is a preliminary syntax implementation for subtraction type syntax.
Merging now isn't necessary because the work in phpstan-src is far from done. Any feedback is still appreciated though.