Skip to content

Commit

Permalink
doc(Adapters/Process) suppress __destruct method notice
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Dec 15, 2023
1 parent e6e19ea commit f1e2798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Adapters/Symfony/Component/Process/Process.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public function getStartTime(): float
return $startTime;
}

/** @noinspection MagicMethodsValidityInspection */
public function __destruct()
{
if ($this->createNewConsole) {
Expand Down

0 comments on commit f1e2798

Please sign in to comment.