We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10b7c4 commit 5bf07a3Copy full SHA for 5bf07a3
src/PHPFUI/InstaDoc/Tests/Test82.php
@@ -21,26 +21,26 @@ public function disjunctiveNormalFormTypes((ConstantsAllowed82 & Status) | null
21
{
22
}
23
24
- public function takeAndReturnEnum(?Status $enum = null) : Status
25
- {
26
- return $enum;
27
- }
28
-
29
final public function intersectionTypesFinal(\Iterator & \Countable $collection) : never
30
31
exit;
32
33
34
- protected function alwaysTrue() : true
+ public function takeAndReturnEnum(?Status $enum = null) : Status
35
36
- return true;
+ return $enum;
37
38
39
protected function alwaysNull() : null
40
41
return null;
42
43
+ protected function alwaysTrue() : true
+ {
+ return true;
+ }
+
44
private function alwaysFalse() : false
45
46
return false;
0 commit comments