Completed
Push — master ( b44893...3c1244 )
by Timothy
04:48
created
src/Aviat/AnimeClient/Dispatcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
 			$error_handler->addDataTable('failed_route', (array)$failure);
111 111
 			$action_method = AnimeClient::ERROR_MESSAGE_METHOD;
112 112
 
113
-			switch(TRUE)
113
+			switch (TRUE)
114 114
 			{
115 115
 				case $failure->failedMethod():
116 116
 					$params['title'] = '405 Method Not Allowed';
Please login to merge, or discard this patch.