You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

455 B

Code style

Please make your code look like the other code in the project.

PsySH follows PSR-1 and PSR-2. The easiest way to do make sure you're following the coding standard is to install php-cs-fixer and run php-cs-fixer fix before committing.

Branching model

Please branch off and send pull requests to the develop branch.