Why does PhpStorm write that set_time_limit returns nothing? Although everything works and of course it is written in the official documentation that the function returns bool values.
Is this a PhpStorm error itself?
Why does PhpStorm write that set_time_limit returns nothing? Although everything works and of course it is written in the official documentation that the function returns bool values.
Is this a PhpStorm error itself?
In older versions of PHP, as @DanielProtopopov correctly noted, it really was void : TykMi .
Update version: Settings -> Languages & Frameworks -> PHP -> PHP language level .
Source: https://ru.stackoverflow.com/questions/617583/
All Articles