Skip to content

Commit 95109e3

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! wip
1 parent 1a0db7c commit 95109e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Analysis/ClassPropertyAnalyser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static function hasExclusivelyMockedProperties(Class_ $class): bool
2626
return true;
2727
}
2828

29-
public static function isMockObjectProperty(Property $property): bool
29+
private static function isMockObjectProperty(Property $property): bool
3030
{
3131
if (! $property->type instanceof Name) {
3232
return false;

0 commit comments

Comments
 (0)