mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
fix tests
This commit is contained in:
@ -60,10 +60,11 @@ trait Extendable
|
||||
|
||||
$decorators = [];
|
||||
foreach (self::$decorators[$name] as $decorator) {
|
||||
//@phpstan-ignore-next-line
|
||||
|
||||
$decorators[] = $decorator->bindTo($context, $scope);
|
||||
}
|
||||
|
||||
//@phpstan-ignore-next-line
|
||||
return $decorators;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user