Skip to content

Commit

Permalink
chore: add var_export to forbidden functions
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Aug 20, 2024
1 parent 019f27d commit b7bcf6a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ services:
tags: [phpstan.rules.rule]
arguments:
forbiddenFunctions:
- eval
- dump
- die
- compact
- die
- dump
- eval
- var_dump
- var_export
-
class: Symplify\PHPStanRules\Rules\ForbiddenNodeRule
tags: [phpstan.rules.rule]
Expand Down

0 comments on commit b7bcf6a

Please sign in to comment.