We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ce052 commit 6072a6dCopy full SHA for 6072a6d
src/MagentoHackathon/Composer/Magento/Plugin.php
@@ -157,15 +157,15 @@ public function onNewCodeEvent(\Composer\Script\Event $event)
157
$this->deployLibraries();
158
$this->saveVendorDirPath($event->getComposer());
159
$this->requestRegeneration();
160
- $this->setFilesPermissions();
+ $this->setFilePermissions();
161
}
162
163
/**
164
* Set permissions for files using extra->chmod from composer.json
165
*
166
* @return void
167
*/
168
- private function setFilesPermissions()
+ private function setFilePermissions()
169
{
170
$packages = $this->composer->getRepositoryManager()->getLocalRepository()->getPackages();
171
0 commit comments