Skip to content

Commit 8897f9e

Browse files
committed
remove unnecessary type hint comment in InputQuery constructor instantiation
1 parent 47ac480 commit 8897f9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/InputQuery.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public function create(string $class, array $query): object
7272
$constructor = $reflection->getConstructor();
7373

7474
if (! $constructor) {
75-
/** @var T */
7675
return $reflection->newInstance();
7776
}
7877

0 commit comments

Comments
 (0)