File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ services:
20
20
tags :
21
21
- phpstan.broker.dynamicFunctionReturnTypeExtension
22
22
-
23
- class : SzepeViktor\PHPStan\WordPress\StringOrArrayDynamicFunctionReturnTypeExtension
23
+ class : SzepeViktor\PHPStan\WordPress\EscSqlDynamicFunctionReturnTypeExtension
24
24
tags :
25
25
- phpstan.broker.dynamicFunctionReturnTypeExtension
26
26
-
Original file line number Diff line number Diff line change 20
20
use PHPStan \Type \TypeTraverser ;
21
21
use PHPStan \Type \UnionType ;
22
22
23
- class StringOrArrayDynamicFunctionReturnTypeExtension implements \PHPStan \Type \DynamicFunctionReturnTypeExtension
23
+ class EscSqlDynamicFunctionReturnTypeExtension implements \PHPStan \Type \DynamicFunctionReturnTypeExtension
24
24
{
25
25
public function isFunctionSupported (FunctionReflection $ functionReflection ): bool
26
26
{
You can’t perform that action at this time.
0 commit comments