/home/techb158/immovalet.com/vendor/maennchen/zipstream-php
NameSizeModeActions
.github/-0755rm
src/-0755rm
test/-0755rm
.gitignore660644editdlrm
.travis.yml2960644editdlrm
CHANGELOG.md15390644editdlrm
composer.json9570644editdlrm
CONTRIBUTING.md5560644editdlrm
LICENSE12650644editdlrm
phpunit.xml.dist4390644editdlrm
psalm.xml19010644editdlrm
README.md66980644editdlrm
Edit: /home/techb158/immovalet.com/vendor/maennchen/zipstream-php/CONTRIBUTING.md (556B)
# 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: