hantsy / angularjs-zf2-sample

A RESTful sample using AngularJS/Bootstrap as frontend and Zend2 Framework as REST API producer
GNU General Public License v2.0
37 stars 28 forks source link

Implementation PSRs and syntax php array #4

Closed AlefeVariani closed 9 years ago

AlefeVariani commented 9 years ago

Implementation PSRs and syntax php array.

hantsy commented 9 years ago

Thanks for your contribution, @AlefeVariani .

I have reviewed the codes, and saw few changes

  1. replace array() with [], can you please refer the PSR link for this. I think ZF2 is only ready for PSR0.
  2. All files are reformatted, is this required for which PSR?
AlefeVariani commented 9 years ago

These changes reference PSR2 - Coding Style Guide. :)

hantsy commented 9 years ago

OK, thanks.