mirror of
https://github.com/pestphp/pest.git
synced 2026-03-08 00:37:22 +01:00
style: apply fixes from PHP-CS-Fixer
This commit is contained in:
@ -43,7 +43,7 @@ trait Pipeable
|
||||
$this->pipe($name, function ($next, ...$arguments) use ($handler, $filter) {
|
||||
/* @phpstan-ignore-next-line */
|
||||
if ($filter($this->value, ...$arguments)) {
|
||||
//@phpstan-ignore-next-line
|
||||
// @phpstan-ignore-next-line
|
||||
$handler->bindTo($this, get_class($this))(...$arguments);
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user