PHP Classes

File: CONTRIBUTING.md

Recommend this page to a friend!
  Classes of William   neoshiftlab PHP Tree Data Structure   CONTRIBUTING.md   Download  
File: CONTRIBUTING.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: neoshiftlab PHP Tree Data Structure
Create and manipulate trees of data values
Author: By
Last change:
Date: 2 years ago
Size: 460 bytes
 

Contents

Class file image Download

Contributing

Welcome et thanks to contribute to this project. First, please describe your needs in a new issue.

How to write code

  1. We respect PSR-1 et PSR-12
  2. Test your code
  3. Make small code for easy review

How to run test

docker run --rm --tty -it -w /app -v $PWD:/app php:8.0-cli ./vendor/bin/phpunit