Completed
Push — master ( 67c38d...036b27 )
by Chris
02:43
created
src/Darya/Foundation/Providers/DebugService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 		
33 33
 		ini_set('display_errors', 1);
34 34
 		
35
-		$listener = function ($result) {
35
+		$listener = function($result) {
36 36
 			Chrome::log(array($result->query->string, json_encode($result->query->parameters)));
37 37
 			
38 38
 			if ($result->error) {
Please login to merge, or discard this patch.