protected function addLines
preg_quote used in the function addLines needs to specify the optional parameter delimiter to properly escape all characters. The provided merge request adds / as delimiter.
preg_quote used in the function addLines needs to specify the optional parameter delimiter to properly escape all characters. The provided merge request adds / as delimiter.