Skip to content

Commit

Permalink
Merge pull request #6 from cultuurnet/III-6150-avoid-alias-functions
Browse files Browse the repository at this point in the history
Add rule to avoid alias functions
  • Loading branch information
LucWollants committed Aug 7, 2024
2 parents 6008c36 + fc8ca84 commit 13a065c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public function getCommonRules(): array
'no_empty_comment' => true,
'no_empty_phpdoc' => true,
'declare_strict_types' => true,
'no_alias_functions' => true,
];
}
}

0 comments on commit 13a065c

Please sign in to comment.