Removed style checks disabling due to bug on php code sniffer

This commit is contained in:
Alejandro Celaya
2022-07-04 17:12:38 +02:00
parent 3de3594282
commit abd9f3c6be
5 changed files with 2 additions and 7 deletions

View File

@@ -2,8 +2,6 @@
declare(strict_types=1);
// phpcs:disable
// TODO Enable coding style checks again once code sniffer 3.7 is released https://github.com/squizlabs/PHP_CodeSniffer/issues/3474
namespace Shlinkio\Shlink\Core\Config;
use function Shlinkio\Shlink\Config\env;