Skip to content

Commit bba97db

Browse files
authored
Be PHP 7.1 compatible
1 parent becf13e commit bba97db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TermExistsDynamicFunctionReturnTypeExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function getTypeFromFunctionCall(FunctionReflection $functionReflection,
6767
[
6868
new StringType(),
6969
new StringType(),
70-
],
70+
]
7171
);
7272
$withoutTaxonomy = new StringType();
7373

0 commit comments

Comments
 (0)