All Projects → PrestaShop → PrestaShop-norm-validator

PrestaShop / PrestaShop-norm-validator

Licence: other
No description, website, or topics provided.

Programming Languages

PHP
23972 projects - #3 most used programming language

/!\ DEPRECATED /!\

This follows our old norm, do not use it of your using PrestaShop 1.6.1.0+

Since version 1.6.1.0 of PrestaShop, we are using the PSR-2 Coding Style Guide as our coding standards.

All PrestaShop Coding Standards have been introduced here.

Installation

  1. Install phpcs: pear install PHP_CodeSniffer

  2. Find your PEAR directory: pear config-show | grep php_dir

  3. You can run PHP CodeSniffer against an entire directory: phpcs --standard=PSR2 PrestaShop/classes/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].