Completed
Push — master ( 97dfa8...9c73ab )
by Timothy
02:30
created
src/Aviat/Ion/View/HttpView.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
 	 */
107 107
 	protected function output()
108 108
 	{
109
-		$content =& $this->response->content;
109
+		$content = & $this->response->content;
110 110
 		$content->set($this->output);
111 111
 		$content->setType($this->contentType);
112 112
 		$content->setCharset('utf-8');
Please login to merge, or discard this patch.
src/Aviat/AnimeClient/Dispatcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -245,7 +245,7 @@
 block discarded – undo
245 245
 				'message' => 'Invalid HTTP Verb'
246 246
 			];
247 247
 		}
248
-		else if($failure->failedAccept())
248
+		else if ($failure->failedAccept())
249 249
 		{
250 250
 			$params = [
251 251
 				'http_code' => 406,
Please login to merge, or discard this patch.