Skip to content

Commit

Permalink
phpcs: enforce declare_strict
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Nov 27, 2019
1 parent fc58f01 commit 7d74980
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ return (new MattAllan\LaravelCodeStyle\Config())
->setRules([
'@Laravel' => true,
'@Laravel:risky' => true,
// Project specific
'declare_strict_types' => true,
])
->setRiskyAllowed(true);
->setRiskyAllowed(true);

0 comments on commit 7d74980

Please sign in to comment.