Skip to content

Commit

Permalink
[BUGFIX] Apply CGL
Browse files Browse the repository at this point in the history
  • Loading branch information
ervaude committed May 31, 2021
1 parent f9f5254 commit 5060372
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/Type/QueryExecuteReturnTypeExtension.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

declare(strict_types=1);

namespace FriendsOfTYPO3\PHPStan\TYPO3\Type;
Expand Down Expand Up @@ -53,4 +54,4 @@ public function getTypeFromMethodCall(MethodReflection $methodReflection, Method

return new ObjectType(QueryResultInterface::class);
}
}
}
4 changes: 2 additions & 2 deletions src/Type/QueryInterfaceExecuteReturnTypeExtension.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

declare(strict_types=1);

namespace FriendsOfTYPO3\PHPStan\TYPO3\Type;


use PhpParser\Node\Expr\ClassConstFetch;
use PhpParser\Node\Expr\MethodCall;
use PhpParser\Node\Scalar\String_ as StringNode;
Expand Down Expand Up @@ -55,4 +55,4 @@ public function getTypeFromMethodCall(MethodReflection $methodReflection, Method

return new ObjectType(QueryResultInterface::class);
}
}
}

0 comments on commit 5060372

Please sign in to comment.