Turanic API Converter plugin for Turanic
- /apiconvert
- /apiconvert --all
- onCommand and execute functions added string
- Clear in functions php > 7.0 texts. Example: ?string $test => $test
- Clear function end return typehints (onyl php > 7.0) Example: function test() : ?int => function test()
- Clear : void
- Change imports
- onRun($tick) => onRun(int $tick)