phpstan-src icon indicating copy to clipboard operation
phpstan-src copied to clipboard

PHPStan's source code. This is where development happens. Check https://github.com/phpstan/phpstan for the distribution repository.

Results 408 phpstan-src issues
Sort by recently updated
recently updated
newest added

These are the `*_TIME_T` fields that are included in the results from `curl_getinfo()`, when no option is provided. See https://www.php.net/manual/en/function.curl-getinfo.php for more info on each field. --- You can see...

I'd like to suggest this feature I'm using for about 4-5 years in my projects. E.g. [here](https://github.com/shipmonk-rnd/phpstan-rules/blob/master/tests/RuleTestCase.php#L20). Benefits: - **immediately visible where the error is raised** and where not -...

the current 1.10.x handles the !isset() context for variables only. it works only correct for `!isset($var)` and its implications on the variable. with this PR we add support for `!isset($var['abc'])`...

The [documentation](https://www.php.net/manual/en/function.spl-autoload-functions.php) states that `spl_autoload_functions` might only return `false` on PHP versions up to 7.4; it will return an empty array on PHP8+. The PHP8.x stubs already have the (only)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nette/neon](https://ne-on.org) ([source](https://togithub.com/nette/neon)) | `3.3.2` -> `3.4.1` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nette/utils](https://nette.org) ([source](https://togithub.com/nette/utils)) | `3.2.7` -> `3.2.10` |...

closes https://github.com/phpstan/phpstan/issues/10036