Completed
Branch dev-record-extra-information (46ca32)
by Tyler
03:17
created
src/Components/Recorder.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -63,6 +63,9 @@
 block discarded – undo
63 63
         return false;
64 64
     }
65 65
 
66
+    /**
67
+     * @param string $key
68
+     */
66 69
     protected function collect($key,Exception $e = null){
67 70
         switch ($key) {
68 71
             case 'user_id':
Please login to merge, or discard this patch.