Use str_replace instead of preg_replace to normalize EOLs of doc comments.

This commit is contained in:
gitlost 2017-07-13 13:17:15 +01:00
parent 99103487fd
commit a5359f2ee0

1
.gitattributes vendored
View file

@ -1,2 +1,3 @@
# Auto detect text files and perform EOL normalization
* text=auto eol=lf
tests/data/*-win.php eol=crlf