Skip to content

Commit 9a0e325

Browse files
committed
Simplify conditions
Signed-off-by: Pushpak Chhajed <[email protected]>
1 parent 251157e commit 9a0e325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function handle(
8282
): int {
8383
[$guidelines, $mcp] = $this->validateOptions();
8484

85-
if ($guidelines === false && $mcp === false) {
85+
if (! $guidelines && ! $mcp) {
8686
return self::FAILURE;
8787
}
8888

0 commit comments

Comments
 (0)