mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-08 08:49:52 +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 ($comment instanceof Comment) {
|
||||||
|
|
||||||
if (null !== $this->pinnedComment) {
|
if (null !== $this->pinnedComment) {
|
||||||
$this->addComment($this->pinnedComment);
|
$this->addComment($this->pinnedComment);
|
||||||
}
|
}
|
||||||
|
@ -61,13 +61,13 @@ final class CreationPersonType extends AbstractType
|
|||||||
'required' => false,
|
'required' => false,
|
||||||
])
|
])
|
||||||
->add('phonenumber', TelType::class, [
|
->add('phonenumber', TelType::class, [
|
||||||
'required' => false
|
'required' => false,
|
||||||
])
|
])
|
||||||
->add('mobilenumber', TelType::class, [
|
->add('mobilenumber', TelType::class, [
|
||||||
'required' => false
|
'required' => false,
|
||||||
])
|
])
|
||||||
->add('email', EmailType::class, [
|
->add('email', EmailType::class, [
|
||||||
'required' => false
|
'required' => false,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
if ($this->askCenters) {
|
if ($this->askCenters) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user