Changelog v.2.15.0 2016-12-08

Changes
  • [Core] : Updated PhpCodeSniffer component from 1.5 to 2.7. PSR2 sniffs have been updated but are still fixable with PHP CS Fixer.
  • [Module validation - Compatibility] : The validator now requires you to init your arrays with the long syntax `array()` instead of the short one `[]`.
Improvements
  • [Module validation] : Improve global stability
  • [Module validation - Structure] : The validator does not throw an error anymore, when an icon in the module root folder is related to a ModuleAdminController.