Skip to content

Commit f76f48f

Browse files
sverasivaschenko
andauthored
Update Magento2/Sniffs/Legacy/InstallUpgradeSniff.php
Co-authored-by: Sergii Ivashchenko <serg.ivashchenko@gmail.com>
1 parent 94a395a commit f76f48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Magento2/Sniffs/Legacy/InstallUpgradeSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class InstallUpgradeSniff implements Sniff
3939
* @var string[]
4040
*/
4141
private $wrongPrefixesErrorCodes = [
42-
'install-' => 'obsoleteInstallScript',
42+
'install-' => 'ObsoleteInstallScript',
4343
'InstallSchema' => 'obsoleteInstallSchemaScript',
4444
'InstallData' => 'obsoleteInstallDataScript',
4545
'data-install-' => 'obsoleteDataInstallScript',

0 commit comments

Comments
 (0)