Child pages
  • Development standard

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can access the PrestaShop code standard using SVN: http://devsvn.prestashop.com/svn/v1/branches/norm/ (you must perform this step before going any further with this tutorial)

...

Code Block
apt-get install php-pear
pear install PHP_CodeSniffer
svn co http://devsvn.prestashop.com/svn/v1/branches/norm/ /usr/share/php/PHP/CodeSniffer/Standards/Prestashop
phpcs --config-set default_standard Prestashop

...