mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
php csfixes
This commit is contained in:
parent
2b9f0e5177
commit
45f3bb00d6
@ -1099,7 +1099,6 @@ class AccompanyingPeriod implements
|
||||
}
|
||||
|
||||
if ($comment instanceof Comment) {
|
||||
|
||||
if (null !== $this->pinnedComment) {
|
||||
$this->addComment($this->pinnedComment);
|
||||
}
|
||||
|
@ -61,13 +61,13 @@ final class CreationPersonType extends AbstractType
|
||||
'required' => false,
|
||||
])
|
||||
->add('phonenumber', TelType::class, [
|
||||
'required' => false
|
||||
'required' => false,
|
||||
])
|
||||
->add('mobilenumber', TelType::class, [
|
||||
'required' => false
|
||||
'required' => false,
|
||||
])
|
||||
->add('email', EmailType::class, [
|
||||
'required' => false
|
||||
'required' => false,
|
||||
]);
|
||||
|
||||
if ($this->askCenters) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user