Skip to content

Commit

Permalink
fixes wrong static declaration in tidy extension (to solve issue #73)
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Apr 1, 2021
1 parent 3be5bdd commit 3e46926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/reference/extension/tidy/0/methods.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@
{
"class_name": "tidy",
"name": "repairFile",
"static": false,
"static": true,
"ext_min": "0.5.2",
"php_min": "4.3.0"
},
{
"class_name": "tidy",
"name": "repairString",
"static": false,
"static": true,
"ext_min": "0.5.2",
"php_min": "4.3.0"
},
Expand Down

0 comments on commit 3e46926

Please sign in to comment.