[PSR-2] Fix braces

This commit is contained in:
Thibaud Chauviere
2015-07-07 10:43:46 +02:00
parent 8e57f4d429
commit 58fb997a0f
4 changed files with 833 additions and 837 deletions
+4 -3
View File
@@ -1,9 +1,10 @@
<?php
if (!defined('_PS_VERSION_'))
exit;
if (!defined('_PS_VERSION_')) {
exit;
}
function upgrade_module_1_6($object)
{
return ($object->registerHook('actionObjectCategoryAddAfter'));
return ($object->registerHook('actionObjectCategoryAddAfter'));
}
+4 -3
View File
@@ -23,10 +23,11 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
if (!defined('_PS_VERSION_'))
exit;
if (!defined('_PS_VERSION_')) {
exit;
}
function upgrade_module_2_1_1($object)
{
return ($object->registerHook('header'));
return ($object->registerHook('header'));
}