@@ -28,7 +28,7 @@ |
||
28 | 28 | ]; |
29 | 29 | |
30 | 30 | foreach ($days as $day => $dayFr) { |
31 | - $businessHours[$day] = OpeningHoursParser::formatOpeningHoursDay($relayPoint->{'Horaires_' . $dayFr}->string); |
|
31 | + $businessHours[$day] = OpeningHoursParser::formatOpeningHoursDay($relayPoint->{'Horaires_' . $dayFr}->string); |
|
32 | 32 | } |
33 | 33 | |
34 | 34 | $openingHours = OpeningHours::create($businessHours); |
@@ -54,9 +54,9 @@ |
||
54 | 54 | { |
55 | 55 | $security = $this->credentials['Enseigne']; |
56 | 56 | foreach ($params as $param) { |
57 | - $security.= $param; |
|
57 | + $security .= $param; |
|
58 | 58 | } |
59 | - $security.= $this->credentials['Key']; |
|
59 | + $security .= $this->credentials['Key']; |
|
60 | 60 | |
61 | 61 | return strtoupper(md5($security)); |
62 | 62 | } |