diff --git a/bouncer/.php-cs-fixer.php b/bouncer/.php-cs-fixer.php index 46a948c..5297634 100644 --- a/bouncer/.php-cs-fixer.php +++ b/bouncer/.php-cs-fixer.php @@ -14,7 +14,7 @@ return (new PhpCsFixer\Config) 'no_php4_constructor' => true, 'no_unused_imports' => true, 'no_useless_else' => true, - 'no_superfluous_phpdoc_tags' => true, + 'no_superfluous_phpdoc_tags' => false, 'void_return' => true, 'yoda_style' => false, ]) diff --git a/swarm-monitor/.php-cs-fixer.php b/swarm-monitor/.php-cs-fixer.php index 46a948c..5297634 100644 --- a/swarm-monitor/.php-cs-fixer.php +++ b/swarm-monitor/.php-cs-fixer.php @@ -14,7 +14,7 @@ return (new PhpCsFixer\Config) 'no_php4_constructor' => true, 'no_unused_imports' => true, 'no_useless_else' => true, - 'no_superfluous_phpdoc_tags' => true, + 'no_superfluous_phpdoc_tags' => false, 'void_return' => true, 'yoda_style' => false, ])