style: apply Rector changes

This commit is contained in:
Owen Voke
2020-08-12 14:45:55 +01:00
parent 98ed779424
commit 38344c99f1
7 changed files with 14 additions and 9 deletions

View File

@ -77,7 +77,7 @@ final class HigherOrderMessage
Reflection::setPropertyValue($throwable, 'line', $this->line);
if ($throwable->getMessage() === self::getUndefinedMethodMessage($target, $this->methodName)) {
/** @var \ReflectionClass $reflection */
/** @var ReflectionClass $reflection */
$reflection = new ReflectionClass($target);
/* @phpstan-ignore-next-line */
$reflection = $reflection->getParentClass() ?: $reflection;