Passed
Push — master ( 33f18a...06f997 )
by Vladimir
02:13
created
src/Channels/Driver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      */
35 35
     public function initialize(Collection $parameters): DriverContract
36 36
     {
37
-        $parameters->each(function ($value, $key) {
37
+        $parameters->each(function($value, $key) {
38 38
             $key = Str::camel($key);
39 39
             $this->$key = $value;
40 40
         });
Please login to merge, or discard this patch.