Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 29, 2023
1 parent 92e60ea commit 0ca354d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Stubs/ActiveRecord/Cat.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function getException(): void
*/
public function getThrowable(): float|int
{
return 5/0;
return 5 / 0;
}

public function setNonExistingProperty(string $value): void
Expand Down

0 comments on commit 0ca354d

Please sign in to comment.