Skip to content

Commit

Permalink
Revert "tmp - disable constant visibility inspection on generated code"
Browse files Browse the repository at this point in the history
This reverts commit e80c9a0
  • Loading branch information
jrushlow committed May 4, 2021
1 parent e80c9a0 commit 8ab5b62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Resources/test/.php_cs.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ return (new PhpCsFixer\Config())
'@Symfony' => true,
'@Symfony:risky' => true,
'native_function_invocation' => false,
'visibility_required' => ['elements' => ['method', 'property']] // @TODO Fix generated code to allow 'const'
))
->setRiskyAllowed(true)
;

0 comments on commit 8ab5b62

Please sign in to comment.