mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
style: removes non important note
This commit is contained in:
@ -82,7 +82,7 @@ final class TestRepository
|
||||
$this->uses[$path] = [
|
||||
[...$this->uses[$path][0], ...$classOrTraits],
|
||||
[...$this->uses[$path][1], ...$groups],
|
||||
$this->uses[$path][2] + $hooks, // NOTE: array_merge will destroy numeric indices
|
||||
$this->uses[$path][2] + $hooks,
|
||||
];
|
||||
} else {
|
||||
$this->uses[$path] = [$classOrTraits, $groups, $hooks];
|
||||
|
||||
Reference in New Issue
Block a user