diff --git a/src/Client/Response.php b/src/Client/Response.php index d5eacaf..5988423 100644 --- a/src/Client/Response.php +++ b/src/Client/Response.php @@ -17,7 +17,7 @@ class Response $match = []; preg_match( - '/(?\d{2})\s(?.*)\r\n(?.*)/su', + '/(?\d{2})\s(?.*)\r\n(?.*)/su', $data, $match );