Skip to content

Commit 0734941

Browse files
authored
Merge pull request #35 from Chouby/fix_class_not_found
Fix wrong class name in extension.neon
2 parents 5ba282b + 747357f commit 0734941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
tags:
1313
- phpstan.broker.dynamicFunctionReturnTypeExtension
1414
-
15-
class: PHPStan\WordPress\EscSqlDynamicFunctionReturnTypeExtension
15+
class: PHPStan\WordPress\StringOrArrayDynamicFunctionReturnTypeExtension
1616
tags:
1717
- phpstan.broker.dynamicFunctionReturnTypeExtension
1818
-

0 commit comments

Comments
 (0)