sjaakp / yii2-illustrated-behavior

Adds image to ActiveRecord
http://www.sjaakpriester.nl/software/illustrated
MIT License
43 stars 17 forks source link

Coding standarts #20

Open arogachev opened 8 years ago

arogachev commented 8 years ago

It will be better if the code will follow PSR-2. Yii2 follows it and recommends to follow it in extensions. Among the errors I saw for example extra spaces before curly braces, wrong placement of the curly braces in methods, just to name a few.