phpstan: new baseline (#15015)

* phpstan: new baseline

* wip
This commit is contained in:
Jellyfrog 2023-04-28 17:13:55 +02:00 committed by GitHub
parent 7ec37561c5
commit 7e8e11f097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 9760 deletions

View File

@ -260,7 +260,6 @@ class Proc
*/
public function isRunning()
{
/* @phpstan-ignore-next-line */
if (! is_resource($this->_process)) {
return false;
}

File diff suppressed because it is too large Load Diff

View File

@ -20,8 +20,6 @@ parameters:
- includes
level: 5
# TODO: REMOVE ME!
reportUnmatchedIgnoredErrors: false
checkMissingIterableValueType: false
treatPhpDocTypesAsCertain: false