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 143a56e commit 34748ddCopy full SHA for 34748dd
src/Application/Adapters/Laravel/Preset.php
@@ -10,6 +10,7 @@
10
use NunoMaduro\PhpInsights\Domain\Insights\ForbiddenDefineGlobalConstants;
11
use NunoMaduro\PhpInsights\Domain\Sniffs\ForbiddenSetterSniff;
12
use PHP_CodeSniffer\Standards\Generic\Sniffs\PHP\ForbiddenFunctionsSniff;
13
+use PhpCsFixer\Fixer\FunctionNotation\VoidReturnFixer;
14
15
/**
16
* @internal
@@ -41,7 +42,7 @@ public static function get(): array
41
42
// ...
43
],
44
'remove' => [
- // ...
45
+ VoidReturnFixer::class,
46
47
'config' => [
48
ForbiddenDefineGlobalConstants::class => [
0 commit comments