preparing for https://github.com/PHP-FFMpeg/PHP-FFMpeg/issues/412 -- - [ ] Set `declare(strict_types=1);` in *every* file and fix any type-converting struggles. - [ ] Use scalar type hints, null type hints and return type values(even `void`) in any classes. - [ ] Check whether we have any workarounds for older php versions - [ ] Remove them if they aren't necessary anymore. - [ ] Convert any `array(...)` to `[...]`