![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/syn.corals.io/vendor/maennchen/zipstream-php/ |
# ZipStream Readme for Contributors ## Code styling ### Indention For spaces are used to indent code. The convention is [K&R](http://en.wikipedia.org/wiki/Indent_style#K&R) ### Comments Double Slashes are used for an one line comment. Classes, Variables, Methods etc: ```php /** * My comment * * @myanotation like @param etc. */ ``` ## Pull requests Feel free to submit pull requests. ## Testing For every new feature please write a new PHPUnit test. Before every commit execute `./vendor/bin/phpunit` to check if your changes wrecked something: