Dmitriy Zayceff

Results 19 issues of Dmitriy Zayceff

I'm trying to use @QueryParam annotation for integer type for example, and get a cast exception. ``` public Result index(@QueryParam("id") Option idParam){ Integer id = idParam.get(); // here will throw...

https://www.php.net/manual/ru/class.arrayiterator.php

feature
php-capability

https://wiki.php.net/rfc/parameter-no-type-variance

RFC
php-7.2

https://wiki.php.net/rfc/flexible_heredoc_nowdoc_syntaxes

RFC
php-7.3

https://wiki.php.net/rfc/covariant-returns-and-contravariant-parameters

RFC
php-7.4

story
v17+
8 points