Completed
Pull Request — master (#10)
by Tyler
02:17
created
src/Components/Recorder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
     /**
67 67
      * @param string $key
68 68
      */
69
-    protected function collect($key,Exception $e = null){
69
+    protected function collect($key, Exception $e = null) {
70 70
         switch ($key) {
71 71
             case 'user_id':
72 72
                 return $this->getUserId();
Please login to merge, or discard this patch.