mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
chore: style changes
This commit is contained in:
@ -42,7 +42,7 @@ final class Reflection
|
||||
}
|
||||
|
||||
if (is_callable($method)) {
|
||||
return static::bindCallable($method, $args);
|
||||
return self::bindCallable($method, $args);
|
||||
}
|
||||
|
||||
throw $exception;
|
||||
@ -72,7 +72,7 @@ final class Reflection
|
||||
|
||||
return $test instanceof \PHPUnit\Framework\TestCase
|
||||
? Closure::fromCallable($callable)->bindTo($test)(...$test->providedData())
|
||||
: static::bindCallable($callable);
|
||||
: self::bindCallable($callable);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user