Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed May 27, 2024
1 parent 68f594a commit c84bbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HasStatuses.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function hasEverHadStatus($name): bool
*/
public function hasNeverHadStatus($name): bool
{
return !$this->hasEverHadStatus($name);
return ! $this->hasEverHadStatus($name);
}

public function deleteStatus(...$names)
Expand Down

0 comments on commit c84bbed

Please sign in to comment.