Skip to content

Commit 5060372

Browse files
committedMay 31, 2021
[BUGFIX] Apply CGL
1 parent f9f5254 commit 5060372

2 files changed

+4
-3
lines changed
 

‎src/Type/QueryExecuteReturnTypeExtension.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34

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

5455
return new ObjectType(QueryResultInterface::class);
5556
}
56-
}
57+
}

‎src/Type/QueryInterfaceExecuteReturnTypeExtension.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
namespace FriendsOfTYPO3\PHPStan\TYPO3\Type;
56

6-
77
use PhpParser\Node\Expr\ClassConstFetch;
88
use PhpParser\Node\Expr\MethodCall;
99
use PhpParser\Node\Scalar\String_ as StringNode;
@@ -55,4 +55,4 @@ public function getTypeFromMethodCall(MethodReflection $methodReflection, Method
5555

5656
return new ObjectType(QueryResultInterface::class);
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)
Please sign in to comment.