JBZoo / CSV-Blueprint

Strict and automated line-by-line CSV validation tool based on customizable Yaml schemas
https://github.com/JBZoo/CSV-Blueprint-Demo
MIT License
48 stars 0 forks source link

Fix PHP-CS-Fixer rule `string_implicit_backslashes` and update PHP dependencies #199

Closed SmetDenis closed 3 months ago

SmetDenis commented 3 months ago

Correct various regex and string pattern inconsistencies by removing unnecessary escape characters. This improves code readability and ensures consistent use of escape sequences across the codebase. These changes do not affect functionality but enhance maintainability and reduce potential sources of confusion for developers.