mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Style updates.
This commit is contained in:
@ -701,7 +701,7 @@ final class Expectation
|
||||
{
|
||||
return Targeted::make(
|
||||
$this,
|
||||
fn(ObjectDescription $object): bool => $object->reflectionClass->hasMethod('__invoke'),
|
||||
fn (ObjectDescription $object): bool => $object->reflectionClass->hasMethod('__invoke'),
|
||||
'to be invokable',
|
||||
FileLineFinder::where(fn (string $line): bool => str_contains($line, 'class'))
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user