Skip to content

Commit 7b73814

Browse files
Fix cs
1 parent f3c5911 commit 7b73814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/Php/DateTimeModifyReturnTypeExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ static function (Type $type, callable $traverse) use ($dateTimeInterfaceType): T
9898
return $type;
9999
}
100100
return new NeverType();
101-
}
101+
},
102102
);
103103
}
104104

0 commit comments

Comments
 (0)