Completed
Pull Request — master (#358)
by Luc
05:10
created
src/BookingInfo.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -116,10 +116,10 @@
 block discarded – undo
116 116
     {
117 117
         $serialized = array_filter(
118 118
             [
119
-              'phone' => $this->phone,
120
-              'email' => $this->email,
121
-              'url' => $this->url,
122
-              'urlLabel' => $this->urlLabel,
119
+                'phone' => $this->phone,
120
+                'email' => $this->email,
121
+                'url' => $this->url,
122
+                'urlLabel' => $this->urlLabel,
123 123
             ]
124 124
         );
125 125
 
Please login to merge, or discard this patch.