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 97b843c commit d974210Copy full SHA for d974210
Magento2/Sniffs/Legacy/InstallUpgradeSniff.php
@@ -15,6 +15,9 @@ class InstallUpgradeSniff implements Sniff
15
{
16
private const ERROR_CODE = 'obsoleteScript';
17
18
+ /**
19
+ * @var string[]
20
+ */
21
private $wrongPrefixes = [
22
'install-' => 'Install scripts are obsolete. '
23
. 'Please use declarative schema approach in module\'s etc/db_schema.xml file',
0 commit comments