mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 16:27:23 +01:00
style: apply fixes from PHP-CS-Fixer
This commit is contained in:
@ -40,7 +40,7 @@ final class HigherOrderMessageCollection
|
||||
public function chain(object $target): void
|
||||
{
|
||||
foreach ($this->messages as $message) {
|
||||
//@phpstan-ignore-next-line
|
||||
// @phpstan-ignore-next-line
|
||||
$target = $message->call($target) ?? $target;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user