mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 12:55:26 +01:00
Restore suppression for older XdebugHandler versions
This commit is contained in:
parent
1cb58ad689
commit
13de27bb2f
@ -62,6 +62,7 @@ class PsalmRestarter extends XdebugHandler
|
||||
file_put_contents($this->tmpIni, $content);
|
||||
}
|
||||
|
||||
/** @psalm-suppress PossiblyInvalidArgument */
|
||||
parent::restart($command);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user