matteosister / GitElephant

An abstraction layer for git written in PHP
GNU Lesser General Public License v3.0
613 stars 74 forks source link

- added type hints for main objects if possible #140

Closed imunhatep closed 6 years ago

imunhatep commented 6 years ago
imunhatep commented 6 years ago

You are right about PSR-2. Sorry, used personal code style settings. Fixed.

&& vs AND - have different precedence and should be treated accordingly, I use AND most of the time, it helps to get rid of extra brackets in if statements, i.e. easier to read the code.