Skip to content

Commit f9fba3b

Browse files
committed
Update MixedTypeTest.php
1 parent 8bee289 commit f9fba3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Type/MixedTypeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ public function testEquals(MixedType $mixedType, Type $typeToCompare, bool $expe
11391139
);
11401140
}
11411141

1142-
static public function dataEquals(): array
1142+
public static function dataEquals(): array
11431143
{
11441144
return [
11451145
[

0 commit comments

Comments
 (0)