We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3e1e5 commit 2d5a87eCopy full SHA for 2d5a87e
1 file changed
mmlc_installer.php
@@ -1,4 +1,4 @@
1
-<?php
+<?php // @phpcs:disable PSR1.Files.SideEffects.FoundWithSymbols
2
3
/*
4
* This file is part of MMLC - ModifiedModuleLoaderClient.
@@ -7,6 +7,10 @@
7
*
8
* For the full copyright and license information, please view the LICENSE
9
* file that was distributed with this source code.
10
+ *
11
+ * @phpcs:disable PSR1.Classes.ClassDeclaration.MissingNamespace
12
+ * @phpcs:disable Generic.Files.LineLength.TooLong
13
+ * @phpcs:disable PSR1.Classes.ClassDeclaration.MultipleClasses
14
*/
15
ini_set('display_errors', 1);
16
error_reporting(E_ALL & ~E_NOTICE);
0 commit comments