Passed
Pull Request — master (#78)
by guillaume
09:49
created
app/Src/UseCases/Domain/Context/Dto/ContextDto.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
         $this->postalCode = $postalCode;
39 39
         $this->department = $departmentNumber;
40 40
         $this->characteristics = $characteristics;
41
-        foreach($this->characteristics as $characteristic){
41
+        foreach ($this->characteristics as $characteristic) {
42 42
             $this->characteristicsByType[$characteristic->type()][] = $characteristic;
43 43
         }
44 44
         $this->description = $description;
Please login to merge, or discard this patch.