mossadal / math-parser

PHP parser for mathematical expressions
GNU Lesser General Public License v3.0
171 stars 38 forks source link

improve/fix type hints #20

Closed Selion05 closed 4 years ago

Selion05 commented 4 years ago

https://github.com/mossadal/math-parser/blob/61e5ca6a5b6cdf06c1b028ca96bc769670cb952a/src/MathParser/StdMathParser.php#L50

Intelij (idea) doesn't understand @retval. It works with @return. The namespaces are different too.

Are you open for a pr?

mossadal commented 4 years ago

Thanks! I'd be happy to accept a pull request.