Skip to content

Commit

Permalink
replaces get_headers $associative with bool (#4850)
Browse files Browse the repository at this point in the history
* replaces get_headers  with bool

* merge Rectors
  • Loading branch information
mvhirsch committed Aug 25, 2023
1 parent 9a07a7b commit a2c2046
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/set/php80.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,7 @@
new ReplaceFuncCallArgumentDefaultValue('version_compare', 2, 'g', 'gt'),
new ReplaceFuncCallArgumentDefaultValue('version_compare', 2, 'l', 'lt'),
new ReplaceFuncCallArgumentDefaultValue('version_compare', 2, 'n', 'ne'),
new ReplaceFuncCallArgumentDefaultValue('get_headers', 1, 0, false),
new ReplaceFuncCallArgumentDefaultValue('get_headers', 1, 1, true),
]);
};

0 comments on commit a2c2046

Please sign in to comment.