Skip to content

Commit b9f929f

Browse files
authored
Merge pull request #4 from magento-trigger/MC-39988
MC-39988: Investigate “Failed to set PHP CodeSniffer installed_paths Config” error
2 parents 4adc8a9 + ea1ecc7 commit b9f929f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/MagentoHackathon/Composer/Magento/Plugin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ public static function getSubscribedEvents()
101101
{
102102
return array(
103103
PluginEvents::COMMAND => array(
104-
array('onCommandEvent', 0),
104+
array('onCommandEvent', 1),
105105
),
106106
ScriptEvents::POST_INSTALL_CMD => array(
107-
array('onNewCodeEvent', 0),
107+
array('onNewCodeEvent', 1),
108108
),
109109
ScriptEvents::POST_UPDATE_CMD => array(
110-
array('onNewCodeEvent', 0),
110+
array('onNewCodeEvent', 1),
111111
),
112112
PackageEvents::POST_PACKAGE_UNINSTALL => array(
113113
array('onPackageUnistall', 0),

0 commit comments

Comments
 (0)