Skip to content

Commit

Permalink
Fix syntax error in templates on run on php < 8 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Feb 2, 2024
1 parent 01c20b6 commit afb5a4d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions templates/ecs.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ __PATHS__
])

// add sets - group of rules
->withPreparedSets(
arrays: true,
// ->withPreparedSets(
// arrays: true,
// namespaces: true,
// spaces: true,
// docblocks: true,
// comments: true,
);
// )

;

0 comments on commit afb5a4d

Please sign in to comment.