Skip to content

Commit

Permalink
Fix CS???????
Browse files Browse the repository at this point in the history
  • Loading branch information
KnosTx authored Oct 27, 2024
1 parent 77d7cea commit 4ef8ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/world/weather/WeatherType.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

namespace pocketmine\world\weather;

enum WeatherType: string {
enum WeatherType : string {
case CLEAR = "clear";
case RAIN = "rain";
case THUNDER = "thunder";
Expand Down

0 comments on commit 4ef8ca9

Please sign in to comment.