Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/QueryReflection/RecordingQueryReflector.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ public function validateQueryString(string $queryString): ?Error

public function getResultType(string $queryString, int $fetchType): ?Type
{
// built the query string cache, also on result-type checking, to make sure the cachefile contains all required information.
// result-type checking is triggered by phpstan analysis via our phpstan-extensions, while the query-validation isn't.
$this->validateQueryString($queryString);

$resultType = $this->reflector->getResultType($queryString, $fetchType);

$this->reflectionCache->putResultType(
Expand Down
Loading