mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
lint
This commit is contained in:
@ -60,7 +60,6 @@ trait Extendable
|
|||||||
|
|
||||||
$decorators = [];
|
$decorators = [];
|
||||||
foreach (self::$decorators[$name] as $decorator) {
|
foreach (self::$decorators[$name] as $decorator) {
|
||||||
|
|
||||||
$decorators[] = $decorator->bindTo($context, $scope);
|
$decorators[] = $decorator->bindTo($context, $scope);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user