style: removes non important note

This commit is contained in:
Nuno Maduro
2023-02-17 20:55:06 +00:00
parent 15ef5f12b8
commit 4fccddebb0

View File

@ -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];