Skip to content

Commit

Permalink
Fix: Do not bother defining a symbol whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Mar 2, 2023
1 parent 578ed4f commit 382e36a
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions composer-require-checker.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
{
"symbol-whitelist": [
"array",
"bool",
"callable",
"false",
"float",
"int",
"iterable",
"null",
"object",
"parent",
"self",
"static",
"string",
"true",
"void"
]
"symbol-whitelist": []
}

0 comments on commit 382e36a

Please sign in to comment.