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
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;
}