Skip to content

Commit 5bf07a3

Browse files
committed
Code style fix
1 parent a10b7c4 commit 5bf07a3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/PHPFUI/InstaDoc/Tests/Test82.php

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,26 @@ public function disjunctiveNormalFormTypes((ConstantsAllowed82 & Status) | null
2121
{
2222
}
2323

24-
public function takeAndReturnEnum(?Status $enum = null) : Status
25-
{
26-
return $enum;
27-
}
28-
2924
final public function intersectionTypesFinal(\Iterator & \Countable $collection) : never
3025
{
3126
exit;
3227
}
3328

34-
protected function alwaysTrue() : true
29+
public function takeAndReturnEnum(?Status $enum = null) : Status
3530
{
36-
return true;
31+
return $enum;
3732
}
3833

3934
protected function alwaysNull() : null
4035
{
4136
return null;
4237
}
4338

39+
protected function alwaysTrue() : true
40+
{
41+
return true;
42+
}
43+
4444
private function alwaysFalse() : false
4545
{
4646
return false;

0 commit comments

Comments
 (0)