Skip to content

Commit cb1cbe5

Browse files
suppress a phpstan warning about my overly paranoid code
1 parent 1ea5502 commit cb1cbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/Accounts/AddCollabToAcctCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ private function roleToInt(string $role)
9494
default:
9595
return false;
9696
}
97-
return false;
97+
// return false;
9898
}
9999
}

0 commit comments

Comments
 (0)