Nikita

Results 1 comments of Nikita

Yes, you're right `declare(strict_types=1)` affect only real type hints. Let me show you my case. I read PHPDoc of `getLimit()`, which declared return type as `int`. Then I implement some...