Skip to content

Commit 069cbe9

Browse files
committed
Remove silencer as there is a test, before, that will catch empty response-messages
1 parent b29149a commit 069cbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ArangoDBClient/HttpResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function __construct($responseString, $originUrl = null, $originMethod =
9898
}
9999
}
100100

101-
@list($this->_header, $this->_body) = HttpHelper::parseHttpMessage($responseString, $originUrl, $originMethod);
101+
list($this->_header, $this->_body) = HttpHelper::parseHttpMessage($responseString, $originUrl, $originMethod);
102102
list($this->_httpCode, $this->_result, $this->_headers) = HttpHelper::parseHeaders($this->_header);
103103

104104
if ($this->_body === null &&

0 commit comments

Comments
 (0)