mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
CS fixes
This commit is contained in:
@@ -99,8 +99,8 @@ class Structure
|
||||
return true;
|
||||
} elseif (isset($this->fields[$name])) {
|
||||
return false;
|
||||
} else {
|
||||
throw new DomainException(sprintf('Unknown field "%s".', $name));
|
||||
}
|
||||
|
||||
throw new DomainException(sprintf('Unknown field "%s".', $name));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user