File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ public function format(
53
53
54
54
private function getMaxUsagesShownForErrors (CliOptions $ options ): int
55
55
{
56
- if ($ options ->verbose === true ) {
57
- return self ::VERBOSE_SHOWN_USAGES ;
58
- }
59
-
60
56
if ($ options ->showAllUsages === true ) {
61
57
return PHP_INT_MAX ;
62
58
}
63
59
60
+ if ($ options ->verbose === true ) {
61
+ return self ::VERBOSE_SHOWN_USAGES ;
62
+ }
63
+
64
64
return 1 ;
65
65
}
66
66
Original file line number Diff line number Diff line change @@ -133,14 +133,14 @@ public function format(
133
133
134
134
private function getMaxUsagesShownForErrors (CliOptions $ options ): int
135
135
{
136
- if ($ options ->verbose === true ) {
137
- return self ::VERBOSE_SHOWN_USAGES ;
138
- }
139
-
140
136
if ($ options ->showAllUsages === true ) {
141
137
return PHP_INT_MAX ;
142
138
}
143
139
140
+ if ($ options ->verbose === true ) {
141
+ return self ::VERBOSE_SHOWN_USAGES ;
142
+ }
143
+
144
144
return 1 ;
145
145
}
146
146
You can’t perform that action at this time.
0 commit comments