Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit 8c219542 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

style: space after elseif

Übergeordneter 103bb5f2
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
3 Merge Requests!87refactor: code stability,!86refactor: code stability,!85refactor: code stability
......@@ -115,9 +115,9 @@ public function __construct(array $attributes)
if ($attributes['country'] instanceof QUI\Countries\Country) {
$this->country = $attributes['country']->getCode();
} elseif(is_string($attributes['country'])) {
} elseif (is_string($attributes['country'])) {
$this->country = $attributes['country'];
} elseif(is_array($attributes['country']) && !empty($attributes['country'])) {
} elseif (is_array($attributes['country']) && !empty($attributes['country'])) {
$this->country = $attributes['country'];
}
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren