GamakCZ / EggWars

EggWars minigame for PocketMine
https://poggit.pmmp.io/ci/GamakCZ/EggWars/EggWars
Apache License 2.0
34 stars 16 forks source link

Add to poggit #59

Open Shadow-87 opened 3 years ago

Shadow-87 commented 3 years ago

Hello. Please add this plugin to Poggit. I saw that you added this plugin in the ci section. Please fix it and add it to poggit. I really need this plugin and my server is on Aternos. Thank you the pro guys.

Shadow-87 commented 3 years ago

This is error in poggit. Please fix it.

Dev Build #77 Initiation Commit 052f45c316e84bbaa0c6678d3d1adb61a6475790 Lint Severity: Lint

Violation of PSR-0 On line 31 at src/vixikhd/eggwars/arena/level/VotingManager.php:

class VotingManager implements LevelManager { PocketMine uses an autoloader that autoloads classes using the PSR-0 standard. In simple words, every class should be placed in a class file whose path depends on the class's namespace + class name in the src directory. Moreover, the case should also be equal, because on case-sensitive systems, your class may not be loaded because the autoloader tries to load your class using the case in your namespace/class name, while the system does not think that your class file represents the path that the autoloader required. Classes should be placed in these paths:

Fully-qualified class name Class location Foo\Bar src/Foo/Bar.php vixikhd\eggwars\arena\voting\VotingManager