Skip to content

Commit 2d5a87e

Browse files
committed
style: disable some phpcs warnings
1 parent ee3e1e5 commit 2d5a87e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

mmlc_installer.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php // @phpcs:disable PSR1.Files.SideEffects.FoundWithSymbols
22

33
/*
44
* This file is part of MMLC - ModifiedModuleLoaderClient.
@@ -7,6 +7,10 @@
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* 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
1014
*/
1115
ini_set('display_errors', 1);
1216
error_reporting(E_ALL & ~E_NOTICE);

0 commit comments

Comments
 (0)