Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit fe8bf7f

Browse files
authored
remove whitespace
1 parent d6c0f99 commit fe8bf7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Method.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,8 @@ public static function match(\ReflectionMethod $method): bool
6464
if ($method->getNumberOfParameters() != 2) {
6565
return false;
6666
}
67-
6867
$ctxType = $method->getParameters()[0]->getType();
6968
$inType = $method->getParameters()[1]->getType();
70-
7169
$ctx = $ctxType && ! $ctxType->isBuiltin() ? new \ReflectionClass($ctxType->getName()) : null;
7270
$in = $inType && ! $inType->isBuiltin() ? new \ReflectionClass($inType->getName()) : null;
7371

0 commit comments

Comments
 (0)