chore: style

This commit is contained in:
Nuno Maduro
2026-02-17 17:45:50 +00:00
parent a9ce1fd739
commit 2c040c5b1f
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -864,7 +864,7 @@ final class Expectation
return Targeted::make(
$this,
fn(ObjectDescription $object): bool => array_all($interfaces, fn($interface): bool => isset($object->reflectionClass) && $object->reflectionClass->implementsInterface($interface)),
fn (ObjectDescription $object): bool => array_all($interfaces, fn ($interface): bool => isset($object->reflectionClass) && $object->reflectionClass->implementsInterface($interface)),
"to implement '".implode("', '", $interfaces)."'",
FileLineFinder::where(fn (string $line): bool => str_contains($line, 'class')),
);