From 7e65e97caf2e20232301009f1c75a319fc95d1d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 6 Oct 2022 10:21:16 +0200 Subject: [PATCH] fix cs: header and declare strict type order --- src/Bundle/ChillActivityBundle/ChillActivityBundle.php | 1 - .../Controller/ActivityReasonCategoryController.php | 1 - .../Controller/ActivityReasonController.php | 1 - .../Controller/AdminActivityPresenceController.php | 1 - .../Controller/AdminActivityTypeCategoryController.php | 1 - .../Controller/AdminActivityTypeController.php | 1 - .../ChillActivityBundle/Controller/AdminController.php | 1 - .../DataFixtures/ORM/LoadActivity.php | 1 - .../DataFixtures/ORM/LoadActivityNotifications.php | 1 - .../DataFixtures/ORM/LoadActivityReason.php | 1 - .../DataFixtures/ORM/LoadActivityReasonCategory.php | 1 - .../DataFixtures/ORM/LoadActivityType.php | 1 - .../DataFixtures/ORM/LoadActivityTypeCategory.php | 1 - .../DataFixtures/ORM/LoadActivitytACL.php | 1 - .../DependencyInjection/ChillActivityExtension.php | 1 - .../DependencyInjection/Configuration.php | 1 - src/Bundle/ChillActivityBundle/Entity/Activity.php | 1 - .../ChillActivityBundle/Entity/ActivityPresence.php | 1 - src/Bundle/ChillActivityBundle/Entity/ActivityReason.php | 1 - .../Entity/ActivityReasonCategory.php | 1 - .../ChillActivityBundle/Entity/ActivityTypeCategory.php | 1 - .../EntityListener/ActivityEntityListener.php | 1 - src/Bundle/ChillActivityBundle/Export/Declarations.php | 1 - .../Export/Filter/ACPFilters/ActivityTypeFilter.php | 1 - .../ChillActivityBundle/Form/ActivityPresenceType.php | 1 - .../Form/ActivityReasonCategoryType.php | 1 - .../ChillActivityBundle/Form/ActivityReasonType.php | 1 - src/Bundle/ChillActivityBundle/Form/ActivityType.php | 1 - .../Form/ActivityTypeCategoryType.php | 1 - src/Bundle/ChillActivityBundle/Form/ActivityTypeType.php | 1 - .../Form/Type/ActivityFieldPresence.php | 1 - .../Form/Type/TranslatableActivityReason.php | 1 - .../Form/Type/TranslatableActivityReasonCategory.php | 1 - .../Menu/AccompanyingCourseMenuBuilder.php | 1 - src/Bundle/ChillActivityBundle/Menu/AdminMenuBuilder.php | 1 - .../ChillActivityBundle/Menu/PersonMenuBuilder.php | 1 - .../Notification/ActivityNotificationHandler.php | 1 - .../Repository/ActivityACLAwareRepository.php | 1 - .../Repository/ActivityACLAwareRepositoryInterface.php | 1 - .../Repository/ActivityReasonCategoryRepository.php | 1 - .../Repository/ActivityReasonRepository.php | 1 - .../Repository/ActivityRepository.php | 1 - .../Repository/ActivityTypeCategoryRepository.php | 1 - .../Repository/ActivityTypeRepositoryInterface.php | 1 - .../Security/Authorization/ActivityVoter.php | 1 - .../Service/DocGenerator/ActivityContext.php | 1 - .../ListActivitiesByAccompanyingPeriodContext.php | 1 - .../Templating/Entity/ActivityReasonRender.php | 1 - .../ChillActivityBundle/Test/PrepareActivityTrait.php | 1 - .../Tests/Controller/ActivityControllerTest.php | 1 - .../Controller/ActivityReasonCategoryControllerTest.php | 1 - .../Tests/Controller/ActivityReasonControllerTest.php | 1 - .../Tests/Controller/ActivityTypeControllerTest.php | 1 - .../ChillActivityBundle/Tests/Entity/ActivityTest.php | 1 - .../ACPAggregators/BySocialActionAggregatorTest.php | 1 - .../ACPAggregators/BySocialIssueAggregatorTest.php | 1 - .../ACPAggregators/ByThirdpartyAggregatorTest.php | 1 - .../Aggregator/ACPAggregators/ByUserAggregatorTest.php | 1 - .../Aggregator/ACPAggregators/DateAggregatorTest.php | 1 - .../ACPAggregators/LocationTypeAggregatorTest.php | 1 - .../ACPAggregators/UserScopeAggregatorTest.php | 1 - .../PersonAggregators/ActivityReasonAggregatorTest.php | 1 - .../Export/LinkedToACP/AvgActivityDurationTest.php | 1 - .../Export/LinkedToACP/AvgActivityVisitDurationTest.php | 1 - .../Export/Export/LinkedToACP/CountActivityTest.php | 1 - .../Export/LinkedToACP/SumActivityDurationTest.php | 1 - .../Export/LinkedToACP/SumActivityVisitDurationTest.php | 1 - .../Export/Export/LinkedToPerson/CountActivityTest.php | 1 - .../Export/Export/LinkedToPerson/ListActivityTest.php | 1 - .../Export/LinkedToPerson/StatActivityDurationTest.php | 1 - .../Export/Filter/ACPFilters/ActivityTypeFilterTest.php | 1 - .../Filter/ACPFilters/BySocialActionFilterTest.php | 1 - .../Export/Filter/ACPFilters/BySocialIssueFilterTest.php | 1 - .../Tests/Export/Filter/ACPFilters/ByUserFilterTest.php | 1 - .../Export/Filter/ACPFilters/EmergencyFilterTest.php | 1 - .../Export/Filter/ACPFilters/LocationTypeFilterTest.php | 1 - .../Export/Filter/ACPFilters/SentReceivedFilterTest.php | 1 - .../Tests/Export/Filter/ACPFilters/UserFilterTest.php | 1 - .../Export/Filter/ACPFilters/UserScopeFilterTest.php | 1 - .../Tests/Export/Filter/ActivityDateFilterTest.php | 1 - .../Tests/Export/Filter/ActivityTypeFilterTest.php | 1 - .../Filter/PersonFilters/ActivityReasonFilterTest.php | 1 - .../PersonHavingActivityBetweenDateFilterTest.php | 1 - .../ChillActivityBundle/Tests/Form/ActivityTypeTest.php | 1 - .../Tests/Form/Type/TranslatableActivityReasonTest.php | 1 - .../Tests/Form/Type/TranslatableActivityTypeTest.php | 1 - .../Tests/Security/Authorization/ActivityVoterTest.php | 1 - .../Tests/Timeline/TimelineProviderTest.php | 1 - .../Timeline/TimelineActivityProvider.php | 1 - .../Validator/Constraints/ActivityValidity.php | 1 - .../Validator/Constraints/ActivityValidityValidator.php | 1 - .../migrations/Version20150701091248.php | 1 - .../migrations/Version20150702093317.php | 1 - .../migrations/Version20150704091347.php | 1 - .../migrations/Version20160222103457.php | 1 - .../migrations/Version20161114085659.php | 1 - .../migrations/Version20210304154629.php | 1 - .../migrations/Version20210311114250.php | 1 - .../migrations/Version20210401090853.php | 1 - .../migrations/Version20210408122329.php | 1 - .../migrations/Version20210415113216.php | 1 - .../migrations/Version20210422073711.php | 1 - .../migrations/Version20210422123846.php | 1 - .../migrations/Version20210506071150.php | 1 - .../migrations/Version20210506090417.php | 1 - .../migrations/Version20210506094520.php | 1 - .../migrations/Version20210506112500.php | 1 - .../migrations/Version20210520095626.php | 1 - .../migrations/Version20210528161250.php | 1 - .../migrations/Version20210602103243.php | 1 - .../migrations/Version20211119173555.php | 1 - .../migrations/Version20211207152023.php | 1 - .../migrations/Version20220425133027.php | 1 - .../migrations/Version20220527124438.php | 1 - .../src/ChillAsideActivityBundle.php | 1 - .../src/Controller/AdminController.php | 1 - .../src/Controller/AsideActivityCategoryController.php | 1 - .../src/Controller/AsideActivityController.php | 1 - .../src/DataFixtures/ORM/LoadAsideActivity.php | 1 - .../src/DataFixtures/ORM/LoadAsideActivityCategory.php | 1 - .../DependencyInjection/ChillAsideActivityExtension.php | 1 - .../src/DependencyInjection/Configuration.php | 1 - .../src/Entity/AsideActivity.php | 1 - .../src/Entity/AsideActivityCategory.php | 1 - .../src/Form/AsideActivityCategoryType.php | 1 - .../src/Form/AsideActivityFormType.php | 1 - .../src/Menu/AdminMenuBuilder.php | 1 - .../src/Menu/SectionMenuBuilder.php | 1 - .../src/Menu/UserMenuBuilder.php | 1 - .../src/Repository/AsideActivityCategoryRepository.php | 1 - .../src/Repository/AsideActivityRepository.php | 1 - .../src/Templating/Entity/CategoryRender.php | 1 - .../src/Tests/Controller/AsideActivityControllerTest.php | 1 - .../src/migrations/Version20210706124644.php | 1 - .../src/migrations/Version20210804082249.php | 1 - .../src/migrations/Version20210806140343.php | 1 - .../src/migrations/Version20210806140710.php | 1 - .../src/migrations/Version20210810084456.php | 1 - .../src/migrations/Version20210922182907.php | 1 - .../src/migrations/Version20211004134012.php | 1 - .../ChillBudgetBundle/Calculator/CalculatorInterface.php | 1 - .../ChillBudgetBundle/Calculator/CalculatorManager.php | 1 - .../ChillBudgetBundle/Calculator/CalculatorResult.php | 1 - src/Bundle/ChillBudgetBundle/ChillBudgetBundle.php | 1 - src/Bundle/ChillBudgetBundle/Config/ConfigRepository.php | 1 - .../Controller/AbstractElementController.php | 1 - .../ChillBudgetBundle/Controller/ChargeController.php | 1 - .../ChillBudgetBundle/Controller/ElementController.php | 1 - .../ChillBudgetBundle/Controller/ResourceController.php | 1 - .../DependencyInjection/ChillBudgetExtension.php | 1 - .../Compiler/CalculatorCompilerPass.php | 1 - .../DependencyInjection/Configuration.php | 1 - src/Bundle/ChillBudgetBundle/Entity/AbstractElement.php | 1 - src/Bundle/ChillBudgetBundle/Entity/Charge.php | 1 - src/Bundle/ChillBudgetBundle/Entity/Resource.php | 1 - src/Bundle/ChillBudgetBundle/Form/ChargeType.php | 1 - src/Bundle/ChillBudgetBundle/Form/ResourceType.php | 1 - .../ChillBudgetBundle/Menu/HouseholdMenuBuilder.php | 1 - src/Bundle/ChillBudgetBundle/Menu/PersonMenuBuilder.php | 1 - .../ChillBudgetBundle/Repository/ChargeRepository.php | 1 - .../ChillBudgetBundle/Repository/ResourceRepository.php | 1 - .../Security/Authorization/BudgetElementVoter.php | 1 - .../ChillBudgetBundle/Service/Summary/SummaryBudget.php | 1 - .../Service/Summary/SummaryBudgetInterface.php | 1 - src/Bundle/ChillBudgetBundle/Templating/Twig.php | 1 - .../Tests/Controller/ElementControllerTest.php | 1 - .../migrations/Version20180522080432.php | 1 - .../migrations/Version20181219145631.php | 1 - .../migrations/Version20220224090319.php | 1 - src/Bundle/ChillCalendarBundle/ChillCalendarBundle.php | 1 - .../Command/AzureGrantAdminConsentAndAcquireToken.php | 9 ++++++++- .../Command/MapAndSubscribeUserCalendarCommand.php | 9 ++++++++- .../Command/SendShortMessageOnEligibleCalendar.php | 9 ++++++++- .../Command/SendTestShortMessageOnCalendarCommand.php | 9 ++++++++- .../ChillCalendarBundle/Controller/AdminController.php | 1 - .../Controller/CalendarAPIController.php | 1 - .../Controller/CalendarController.php | 1 - .../Controller/CalendarRangeAPIController.php | 1 - .../Controller/CancelReasonController.php | 1 - .../Controller/InviteApiController.php | 9 ++++++++- .../Controller/RemoteCalendarConnectAzureController.php | 9 ++++++++- .../Controller/RemoteCalendarMSGraphSyncController.php | 9 ++++++++- .../Controller/RemoteCalendarProxyController.php | 9 ++++++++- .../DataFixtures/ORM/LoadCalendarRange.php | 1 - .../DataFixtures/ORM/LoadCancelReason.php | 1 - .../ChillCalendarBundle/DataFixtures/ORM/LoadInvite.php | 1 - .../DependencyInjection/ChillCalendarExtension.php | 1 - .../DependencyInjection/Configuration.php | 1 - src/Bundle/ChillCalendarBundle/Entity/Calendar.php | 1 - src/Bundle/ChillCalendarBundle/Entity/CalendarRange.php | 1 - src/Bundle/ChillCalendarBundle/Entity/CancelReason.php | 1 - src/Bundle/ChillCalendarBundle/Entity/Invite.php | 1 - .../ChillCalendarBundle/Entity/RemoteCalendarTrait.php | 9 ++++++++- .../ChillCalendarBundle/Event/ListenToActivityCreate.php | 1 - .../Export/Aggregator/UrgencyAggregator.php | 9 ++++++++- src/Bundle/ChillCalendarBundle/Export/Declarations.php | 1 - .../Export/Filter/CalendarRangeFilter.php | 9 ++++++++- src/Bundle/ChillCalendarBundle/Form/CalendarType.php | 1 - src/Bundle/ChillCalendarBundle/Form/CancelReasonType.php | 1 - .../DataTransformer/IdToCalendarRangeDataTransformer.php | 9 ++++++++- .../Menu/AccompanyingCourseMenuBuilder.php | 1 - src/Bundle/ChillCalendarBundle/Menu/AdminMenuBuilder.php | 1 - src/Bundle/ChillCalendarBundle/Menu/UserMenuBuilder.php | 1 - .../Messenger/Doctrine/CalendarEntityListener.php | 9 ++++++++- .../Messenger/Doctrine/CalendarRangeEntityListener.php | 9 ++++++++- .../Handler/CalendarRangeRemoveToRemoteHandler.php | 9 ++++++++- .../Messenger/Handler/CalendarRangeToRemoteHandler.php | 9 ++++++++- .../Messenger/Handler/CalendarRemoveHandler.php | 9 ++++++++- .../Messenger/Handler/CalendarToRemoteHandler.php | 9 ++++++++- .../Messenger/Handler/InviteUpdateHandler.php | 9 ++++++++- .../Handler/MSGraphChangeNotificationHandler.php | 9 ++++++++- .../Messenger/Message/CalendarMessage.php | 9 ++++++++- .../Messenger/Message/CalendarRangeMessage.php | 9 ++++++++- .../Messenger/Message/CalendarRangeRemovedMessage.php | 9 ++++++++- .../Messenger/Message/CalendarRemovedMessage.php | 9 ++++++++- .../Messenger/Message/InviteUpdateMessage.php | 9 ++++++++- .../Message/MSGraphChangeNotificationMessage.php | 9 ++++++++- .../Connector/MSGraph/AddressConverter.php | 9 ++++++++- .../MSGraph/EventsOnUserSubscriptionCreator.php | 9 ++++++++- .../Connector/MSGraph/LocationConverter.php | 9 ++++++++- .../Connector/MSGraph/MSGraphUserRepository.php | 9 ++++++++- .../Connector/MSGraph/MachineHttpClient.php | 9 ++++++++- .../Connector/MSGraph/MachineTokenStorage.php | 9 ++++++++- .../Connector/MSGraph/MapCalendarToUser.php | 9 ++++++++- .../Connector/MSGraph/OnBehalfOfUserHttpClient.php | 9 ++++++++- .../Connector/MSGraph/OnBehalfOfUserTokenStorage.php | 9 ++++++++- .../Connector/MSGraph/RemoteEventConverter.php | 9 ++++++++- .../MSGraph/RemoteToLocalSync/CalendarRangeSyncer.php | 9 ++++++++- .../MSGraph/RemoteToLocalSync/CalendarSyncer.php | 9 ++++++++- .../Connector/MSGraphRemoteCalendarConnector.php | 9 ++++++++- .../Connector/NullRemoteCalendarConnector.php | 9 ++++++++- .../Connector/RemoteCalendarConnectorInterface.php | 9 ++++++++- .../DependencyInjection/RemoteCalendarCompilerPass.php | 9 ++++++++- .../RemoteCalendar/Model/RemoteEvent.php | 9 ++++++++- .../Repository/CalendarACLAwareRepository.php | 9 ++++++++- .../Repository/CalendarACLAwareRepositoryInterface.php | 9 ++++++++- .../Repository/CalendarRangeRepository.php | 1 - .../Repository/CalendarRepository.php | 1 - .../Repository/CancelReasonRepository.php | 1 - .../ChillCalendarBundle/Repository/InviteRepository.php | 1 - .../ChillCalendarBundle/Security/Voter/CalendarVoter.php | 9 ++++++++- .../ChillCalendarBundle/Security/Voter/InviteVoter.php | 9 ++++++++- .../BulkCalendarShortMessageSender.php | 9 ++++++++- .../CalendarForShortMessageProvider.php | 9 ++++++++- .../ShortMessageNotification/DefaultRangeGenerator.php | 9 ++++++++- .../DefaultShortMessageForCalendarBuilder.php | 9 ++++++++- .../ShortMessageNotification/RangeGeneratorInterface.php | 9 ++++++++- .../ShortMessageForCalendarBuilderInterface.php | 9 ++++++++- .../Tests/Controller/CalendarControllerTest.php | 1 - .../RemoteCalendarMSGraphSyncControllerTest.php | 9 ++++++++- .../ChillCalendarBundle/Tests/Entity/CalendarTest.php | 9 ++++++++- .../Tests/Export/Aggregator/AgentAggregatorTest.php | 9 ++++++++- .../Export/Aggregator/CancelReasonAggregatorTest.php | 9 ++++++++- .../Tests/Export/Aggregator/JobAggregatorTest.php | 9 ++++++++- .../Tests/Export/Aggregator/LocationAggregatorTest.php | 9 ++++++++- .../Export/Aggregator/LocationTypeAggregatorTest.php | 9 ++++++++- .../Tests/Export/Aggregator/MonthYearAggregatorTest.php | 9 ++++++++- .../Tests/Export/Aggregator/ScopeAggregatorTest.php | 9 ++++++++- .../Tests/Export/Filter/AgentFilterTest.php | 9 ++++++++- .../Tests/Export/Filter/BetweenDatesFilterTest.php | 9 ++++++++- .../Tests/Export/Filter/JobFilterTest.php | 9 ++++++++- .../Tests/Export/Filter/ScopeFilterTest.php | 9 ++++++++- .../ChillCalendarBundle/Tests/Form/CalendarTypeTest.php | 9 ++++++++- .../Connector/MSGraph/AddressConverterTest.php | 9 ++++++++- .../Connector/MSGraph/CalendarRangeSyncerTest.php | 9 ++++++++- .../Connector/MSGraph/CalendarSyncerTest.php | 9 ++++++++- .../Connector/MSGraph/LocationConverterTest.php | 9 ++++++++- .../BulkCalendarShortMessageSenderTest.php | 9 ++++++++- .../CalendarForShortMessageProviderTest.php | 9 ++++++++- .../DefaultRangeGeneratorTest.php | 9 ++++++++- .../DefaultShortMessageForCalendarBuilderTest.php | 9 ++++++++- .../migrations/Version20210715141731.php | 1 - .../migrations/Version20210723074557.php | 1 - .../migrations/Version20210723142003.php | 1 - .../migrations/Version20210723142842.php | 1 - .../migrations/Version20211119173557.php | 1 - .../migrations/Version20220510155609.php | 9 ++++++++- .../migrations/Version20220511134619.php | 9 ++++++++- .../migrations/Version20220525080633.php | 9 ++++++++- .../migrations/Version20220527124558.php | 1 - .../migrations/Version20220527234046.php | 1 - .../migrations/Version20220606153851.php | 9 ++++++++- .../migrations/Version20220606154119.php | 9 ++++++++- .../migrations/Version20220608084052.php | 9 ++++++++- .../migrations/Version20220609200857.php | 9 ++++++++- .../migrations/Version20220613202636.php | 9 ++++++++- .../migrations/Version20220629095515.php | 9 ++++++++- .../migrations/Version20220921101643.php | 9 ++++++++- .../ChillCustomFieldsBundle/ChillCustomFieldsBundle.php | 1 - .../Command/CreateFieldsOnGroupCommand.php | 1 - .../Controller/AdminController.php | 1 - .../Controller/CustomFieldController.php | 1 - .../Controller/CustomFieldsGroupController.php | 1 - .../CustomFields/AbstractCustomField.php | 1 - .../CustomFields/CustomFieldChoice.php | 1 - .../CustomFields/CustomFieldDate.php | 1 - .../CustomFields/CustomFieldInterface.php | 1 - .../CustomFields/CustomFieldLongChoice.php | 1 - .../CustomFields/CustomFieldNumber.php | 1 - .../CustomFields/CustomFieldText.php | 1 - .../CustomFields/CustomFieldTitle.php | 1 - .../DataFixtures/ORM/LoadOption.php | 1 - .../DependencyInjection/ChillCustomFieldsExtension.php | 1 - .../DependencyInjection/Configuration.php | 1 - .../DependencyInjection/CustomFieldCompilerPass.php | 1 - .../ChillCustomFieldsBundle/Entity/CustomField.php | 1 - .../Entity/CustomFieldLongChoice/Option.php | 1 - .../Entity/CustomFieldsDefaultGroup.php | 1 - .../ChillCustomFieldsBundle/Entity/CustomFieldsGroup.php | 1 - .../CustomFieldLongChoice/OptionRepository.php | 1 - .../ChillCustomFieldsBundle/Form/CustomFieldType.php | 1 - .../Form/CustomFieldsGroupType.php | 1 - .../Form/DataTransformer/CustomFieldDataTransformer.php | 1 - .../DataTransformer/CustomFieldsGroupToIdTransformer.php | 1 - .../JsonCustomFieldToArrayTransformer.php | 1 - .../Form/Extension/PostTextExtension.php | 1 - .../Form/Extension/PostTextIntegerExtension.php | 1 - .../Form/Extension/PostTextNumberExtension.php | 1 - .../Form/Type/ChoiceWithOtherType.php | 1 - .../Form/Type/ChoicesListType.php | 1 - .../ChillCustomFieldsBundle/Form/Type/ChoicesType.php | 1 - .../Form/Type/CustomFieldType.php | 1 - .../Form/Type/CustomFieldsTitleType.php | 1 - .../Form/Type/LinkedCustomFieldsType.php | 1 - .../ChillCustomFieldsBundle/Menu/AdminMenuBuilder.php | 1 - .../Service/CustomFieldProvider.php | 1 - .../Service/CustomFieldsHelper.php | 1 - .../Service/CustomFieldsHelperException.php | 1 - .../Templating/Twig/CustomFieldRenderingTwig.php | 1 - .../Templating/Twig/CustomFieldsGroupRenderingTwig.php | 1 - .../Tests/Config/ConfigCustomizablesEntitiesTest.php | 1 - .../Tests/Controller/CustomFieldControllerTest_TODO.php | 1 - .../Tests/Controller/CustomFieldsGroupControllerTest.php | 1 - .../Tests/CustomFieldTestHelper.php | 1 - .../Tests/CustomFields/CustomFieldsChoiceTest.php | 1 - .../Tests/CustomFields/CustomFieldsNumberTest.php | 1 - .../Tests/CustomFields/CustomFieldsTextTest.php | 1 - .../Form/Extension/PostTextIntegerExtensionTest.php | 1 - .../Tests/Form/Extension/PostTextNumberExtensionTest.php | 1 - .../Tests/Routing/RoutingLoaderTest.php | 1 - .../Tests/Service/CustomFieldsHelperTest.php | 1 - .../Templating/Twig/CustomFieldRenderingTwigTest.php | 1 - .../Twig/CustomFieldsGroupRenderingTwigTest.php | 1 - .../migrations/Version20141128195430.php | 1 - .../migrations/Version20150224164531.php | 1 - .../migrations/Version20151210155904.php | 1 - .../migrations/Version20151210205610.php | 1 - .../ChillDocGeneratorBundle/ChillDocGeneratorBundle.php | 1 - .../ChillDocGeneratorBundle/Context/ContextManager.php | 1 - .../Context/ContextManagerInterface.php | 1 - .../Context/DocGeneratorContextInterface.php | 1 - .../DocGeneratorContextWithAdminFormInterface.php | 1 - .../DocGeneratorContextWithPublicFormInterface.php | 1 - .../Context/Exception/ContextNotFoundException.php | 1 - .../Context/Exception/UnexpectedTypeException.php | 1 - .../Controller/AdminDocGeneratorTemplateController.php | 1 - .../Controller/DocGeneratorTemplateController.php | 1 - .../DataFixtures/ORM/LoadDocGeneratorTemplate.php | 1 - .../DependencyInjection/ChillDocGeneratorExtension.php | 1 - .../DependencyInjection/Configuration.php | 1 - .../Entity/DocGeneratorTemplate.php | 1 - .../Form/DocGeneratorTemplateType.php | 1 - .../GeneratorDriver/DriverInterface.php | 1 - .../GeneratorDriver/Exception/TemplateException.php | 1 - .../GeneratorDriver/RelatorioDriver.php | 1 - .../ChillDocGeneratorBundle/Menu/AdminMenuBuilder.php | 1 - .../Repository/DocGeneratorTemplateRepository.php | 1 - .../Serializer/Encoder/DocGenEncoder.php | 1 - .../Serializer/Helper/NormalizeNullValueHelper.php | 1 - .../Serializer/Normalizer/CollectionDocGenNormalizer.php | 1 - .../Serializer/Normalizer/DocGenObjectNormalizer.php | 1 - .../Service/Context/BaseContextData.php | 1 - .../migrations/Version20210805162522.php | 1 - .../migrations/Version20210812214310.php | 1 - .../migrations/Version20211103111010.php | 1 - .../migrations/Version20211119173556.php | 1 - .../migrations/Version20211201191757.php | 1 - .../tests/Serializer/Encoder/DocGenEncoderTest.php | 1 - .../Serializer/Normalizer/DocGenObjectNormalizerTest.php | 1 - .../tests/Service/Context/BaseContextDataTest.php | 1 - src/Bundle/ChillDocStoreBundle/ChillDocStoreBundle.php | 1 - .../ChillDocStoreBundle/Controller/AdminController.php | 1 - .../Controller/DocumentAccompanyingCourseController.php | 1 - .../Controller/DocumentCategoryController.php | 1 - .../Controller/DocumentPersonController.php | 1 - .../DataFixtures/ORM/LoadDocumentACL.php | 1 - .../DataFixtures/ORM/LoadDocumentCategory.php | 1 - .../DependencyInjection/ChillDocStoreExtension.php | 1 - .../DependencyInjection/Configuration.php | 1 - .../Entity/AccompanyingCourseDocument.php | 1 - src/Bundle/ChillDocStoreBundle/Entity/Document.php | 1 - .../ChillDocStoreBundle/Entity/DocumentCategory.php | 1 - src/Bundle/ChillDocStoreBundle/Entity/PersonDocument.php | 1 - src/Bundle/ChillDocStoreBundle/Entity/StoredObject.php | 1 - .../AccompanyingCourseDocumentRepository.php | 1 - .../Exception/StoredObjectManagerException.php | 1 - .../Form/AccompanyingCourseDocumentType.php | 1 - .../ChillDocStoreBundle/Form/DocumentCategoryType.php | 1 - .../ChillDocStoreBundle/Form/PersonDocumentType.php | 1 - src/Bundle/ChillDocStoreBundle/Form/StoredObjectType.php | 1 - src/Bundle/ChillDocStoreBundle/Menu/AdminMenuBuilder.php | 1 - src/Bundle/ChillDocStoreBundle/Menu/MenuBuilder.php | 1 - .../Object/ObjectToAsyncFileTransformer.php | 1 - .../ChillDocStoreBundle/Object/PersistenceChecker.php | 1 - .../Repository/AccompanyingCourseDocumentRepository.php | 1 - .../Repository/DocumentCategoryRepository.php | 1 - .../Repository/PersonDocumentACLAwareRepository.php | 1 - .../PersonDocumentACLAwareRepositoryInterface.php | 1 - .../Repository/StoredObjectRepository.php | 1 - .../Authorization/AccompanyingCourseDocumentVoter.php | 1 - .../Security/Authorization/PersonDocumentVoter.php | 1 - .../Serializer/Normalizer/StoredObjectDenormalizer.php | 1 - .../ChillDocStoreBundle/Service/StoredObjectManager.php | 1 - .../Service/StoredObjectManagerInterface.php | 1 - .../Templating/WopiEditTwigExtension.php | 1 - .../Templating/WopiEditTwigExtensionRuntime.php | 1 - .../Tests/StoredObjectManagerTest.php | 1 - .../AccompanyingCourseDocumentWorkflowHandler.php | 1 - .../migrations/Version20180605102533.php | 1 - .../migrations/Version20180606133338.php | 1 - .../migrations/Version20210903091534.php | 1 - .../migrations/Version20210903123835.php | 1 - .../migrations/Version20210928182542.php | 1 - .../migrations/Version20211119173558.php | 1 - .../migrations/Version20220131093117.php | 1 - .../migrations/Version20220525141646.php | 1 - src/Bundle/ChillEventBundle/ChillEventBundle.php | 1 - .../ChillEventBundle/Controller/AdminController.php | 1 - .../ChillEventBundle/Controller/EventController.php | 1 - .../ChillEventBundle/Controller/EventTypeController.php | 1 - .../Controller/ParticipationController.php | 1 - .../ChillEventBundle/Controller/RoleController.php | 1 - .../ChillEventBundle/Controller/StatusController.php | 1 - .../ChillEventBundle/DataFixtures/ORM/LoadEventTypes.php | 1 - .../DataFixtures/ORM/LoadParticipation.php | 1 - .../ChillEventBundle/DataFixtures/ORM/LoadRolesACL.php | 1 - .../DependencyInjection/ChillEventExtension.php | 1 - .../DependencyInjection/Configuration.php | 1 - src/Bundle/ChillEventBundle/Entity/Event.php | 1 - src/Bundle/ChillEventBundle/Entity/EventType.php | 1 - src/Bundle/ChillEventBundle/Entity/Participation.php | 1 - src/Bundle/ChillEventBundle/Entity/Role.php | 1 - src/Bundle/ChillEventBundle/Entity/Status.php | 1 - .../Form/ChoiceLoader/EventChoiceLoader.php | 1 - src/Bundle/ChillEventBundle/Form/EventType.php | 1 - src/Bundle/ChillEventBundle/Form/EventTypeType.php | 1 - src/Bundle/ChillEventBundle/Form/ParticipationType.php | 1 - src/Bundle/ChillEventBundle/Form/RoleType.php | 1 - src/Bundle/ChillEventBundle/Form/StatusType.php | 1 - src/Bundle/ChillEventBundle/Form/Type/PickEventType.php | 1 - .../ChillEventBundle/Form/Type/PickEventTypeType.php | 1 - src/Bundle/ChillEventBundle/Form/Type/PickRoleType.php | 1 - src/Bundle/ChillEventBundle/Form/Type/PickStatusType.php | 1 - src/Bundle/ChillEventBundle/Menu/AdminMenuBuilder.php | 1 - src/Bundle/ChillEventBundle/Menu/PersonMenuBuilder.php | 1 - .../ChillEventBundle/Repository/EventRepository.php | 1 - .../Repository/ParticipationRepository.php | 1 - src/Bundle/ChillEventBundle/Search/EventSearch.php | 1 - .../Security/Authorization/EventVoter.php | 1 - .../Security/Authorization/ParticipationVoter.php | 1 - .../Tests/Controller/EventControllerTest.php | 1 - .../Tests/Controller/EventTypeControllerTest.php | 1 - .../Tests/Controller/ParticipationControllerTest.php | 1 - .../Tests/Controller/RoleControllerTest.php | 1 - .../Tests/Controller/StatusControllerTest.php | 1 - .../ChillEventBundle/Tests/Search/EventSearchTest.php | 1 - .../ChillEventBundle/Timeline/TimelineEventProvider.php | 1 - .../migrations/Version20160318111334.php | 1 - .../migrations/Version20190110140538.php | 1 - .../migrations/Version20190115140042.php | 1 - .../migrations/Version20190201143121.php | 1 - .../ChillAMLIFamilyMembersBundle.php | 1 - .../ChillFamilyMembersBundle/Config/ConfigRepository.php | 1 - .../Controller/FamilyMemberController.php | 1 - .../ChillAMLIFamilyMembersExtension.php | 1 - .../DependencyInjection/Configuration.php | 1 - .../Entity/AbstractFamilyMember.php | 1 - .../ChillFamilyMembersBundle/Entity/FamilyMember.php | 1 - .../ChillFamilyMembersBundle/Form/FamilyMemberType.php | 1 - .../ChillFamilyMembersBundle/Form/FamilyMembersType.php | 1 - .../ChillFamilyMembersBundle/Menu/UserMenuBuilder.php | 1 - .../Repository/FamilyMemberRepository.php | 1 - .../Resources/migrations/Version20180522142023.php | 1 - .../Security/Voter/FamilyMemberVoter.php | 1 - src/Bundle/ChillFamilyMembersBundle/Templating/Twig.php | 1 - .../Tests/Controller/FamilyMemberControllerTest.php | 1 - .../CRUD/CompilerPass/CRUDControllerCompilerPass.php | 1 - .../CRUD/Controller/AbstractCRUDController.php | 1 - .../ChillMainBundle/CRUD/Controller/ApiController.php | 1 - .../ChillMainBundle/CRUD/Controller/CRUDController.php | 1 - .../ChillMainBundle/CRUD/Form/CRUDDeleteEntityForm.php | 1 - src/Bundle/ChillMainBundle/CRUD/Resolver/Resolver.php | 1 - .../ChillMainBundle/CRUD/Routing/CRUDRoutesLoader.php | 1 - .../ChillMainBundle/CRUD/Templating/TwigCRUDResolver.php | 1 - .../ChillMainBundle/Center/GroupingCenterInterface.php | 1 - src/Bundle/ChillMainBundle/ChillMainBundle.php | 1 - .../ChillMainBundle/Command/ChillImportUsersCommand.php | 1 - .../Command/ChillUserSendRenewPasswordCodeCommand.php | 1 - .../Command/LoadAddressesBEFromBestAddressCommand.php | 1 - .../Command/LoadAddressesFRFromBANOCommand.php | 1 - .../Command/LoadAndUpdateLanguagesCommand.php | 1 - .../ChillMainBundle/Command/LoadCountriesCommand.php | 1 - src/Bundle/ChillMainBundle/Command/LoadPostalCodeFR.php | 1 - .../ChillMainBundle/Command/LoadPostalCodesCommand.php | 1 - .../ChillMainBundle/Command/SetPasswordCommand.php | 1 - .../ChillMainBundle/Controller/AddressApiController.php | 1 - .../Controller/AddressReferenceAPIController.php | 1 - .../ChillMainBundle/Controller/AdminController.php | 1 - .../ChillMainBundle/Controller/CenterController.php | 1 - .../ChillMainBundle/Controller/CivilityApiController.php | 1 - .../ChillMainBundle/Controller/CivilityController.php | 1 - .../ChillMainBundle/Controller/CountryController.php | 1 - .../ChillMainBundle/Controller/DefaultController.php | 1 - .../ChillMainBundle/Controller/LanguageController.php | 1 - .../ChillMainBundle/Controller/LocationApiController.php | 1 - .../ChillMainBundle/Controller/LocationController.php | 1 - .../Controller/LocationTypeApiController.php | 1 - .../Controller/LocationTypeController.php | 1 - .../ChillMainBundle/Controller/LoginController.php | 1 - src/Bundle/ChillMainBundle/Controller/MenuController.php | 1 - .../Controller/NotificationApiController.php | 1 - .../Controller/NotificationController.php | 1 - .../ChillMainBundle/Controller/PasswordController.php | 1 - .../Controller/PermissionApiController.php | 1 - .../Controller/PermissionsGroupController.php | 1 - .../Controller/PostalCodeAPIController.php | 1 - .../ChillMainBundle/Controller/PostalCodeController.php | 1 - .../ChillMainBundle/Controller/ScopeController.php | 1 - .../ChillMainBundle/Controller/SearchController.php | 1 - .../Controller/TimelineCenterController.php | 1 - src/Bundle/ChillMainBundle/Controller/UIController.php | 1 - .../ChillMainBundle/Controller/UserApiController.php | 1 - src/Bundle/ChillMainBundle/Controller/UserController.php | 1 - .../ChillMainBundle/Controller/UserJobApiController.php | 1 - .../ChillMainBundle/Controller/UserJobController.php | 1 - .../ChillMainBundle/Controller/WorkflowApiController.php | 1 - .../ChillMainBundle/Controller/WorkflowController.php | 1 - .../DataFixtures/ORM/LoadAbstractNotificationsTrait.php | 1 - .../DataFixtures/ORM/LoadAddressReferences.php | 1 - .../ChillMainBundle/DataFixtures/ORM/LoadCenters.php | 1 - .../ChillMainBundle/DataFixtures/ORM/LoadCivility.php | 1 - .../ChillMainBundle/DataFixtures/ORM/LoadCountries.php | 1 - .../DataFixtures/ORM/LoadGroupCenters.php | 1 - .../ChillMainBundle/DataFixtures/ORM/LoadLanguages.php | 1 - .../DataFixtures/ORM/LoadLocationType.php | 1 - .../DataFixtures/ORM/LoadPermissionsGroup.php | 1 - .../ChillMainBundle/DataFixtures/ORM/LoadPostalCodes.php | 1 - .../ChillMainBundle/DataFixtures/ORM/LoadRoleScopes.php | 1 - .../ChillMainBundle/DataFixtures/ORM/LoadScopes.php | 1 - .../ChillMainBundle/DataFixtures/ORM/LoadUsers.php | 1 - .../DependencyInjection/ChillMainExtension.php | 1 - .../CompilerPass/ACLFlagsCompilerPass.php | 1 - .../CompilerPass/ExportsCompilerPass.php | 1 - .../CompilerPass/GroupingCenterCompilerPass.php | 1 - .../CompilerPass/MenuCompilerPass.php | 1 - .../CompilerPass/NotificationCounterCompilerPass.php | 1 - .../CompilerPass/SearchableServicesCompilerPass.php | 1 - .../CompilerPass/ShortMessageCompilerPass.php | 9 ++++++++- .../CompilerPass/TimelineCompilerClass.php | 1 - .../CompilerPass/WidgetsCompilerPass.php | 1 - .../ConfigConsistencyCompilerPass.php | 1 - .../DependencyInjection/Configuration.php | 1 - .../DependencyInjection/MissingBundleException.php | 1 - .../DependencyInjection/RoleProvidersCompilerPass.php | 1 - .../Widget/AbstractWidgetsCompilerPass.php | 1 - .../Widget/AddWidgetConfigurationTrait.php | 1 - .../Widget/Factory/AbstractWidgetFactory.php | 1 - .../Widget/Factory/WidgetFactoryInterface.php | 1 - .../Widget/HasWidgetFactoriesExtensionInterface.php | 1 - src/Bundle/ChillMainBundle/Doctrine/DQL/Extract.php | 1 - .../ChillMainBundle/Doctrine/DQL/GetJsonFieldByKey.php | 1 - .../ChillMainBundle/Doctrine/DQL/JsonAggregate.php | 1 - .../ChillMainBundle/Doctrine/DQL/JsonbArrayLength.php | 1 - .../ChillMainBundle/Doctrine/DQL/JsonbExistsInArray.php | 1 - src/Bundle/ChillMainBundle/Doctrine/DQL/OverlapsI.php | 1 - src/Bundle/ChillMainBundle/Doctrine/DQL/Replace.php | 1 - src/Bundle/ChillMainBundle/Doctrine/DQL/STContains.php | 1 - src/Bundle/ChillMainBundle/Doctrine/DQL/Similarity.php | 1 - .../Doctrine/DQL/StrictWordSimilarityOPS.php | 1 - src/Bundle/ChillMainBundle/Doctrine/DQL/ToChar.php | 1 - src/Bundle/ChillMainBundle/Doctrine/DQL/Unaccent.php | 1 - .../Doctrine/Event/TrackCreateUpdateSubscriber.php | 1 - .../Doctrine/Migrations/VersionComparator.php | 1 - src/Bundle/ChillMainBundle/Doctrine/Model/Point.php | 1 - .../ChillMainBundle/Doctrine/Model/PointException.php | 1 - .../Doctrine/Model/TrackCreationInterface.php | 1 - .../Doctrine/Model/TrackCreationTrait.php | 1 - .../Doctrine/Model/TrackUpdateInterface.php | 1 - .../ChillMainBundle/Doctrine/Model/TrackUpdateTrait.php | 1 - .../ORM/Hydration/FlatHierarchyEntityHydrator.php | 1 - .../Doctrine/Type/NativeDateIntervalType.php | 1 - src/Bundle/ChillMainBundle/Doctrine/Type/PointType.php | 1 - src/Bundle/ChillMainBundle/Entity/Address.php | 1 - src/Bundle/ChillMainBundle/Entity/AddressReference.php | 1 - src/Bundle/ChillMainBundle/Entity/Center.php | 1 - src/Bundle/ChillMainBundle/Entity/Civility.php | 1 - src/Bundle/ChillMainBundle/Entity/Country.php | 1 - .../Entity/Embeddable/CommentEmbeddable.php | 1 - .../Entity/Embeddable/PrivateCommentEmbeddable.php | 1 - .../ChillMainBundle/Entity/GeographicalUnitLayer.php | 1 - src/Bundle/ChillMainBundle/Entity/GroupCenter.php | 1 - src/Bundle/ChillMainBundle/Entity/HasCenterInterface.php | 1 - .../ChillMainBundle/Entity/HasCentersInterface.php | 1 - src/Bundle/ChillMainBundle/Entity/HasScopeInterface.php | 1 - src/Bundle/ChillMainBundle/Entity/HasScopesInterface.php | 1 - src/Bundle/ChillMainBundle/Entity/Language.php | 1 - src/Bundle/ChillMainBundle/Entity/Location.php | 1 - src/Bundle/ChillMainBundle/Entity/LocationType.php | 1 - src/Bundle/ChillMainBundle/Entity/Notification.php | 1 - .../ChillMainBundle/Entity/NotificationComment.php | 1 - src/Bundle/ChillMainBundle/Entity/PermissionsGroup.php | 1 - src/Bundle/ChillMainBundle/Entity/PostalCode.php | 1 - src/Bundle/ChillMainBundle/Entity/RoleScope.php | 1 - src/Bundle/ChillMainBundle/Entity/Scope.php | 1 - src/Bundle/ChillMainBundle/Entity/User.php | 1 - src/Bundle/ChillMainBundle/Entity/UserJob.php | 1 - .../ChillMainBundle/Entity/Workflow/EntityWorkflow.php | 1 - .../Entity/Workflow/EntityWorkflowComment.php | 1 - .../Entity/Workflow/EntityWorkflowStep.php | 1 - .../ChillMainBundle/Export/AggregatorInterface.php | 1 - .../ChillMainBundle/Export/DirectExportInterface.php | 1 - .../ChillMainBundle/Export/ExportElementInterface.php | 1 - .../Export/ExportElementValidatedInterface.php | 1 - .../Export/ExportElementsProviderInterface.php | 1 - src/Bundle/ChillMainBundle/Export/FilterInterface.php | 1 - .../ChillMainBundle/Export/Formatter/CSVFormatter.php | 1 - .../Export/Formatter/CSVListFormatter.php | 1 - .../Export/Formatter/CSVPivotedListFormatter.php | 1 - .../Export/Formatter/SpreadsheetListFormatter.php | 1 - src/Bundle/ChillMainBundle/Export/FormatterInterface.php | 1 - .../ChillMainBundle/Export/GroupedExportInterface.php | 1 - src/Bundle/ChillMainBundle/Export/ListInterface.php | 1 - src/Bundle/ChillMainBundle/Form/AdvancedSearchType.php | 1 - src/Bundle/ChillMainBundle/Form/CenterType.php | 1 - .../Form/ChoiceLoader/PostalCodeChoiceLoader.php | 1 - src/Bundle/ChillMainBundle/Form/CivilityType.php | 1 - src/Bundle/ChillMainBundle/Form/CountryType.php | 1 - .../Form/DataMapper/AddressDataMapper.php | 1 - .../Form/DataMapper/PrivateCommentDataMapper.php | 1 - .../Form/DataMapper/ScopePickerDataMapper.php | 1 - .../Form/DataTransformer/IdToEntityDataTransformer.php | 9 ++++++++- .../Form/DataTransformer/IdToLocationDataTransformer.php | 9 ++++++++- .../Form/DataTransformer/IdToUserDataTransformer.php | 9 ++++++++- .../Form/DataTransformer/IdToUsersDataTransformer.php | 9 ++++++++- .../ChillMainBundle/Form/EntityWorkflowCommentType.php | 1 - .../ChillMainBundle/Form/Event/CustomizeFormEvent.php | 1 - src/Bundle/ChillMainBundle/Form/LanguageType.php | 1 - src/Bundle/ChillMainBundle/Form/LocationFormType.php | 1 - src/Bundle/ChillMainBundle/Form/LocationTypeType.php | 1 - .../ChillMainBundle/Form/NotificationCommentType.php | 1 - src/Bundle/ChillMainBundle/Form/NotificationType.php | 1 - src/Bundle/ChillMainBundle/Form/PermissionsGroupType.php | 1 - src/Bundle/ChillMainBundle/Form/ScopeType.php | 1 - src/Bundle/ChillMainBundle/Form/Type/AddressDateType.php | 1 - src/Bundle/ChillMainBundle/Form/Type/AddressType.php | 1 - .../Form/Type/AppendScopeChoiceTypeTrait.php | 1 - .../ChillMainBundle/Form/Type/ChillCollectionType.php | 1 - .../ChillMainBundle/Form/Type/ChillDateTimeType.php | 1 - src/Bundle/ChillMainBundle/Form/Type/ChillDateType.php | 1 - .../ChillMainBundle/Form/Type/ChillPhoneNumberType.php | 1 - .../ChillMainBundle/Form/Type/ChillTextareaType.php | 1 - src/Bundle/ChillMainBundle/Form/Type/CommentType.php | 1 - .../Form/Type/ComposedGroupCenterType.php | 1 - .../ChillMainBundle/Form/Type/ComposedRoleScopeType.php | 1 - .../Type/DataTransformer/AddressToIdDataTransformer.php | 1 - .../Form/Type/DataTransformer/CenterTransformer.php | 1 - .../Type/DataTransformer/DateIntervalTransformer.php | 1 - .../Type/DataTransformer/EntityToJsonTransformer.php | 1 - .../DataTransformer/MultipleObjectsToIdTransformer.php | 1 - .../Form/Type/DataTransformer/ObjectToIdTransformer.php | 1 - .../Form/Type/DataTransformer/ScopeTransformer.php | 1 - .../ChillMainBundle/Form/Type/DateIntervalType.php | 1 - .../ChillMainBundle/Form/Type/Export/AggregatorType.php | 1 - .../ChillMainBundle/Form/Type/Export/ExportType.php | 1 - .../ChillMainBundle/Form/Type/Export/FilterType.php | 1 - .../ChillMainBundle/Form/Type/Export/FormatterType.php | 1 - .../Form/Type/Export/PickFormatterType.php | 1 - .../Form/Type/Listing/FilterOrderType.php | 1 - src/Bundle/ChillMainBundle/Form/Type/PickAddressType.php | 1 - src/Bundle/ChillMainBundle/Form/Type/PickCenterType.php | 1 - .../ChillMainBundle/Form/Type/PickCivilityType.php | 1 - .../ChillMainBundle/Form/Type/PickUserDynamicType.php | 1 - src/Bundle/ChillMainBundle/Form/Type/PostalCodeType.php | 1 - .../ChillMainBundle/Form/Type/PrivateCommentType.php | 1 - src/Bundle/ChillMainBundle/Form/Type/ScopePickerType.php | 1 - .../ChillMainBundle/Form/Type/Select2ChoiceType.php | 1 - .../ChillMainBundle/Form/Type/Select2CountryType.php | 1 - .../ChillMainBundle/Form/Type/Select2EntityType.php | 1 - .../ChillMainBundle/Form/Type/Select2LanguageType.php | 1 - .../Form/Type/TranslatableStringFormType.php | 1 - src/Bundle/ChillMainBundle/Form/Type/UserPickerType.php | 1 - .../ChillMainBundle/Form/UserCurrentLocationType.php | 1 - src/Bundle/ChillMainBundle/Form/UserJobType.php | 1 - src/Bundle/ChillMainBundle/Form/UserPasswordType.php | 1 - src/Bundle/ChillMainBundle/Form/UserType.php | 1 - .../Form/Utils/PermissionsGroupFlagProvider.php | 1 - src/Bundle/ChillMainBundle/Form/WorkflowStepType.php | 1 - .../ChillMainBundle/Form/WorkflowTransitionType.php | 1 - .../Notification/Counter/NotificationByUserCounter.php | 1 - .../Notification/Email/NotificationMailer.php | 1 - .../PersistNotificationOnTerminateEventSubscriber.php | 1 - .../Exception/NotificationHandlerNotFound.php | 1 - src/Bundle/ChillMainBundle/Notification/Mailer.php | 1 - .../Notification/NotificationHandlerInterface.php | 1 - .../Notification/NotificationHandlerManager.php | 1 - .../Notification/NotificationPersister.php | 1 - .../Notification/NotificationPersisterInterface.php | 1 - .../Notification/NotificationPresence.php | 1 - .../Templating/NotificationTwigExtension.php | 1 - .../Templating/NotificationTwigExtensionRuntime.php | 1 - .../ChillMainBundle/Pagination/ChillItemsPerPageTwig.php | 1 - .../ChillMainBundle/Pagination/ChillPaginationTwig.php | 1 - src/Bundle/ChillMainBundle/Pagination/Page.php | 1 - src/Bundle/ChillMainBundle/Pagination/PageGenerator.php | 1 - src/Bundle/ChillMainBundle/Pagination/PageInterface.php | 1 - src/Bundle/ChillMainBundle/Pagination/Paginator.php | 1 - .../ChillMainBundle/Pagination/PaginatorFactory.php | 1 - .../ChillMainBundle/Pagination/PaginatorInterface.php | 1 - .../Phonenumber/PhoneNumberHelperInterface.php | 1 - .../ChillMainBundle/Phonenumber/PhonenumberHelper.php | 1 - src/Bundle/ChillMainBundle/Phonenumber/Templating.php | 1 - src/Bundle/ChillMainBundle/Redis/ChillRedis.php | 1 - .../ChillMainBundle/Redis/RedisConnectionFactory.php | 1 - .../Repository/AddressReferenceRepository.php | 1 - .../ChillMainBundle/Repository/AddressRepository.php | 1 - .../Repository/CenterRepositoryInterface.php | 1 - .../ChillMainBundle/Repository/CivilityRepository.php | 1 - .../ChillMainBundle/Repository/CountryRepository.php | 1 - .../Repository/GeographicalUnitLayerLayerRepository.php | 1 - .../GeographicalUnitLayerRepositoryInterface.php | 1 - .../Repository/GeographicalUnitRepository.php | 1 - .../Repository/GeographicalUnitRepositoryInterface.php | 1 - .../ChillMainBundle/Repository/GroupCenterRepository.php | 1 - .../ChillMainBundle/Repository/LanguageRepository.php | 1 - .../ChillMainBundle/Repository/LocationRepository.php | 1 - .../Repository/LocationTypeRepository.php | 1 - .../Repository/NotificationRepository.php | 1 - .../Repository/PermissionsGroupRepository.php | 1 - .../ChillMainBundle/Repository/PostalCodeRepository.php | 1 - .../ChillMainBundle/Repository/RoleScopeRepository.php | 1 - .../Repository/ScopeRepositoryInterface.php | 1 - .../Repository/UserACLAwareRepository.php | 1 - .../Repository/UserACLAwareRepositoryInterface.php | 1 - .../ChillMainBundle/Repository/UserJobRepository.php | 1 - src/Bundle/ChillMainBundle/Repository/UserRepository.php | 1 - .../Repository/UserRepositoryInterface.php | 9 ++++++++- .../Repository/Workflow/EntityWorkflowRepository.php | 1 - .../Repository/Workflow/EntityWorkflowStepRepository.php | 1 - .../ChillMainBundle/Routing/Loader/ChillRoutesLoader.php | 1 - .../Routing/LocalMenuBuilderInterface.php | 1 - .../Routing/MenuBuilder/AdminLanguageMenuBuilder.php | 1 - .../Routing/MenuBuilder/AdminLocationMenuBuilder.php | 1 - .../Routing/MenuBuilder/AdminUserMenuBuilder.php | 1 - .../Routing/MenuBuilder/SectionMenuBuilder.php | 1 - .../Routing/MenuBuilder/UserMenuBuilder.php | 1 - src/Bundle/ChillMainBundle/Routing/MenuComposer.php | 1 - src/Bundle/ChillMainBundle/Routing/MenuTwig.php | 1 - src/Bundle/ChillMainBundle/Search/AbstractSearch.php | 1 - .../Search/Entity/SearchUserApiProvider.php | 1 - .../Search/HasAdvancedSearchFormInterface.php | 1 - src/Bundle/ChillMainBundle/Search/Model/Result.php | 1 - src/Bundle/ChillMainBundle/Search/ParsingException.php | 1 - src/Bundle/ChillMainBundle/Search/SearchApi.php | 1 - src/Bundle/ChillMainBundle/Search/SearchApiInterface.php | 1 - .../ChillMainBundle/Search/SearchApiNoQueryException.php | 1 - src/Bundle/ChillMainBundle/Search/SearchApiQuery.php | 1 - src/Bundle/ChillMainBundle/Search/SearchApiResult.php | 1 - src/Bundle/ChillMainBundle/Search/SearchInterface.php | 1 - src/Bundle/ChillMainBundle/Search/SearchProvider.php | 1 - .../Search/UnknowSearchDomainException.php | 1 - .../ChillMainBundle/Search/UnknowSearchNameException.php | 1 - .../Search/Utils/ExtractDateFromPattern.php | 1 - .../Search/Utils/ExtractPhonenumberFromPattern.php | 1 - .../Search/Utils/SearchExtractionResult.php | 1 - .../Security/Authorization/AbstractChillVoter.php | 1 - .../Security/Authorization/AuthorizationHelper.php | 1 - .../Authorization/AuthorizationHelperInterface.php | 1 - .../Security/Authorization/ChillVoterInterface.php | 1 - .../Security/Authorization/DefaultVoterHelper.php | 1 - .../Security/Authorization/DefaultVoterHelperFactory.php | 1 - .../Authorization/DefaultVoterHelperGenerator.php | 1 - .../Security/Authorization/EntityWorkflowVoter.php | 1 - .../Security/Authorization/NotificationVoter.php | 1 - .../Security/Authorization/VoterGeneratorInterface.php | 1 - .../Authorization/VoterHelperFactoryInterface.php | 1 - .../Security/Authorization/VoterHelperInterface.php | 1 - .../Authorization/WorkflowEntityDeletionVoter.php | 1 - src/Bundle/ChillMainBundle/Security/ParentRoleHelper.php | 1 - .../Security/PasswordRecover/PasswordRecoverEvent.php | 1 - .../PasswordRecover/PasswordRecoverEventSubscriber.php | 1 - .../Security/PasswordRecover/PasswordRecoverLocker.php | 1 - .../Security/PasswordRecover/PasswordRecoverVoter.php | 1 - .../Security/PasswordRecover/RecoverPasswordHelper.php | 1 - .../Security/PasswordRecover/TokenManager.php | 1 - .../Security/ProvideRoleHierarchyInterface.php | 1 - .../ChillMainBundle/Security/ProvideRoleInterface.php | 1 - .../Security/Resolver/CenterResolverDispatcher.php | 1 - .../Resolver/CenterResolverDispatcherInterface.php | 1 - .../Security/Resolver/CenterResolverInterface.php | 1 - .../Security/Resolver/CenterResolverManager.php | 1 - .../Security/Resolver/CenterResolverManagerInterface.php | 1 - .../Security/Resolver/DefaultCenterResolver.php | 1 - .../Security/Resolver/DefaultScopeResolver.php | 1 - .../Security/Resolver/ResolverTwigExtension.php | 1 - .../Security/Resolver/ScopeResolverDispatcher.php | 1 - .../Security/Resolver/ScopeResolverInterface.php | 1 - src/Bundle/ChillMainBundle/Security/RoleProvider.php | 1 - .../Security/UserProvider/UserProvider.php | 1 - .../ChillMainBundle/Serializer/Model/Collection.php | 1 - src/Bundle/ChillMainBundle/Serializer/Model/Counter.php | 1 - .../Serializer/Normalizer/AddressNormalizer.php | 1 - .../Serializer/Normalizer/CenterNormalizer.php | 1 - .../Serializer/Normalizer/CollectionNormalizer.php | 1 - .../Normalizer/CommentEmbeddableDocGenNormalizer.php | 1 - .../Serializer/Normalizer/DateNormalizer.php | 1 - .../Normalizer/DiscriminatedObjectDenormalizer.php | 1 - .../Normalizer/DoctrineExistingEntityNormalizer.php | 1 - .../Serializer/Normalizer/EntityWorkflowNormalizer.php | 1 - .../Normalizer/EntityWorkflowStepNormalizer.php | 1 - .../Serializer/Normalizer/NotificationNormalizer.php | 1 - .../Serializer/Normalizer/PhonenumberNormalizer.php | 1 - .../Serializer/Normalizer/PointNormalizer.php | 1 - .../Normalizer/PrivateCommentEmbeddableNormalizer.php | 1 - .../Serializer/Normalizer/UserNormalizer.php | 1 - .../Service/Import/AddressReferenceBEFromBestAddress.php | 1 - .../Service/Import/AddressReferenceBaseImporter.php | 1 - .../Service/Import/AddressReferenceFromBano.php | 1 - .../Service/Import/GeographicalUnitBaseImporter.php | 1 - .../Service/Import/PostalCodeBEFromBestAddress.php | 1 - .../Service/Import/PostalCodeBaseImporter.php | 1 - .../Service/Import/PostalCodeFRFromOpenData.php | 1 - .../ChillMainBundle/Service/Mailer/ChillMailer.php | 1 - .../Service/ShortMessage/NullShortMessageSender.php | 9 ++++++++- .../Service/ShortMessage/ShortMessage.php | 9 ++++++++- .../Service/ShortMessage/ShortMessageHandler.php | 9 ++++++++- .../Service/ShortMessage/ShortMessageSenderInterface.php | 9 ++++++++- .../Service/ShortMessage/ShortMessageTransporter.php | 9 ++++++++- .../ShortMessage/ShortMessageTransporterInterface.php | 9 ++++++++- .../Service/ShortMessageOvh/OvhShortMessageSender.php | 9 ++++++++- src/Bundle/ChillMainBundle/Templating/CSVCellTwig.php | 1 - .../Templating/ChillMarkdownRenderExtension.php | 1 - .../ChillMainBundle/Templating/ChillTwigHelper.php | 1 - .../Templating/ChillTwigRoutingHelper.php | 1 - .../Templating/Entity/AbstractChillEntityRender.php | 1 - .../ChillMainBundle/Templating/Entity/AddressRender.php | 1 - .../Templating/Entity/ChillEntityRender.php | 1 - .../Templating/Entity/ChillEntityRenderExtension.php | 1 - .../Templating/Entity/ChillEntityRenderInterface.php | 1 - .../ChillMainBundle/Templating/Entity/CommentRender.php | 1 - .../ChillMainBundle/Templating/Entity/UserRender.php | 1 - .../Templating/Events/DelegatedBlockRenderingEvent.php | 1 - .../Templating/Listing/FilterOrderHelper.php | 1 - .../Templating/Listing/FilterOrderHelperBuilder.php | 1 - .../Templating/Listing/FilterOrderHelperFactory.php | 1 - .../Listing/FilterOrderHelperFactoryInterface.php | 1 - .../ChillMainBundle/Templating/Listing/Templating.php | 1 - .../Templating/TranslatableStringHelper.php | 1 - .../Templating/TranslatableStringHelperInterface.php | 1 - .../Templating/TranslatableStringTwig.php | 1 - .../Templating/UI/CountNotificationUser.php | 1 - .../Templating/UI/NotificationCounterInterface.php | 1 - .../Templating/Widget/WidgetInterface.php | 1 - .../Templating/Widget/WidgetRenderingTwig.php | 1 - .../Test/Export/AbstractAggregatorTest.php | 1 - .../ChillMainBundle/Test/Export/AbstractExportTest.php | 1 - .../ChillMainBundle/Test/Export/AbstractFilterTest.php | 1 - src/Bundle/ChillMainBundle/Test/PrepareCenterTrait.php | 1 - src/Bundle/ChillMainBundle/Test/PrepareCircleTrait.php | 1 - src/Bundle/ChillMainBundle/Test/PrepareClientTrait.php | 1 - src/Bundle/ChillMainBundle/Test/PrepareScopeTrait.php | 1 - src/Bundle/ChillMainBundle/Test/PrepareUserTrait.php | 1 - .../Tests/Authorization/ParentRoleHelperTest.php | 1 - .../Tests/Controller/AddressControllerTest.php | 1 - .../Controller/AddressReferenceApiControllerTest.php | 1 - .../Tests/Controller/CenterControllerTest.php | 1 - .../Tests/Controller/ExportControllerTest.php | 1 - .../Tests/Controller/LoginControllerTest.php | 1 - .../Tests/Controller/NotificationApiControllerTest.php | 1 - .../Tests/Controller/PermissionApiControllerTest.php | 1 - .../Tests/Controller/PermissionsGroupControllerTest.php | 1 - .../Tests/Controller/PostalCodeApiControllerTest.php | 1 - .../Tests/Controller/ScopeControllerTest.php | 1 - .../Tests/Controller/SearchApiControllerTest.php | 1 - .../Tests/Controller/SearchControllerTest.php | 1 - .../Tests/Controller/UserApiControllerTest.php | 1 - .../Tests/Controller/UserControllerTest.php | 1 - .../ChillMainBundle/Tests/Doctrine/Model/PointTest.php | 1 - .../ChillMainBundle/Tests/Entity/NotificationTest.php | 1 - .../Tests/Entity/Workflow/EntityWorkflowTest.php | 1 - .../ChillMainBundle/Tests/Export/ExportManagerTest.php | 1 - .../DataTransformer/IdToEntityDataTransformerTest.php | 9 ++++++++- .../Tests/Form/Type/PickCenterTypeTest.php | 1 - ...PersistNotificationOnTerminateEventSubscriberTest.php | 1 - src/Bundle/ChillMainBundle/Tests/Pagination/PageTest.php | 1 - .../ChillMainBundle/Tests/Pagination/PaginatorTest.php | 1 - .../Tests/Phonenumber/PhonenumberHelperTest.php | 1 - .../Tests/Routing/Loader/RouteLoaderTest.php | 1 - .../ChillMainBundle/Tests/Search/AbstractSearchTest.php | 1 - .../ChillMainBundle/Tests/Search/SearchApiQueryTest.php | 1 - .../ChillMainBundle/Tests/Search/SearchProviderTest.php | 1 - .../Tests/Search/Utils/ExtractDateFromPatternTest.php | 1 - .../Search/Utils/ExtractPhonenumberFromPatternTest.php | 1 - .../Security/Authorization/AuthorizationHelperTest.php | 1 - .../Tests/Security/PasswordRecover/TokenManagerTest.php | 1 - .../Security/Resolver/CenterResolverDispatcherTest.php | 1 - .../Tests/Security/Resolver/DefaultScopeResolverTest.php | 1 - .../Security/Resolver/ScopeResolverDispatcherTest.php | 1 - .../Tests/Serializer/Normalizer/DateNormalizerTest.php | 1 - .../Normalizer/DoctrineExistingEntityNormalizerTest.php | 1 - .../Serializer/Normalizer/PhonenumberNormalizerTest.php | 1 - .../Services/Import/AddressReferenceBaseImporterTest.php | 1 - .../Services/Import/GeographicalUnitBaseImporterTest.php | 1 - .../Tests/Services/Import/PostalCodeBaseImporterTest.php | 1 - .../ChillMainBundle/Tests/Services/MenuComposerTest.php | 1 - .../Templating/ChillMarkdownRenderExtensionTest.php | 1 - .../Tests/Templating/Entity/AddressRenderTest.php | 1 - src/Bundle/ChillMainBundle/Tests/TestHelper.php | 1 - .../ChillMainBundle/Tests/Util/CountriesInfoTest.php | 1 - .../ChillMainBundle/Tests/Util/DateRangeCoveringTest.php | 1 - .../EventSubscriber/NotificationOnTransitionTest.php | 1 - src/Bundle/ChillMainBundle/Timeline/TimelineBuilder.php | 1 - .../Timeline/TimelineProviderInterface.php | 1 - .../ChillMainBundle/Timeline/TimelineSingleQuery.php | 1 - src/Bundle/ChillMainBundle/Util/CountriesInfo.php | 1 - src/Bundle/ChillMainBundle/Util/DateRangeCovering.php | 1 - .../Validation/Constraint/PhonenumberConstraint.php | 1 - .../Constraint/RoleScopeScopePresenceConstraint.php | 1 - .../Constraint/UserUniqueEmailAndUsernameConstraint.php | 1 - .../Validation/Validator/RoleScopeScopePresence.php | 1 - .../Validation/Validator/UserUniqueEmailAndUsername.php | 1 - .../Validation/Validator/ValidPhonenumber.php | 1 - .../Constraints/Entity/UserCircleConsistency.php | 1 - .../Entity/UserCircleConsistencyValidator.php | 1 - .../Constraints/Export/ExportElementConstraint.php | 1 - .../Export/ExportElementConstraintValidator.php | 1 - .../Workflow/Counter/WorkflowByUserCounter.php | 1 - .../Workflow/EntityWorkflowHandlerInterface.php | 1 - .../ChillMainBundle/Workflow/EntityWorkflowManager.php | 1 - .../EntityWorkflowTransitionEventSubscriber.php | 1 - .../EventSubscriber/NotificationOnTransition.php | 1 - .../EventSubscriber/SendAccessKeyEventSubscriber.php | 1 - .../Workflow/Exception/HandlerNotFoundException.php | 1 - .../Workflow/Helper/MetadataExtractor.php | 1 - .../Notification/WorkflowNotificationHandler.php | 1 - .../Workflow/RelatedEntityWorkflowSupportsStrategy.php | 1 - .../Workflow/Templating/WorkflowTwigExtension.php | 1 - .../Workflow/Templating/WorkflowTwigExtensionRuntime.php | 1 - .../Workflow/Validator/EntityWorkflowCreation.php | 1 - .../Validator/EntityWorkflowCreationValidator.php | 1 - .../ChillMainBundle/Workflow/Validator/StepDestValid.php | 1 - .../Workflow/Validator/StepDestValidValidator.php | 1 - .../ChillMainBundle/migrations/Version20100000000000.php | 1 - .../ChillMainBundle/migrations/Version20141128194409.php | 1 - .../ChillMainBundle/migrations/Version20150821105642.php | 1 - .../ChillMainBundle/migrations/Version20150821122935.php | 1 - .../ChillMainBundle/migrations/Version20160310122322.php | 1 - .../ChillMainBundle/migrations/Version20180703191509.php | 1 - .../ChillMainBundle/migrations/Version20180709181423.php | 1 - .../ChillMainBundle/migrations/Version20180905101426.php | 1 - .../ChillMainBundle/migrations/Version20180911093642.php | 1 - .../ChillMainBundle/migrations/Version20200422122715.php | 1 - .../ChillMainBundle/migrations/Version20210304085819.php | 1 - .../ChillMainBundle/migrations/Version20210308111926.php | 1 - .../ChillMainBundle/migrations/Version20210414091001.php | 1 - .../ChillMainBundle/migrations/Version20210420115006.php | 1 - .../ChillMainBundle/migrations/Version20210503085107.php | 1 - .../ChillMainBundle/migrations/Version20210505153727.php | 1 - .../ChillMainBundle/migrations/Version20210525144016.php | 1 - .../ChillMainBundle/migrations/Version20210528090000.php | 1 - .../ChillMainBundle/migrations/Version20210610140248.php | 1 - .../ChillMainBundle/migrations/Version20210616134328.php | 1 - .../ChillMainBundle/migrations/Version20210903144853.php | 1 - .../ChillMainBundle/migrations/Version20210929192242.php | 1 - .../ChillMainBundle/migrations/Version20211006151653.php | 1 - .../ChillMainBundle/migrations/Version20211007150019.php | 1 - .../ChillMainBundle/migrations/Version20211012141336.php | 1 - .../ChillMainBundle/migrations/Version20211013124455.php | 1 - .../ChillMainBundle/migrations/Version20211015084653.php | 1 - .../ChillMainBundle/migrations/Version20211022094429.php | 1 - .../ChillMainBundle/migrations/Version20211116162847.php | 1 - .../ChillMainBundle/migrations/Version20211119173554.php | 1 - .../ChillMainBundle/migrations/Version20211123093355.php | 1 - .../ChillMainBundle/migrations/Version20211125142016.php | 1 - .../ChillMainBundle/migrations/Version20211125142017.php | 1 - .../ChillMainBundle/migrations/Version20211213112628.php | 1 - .../ChillMainBundle/migrations/Version20211216213649.php | 1 - .../ChillMainBundle/migrations/Version20211225231532.php | 1 - .../ChillMainBundle/migrations/Version20211228183221.php | 1 - .../ChillMainBundle/migrations/Version20211228215919.php | 1 - .../ChillMainBundle/migrations/Version20211229140308.php | 1 - .../ChillMainBundle/migrations/Version20211230003532.php | 1 - .../ChillMainBundle/migrations/Version20220112123436.php | 1 - .../ChillMainBundle/migrations/Version20220112150413.php | 1 - .../ChillMainBundle/migrations/Version20220112161136.php | 1 - .../ChillMainBundle/migrations/Version20220114132105.php | 1 - .../ChillMainBundle/migrations/Version20220114165950.php | 1 - .../ChillMainBundle/migrations/Version20220120155303.php | 1 - .../ChillMainBundle/migrations/Version20220124085957.php | 1 - .../ChillMainBundle/migrations/Version20220125134253.php | 1 - .../ChillMainBundle/migrations/Version20220128211748.php | 1 - .../ChillMainBundle/migrations/Version20220217133607.php | 1 - .../ChillMainBundle/migrations/Version20220223171457.php | 1 - .../ChillMainBundle/migrations/Version20220302132728.php | 1 - .../ChillMainBundle/migrations/Version20220325134944.php | 1 - .../ChillMainBundle/migrations/Version20220413154743.php | 1 - .../ChillMainBundle/migrations/Version20220413225830.php | 1 - .../ChillMainBundle/migrations/Version20220413230159.php | 1 - .../ChillMainBundle/migrations/Version20220506131307.php | 1 - .../ChillMainBundle/migrations/Version20220506145935.php | 1 - .../ChillMainBundle/migrations/Version20220506223243.php | 9 ++++++++- .../ChillMainBundle/migrations/Version20220513151853.php | 1 - .../ChillMainBundle/migrations/Version20220516085659.php | 1 - .../ChillMainBundle/migrations/Version20220711150006.php | 1 - .../ChillMainBundle/migrations/Version20220729205416.php | 1 - .../ChillMainBundle/migrations/Version20220730204216.php | 1 - .../ChillMainBundle/migrations/Version20220829132409.php | 1 - .../ChillMainBundle/migrations/Version20220913174922.php | 1 - .../ChillMainBundle/migrations/Version20221003112151.php | 1 - .../ChillMainBundle/migrations/Version20221003132620.php | 1 - .../Events/PersonAddressMoveEventSubscriber.php | 1 - .../AccompanyingPeriod/Events/UserRefEventSubscriber.php | 1 - ...anyingPeriodLinkedWithSocialIssuesEntityInterface.php | 1 - ...panyingPeriodSocialIssueConsistencyEntityListener.php | 1 - .../Suggestion/ReferralsSuggestion.php | 1 - .../Suggestion/ReferralsSuggestionInterface.php | 1 - src/Bundle/ChillPersonBundle/Actions/ActionEvent.php | 1 - .../ChillPersonBundle/Actions/Remove/PersonMove.php | 1 - .../CRUD/Controller/EntityPersonCRUDController.php | 1 - .../Controller/OneToOneEntityPersonCRUDController.php | 1 - src/Bundle/ChillPersonBundle/ChillPersonBundle.php | 1 - .../ChillPersonBundle/Command/ChillPersonMoveCommand.php | 1 - .../Command/ImportPeopleFromCSVCommand.php | 1 - .../Command/ImportSocialWorkMetadata.php | 1 - .../Command/RemoveOldDraftAccompanyingPeriodCommand.php | 1 - .../Config/ConfigPersonAltNamesHelper.php | 1 - .../Controller/AccompanyingCourseApiController.php | 1 - .../Controller/AccompanyingCourseCommentController.php | 1 - .../Controller/AccompanyingCourseController.php | 1 - .../Controller/AccompanyingCourseWorkApiController.php | 1 - .../Controller/AccompanyingCourseWorkController.php | 1 - .../Controller/AccompanyingPeriodController.php | 1 - .../AccompanyingPeriodRegulationListController.php | 1 - .../AccompanyingPeriodWorkEvaluationApiController.php | 1 - .../ChillPersonBundle/Controller/AdminController.php | 1 - .../Controller/ClosingMotiveController.php | 1 - .../Controller/HouseholdApiController.php | 1 - .../Controller/HouseholdCompositionController.php | 1 - .../Controller/HouseholdCompositionTypeApiController.php | 1 - .../Controller/HouseholdCompositionTypeController.php | 1 - .../ChillPersonBundle/Controller/HouseholdController.php | 1 - .../Controller/HouseholdMemberController.php | 1 - .../Controller/HouseholdPositionController.php | 1 - .../Controller/MaritalStatusController.php | 1 - .../Controller/OpeningApiController.php | 1 - .../ChillPersonBundle/Controller/OriginController.php | 1 - .../Controller/PersonAddressController.php | 1 - .../ChillPersonBundle/Controller/PersonApiController.php | 1 - .../ChillPersonBundle/Controller/PersonController.php | 1 - .../Controller/PersonDuplicateController.php | 1 - .../Controller/PersonResourceController.php | 1 - .../Controller/PersonResourceKindController.php | 1 - .../Controller/ReassignAccompanyingPeriodController.php | 1 - .../ChillPersonBundle/Controller/RelationController.php | 1 - .../Controller/RelationshipApiController.php | 1 - .../Controller/ResidentialAddressController.php | 1 - .../Controller/SocialIssueApiController.php | 1 - .../Controller/SocialWork/EvaluationController.php | 1 - .../Controller/SocialWork/GoalController.php | 1 - .../Controller/SocialWork/ResultController.php | 1 - .../Controller/SocialWork/SocialActionController.php | 1 - .../Controller/SocialWork/SocialIssueController.php | 1 - .../Controller/SocialWorkEvaluationApiController.php | 1 - .../Controller/SocialWorkGoalApiController.php | 1 - .../Controller/SocialWorkResultApiController.php | 1 - .../Controller/SocialWorkSocialActionApiController.php | 1 - .../Controller/TimelinePersonController.php | 1 - .../Controller/UserAccompanyingPeriodController.php | 1 - .../DataFixtures/Helper/PersonRandomHelper.php | 1 - .../DataFixtures/Helper/RandomPersonHelperTrait.php | 1 - .../ORM/LoadAccompanyingPeriodClosingMotive.php | 1 - .../ORM/LoadAccompanyingPeriodNotifications.php | 1 - .../DataFixtures/ORM/LoadAccompanyingPeriodOrigin.php | 1 - .../DataFixtures/ORM/LoadAccompanyingPeriodWork.php | 1 - .../DataFixtures/ORM/LoadCustomFields.php | 1 - .../ChillPersonBundle/DataFixtures/ORM/LoadHousehold.php | 1 - .../DataFixtures/ORM/LoadHouseholdCompositionType.php | 1 - .../DataFixtures/ORM/LoadHouseholdPosition.php | 1 - .../DataFixtures/ORM/LoadMaritalStatus.php | 1 - .../ChillPersonBundle/DataFixtures/ORM/LoadPeople.php | 1 - .../ChillPersonBundle/DataFixtures/ORM/LoadPersonACL.php | 1 - .../ChillPersonBundle/DataFixtures/ORM/LoadRelations.php | 1 - .../DataFixtures/ORM/LoadRelationships.php | 1 - .../DataFixtures/ORM/LoadSocialWorkMetadata.php | 1 - .../DependencyInjection/ChillPersonExtension.php | 1 - .../AccompanyingPeriodTimelineCompilerPass.php | 1 - .../DependencyInjection/Configuration.php | 1 - .../ChillPersonBundle/Doctrine/DQL/AddressPart.php | 1 - .../Doctrine/DQL/AddressPart/AddressPartAddressId.php | 1 - .../Doctrine/DQL/AddressPart/AddressPartCountryCode.php | 1 - .../Doctrine/DQL/AddressPart/AddressPartCountryId.php | 1 - .../Doctrine/DQL/AddressPart/AddressPartCountryName.php | 1 - .../Doctrine/DQL/AddressPart/AddressPartIsNoAddress.php | 1 - .../Doctrine/DQL/AddressPart/AddressPartPostCodeCode.php | 1 - .../Doctrine/DQL/AddressPart/AddressPartPostCodeId.php | 1 - .../DQL/AddressPart/AddressPartPostCodeLabel.php | 1 - .../DQL/AddressPart/AddressPartStreetAddress1.php | 1 - .../DQL/AddressPart/AddressPartStreetAddress2.php | 1 - .../Doctrine/DQL/AddressPart/AddressPartValidFrom.php | 1 - .../ChillPersonBundle/Entity/AccompanyingPeriod.php | 1 - .../AccompanyingPeriodLocationHistory.php | 1 - .../Entity/AccompanyingPeriod/AccompanyingPeriodWork.php | 1 - .../AccompanyingPeriodWorkEvaluation.php | 1 - .../AccompanyingPeriodWorkEvaluationDocument.php | 1 - .../AccompanyingPeriod/AccompanyingPeriodWorkGoal.php | 1 - .../Entity/AccompanyingPeriod/ClosingMotive.php | 1 - .../Entity/AccompanyingPeriod/Comment.php | 1 - .../Entity/AccompanyingPeriod/Origin.php | 1 - .../Entity/AccompanyingPeriod/Resource.php | 1 - .../Entity/AccompanyingPeriod/UserHistory.php | 1 - .../Entity/AccompanyingPeriodParticipation.php | 1 - src/Bundle/ChillPersonBundle/Entity/HasPerson.php | 1 - .../ChillPersonBundle/Entity/Household/Household.php | 1 - .../Entity/Household/HouseholdComposition.php | 1 - .../Entity/Household/HouseholdCompositionType.php | 1 - .../Entity/Household/HouseholdMember.php | 1 - .../Entity/Household/PersonHouseholdAddress.php | 1 - .../ChillPersonBundle/Entity/Household/Position.php | 1 - src/Bundle/ChillPersonBundle/Entity/MaritalStatus.php | 1 - .../Entity/Person/PersonCenterCurrent.php | 1 - .../Entity/Person/PersonCenterHistory.php | 1 - .../Entity/Person/PersonCurrentAddress.php | 1 - .../ChillPersonBundle/Entity/Person/PersonResource.php | 1 - .../Entity/Person/PersonResourceKind.php | 1 - .../Entity/Person/ResidentialAddress.php | 1 - src/Bundle/ChillPersonBundle/Entity/PersonAltName.php | 1 - .../ChillPersonBundle/Entity/PersonNotDuplicate.php | 1 - src/Bundle/ChillPersonBundle/Entity/PersonPhone.php | 1 - .../ChillPersonBundle/Entity/Relationships/Relation.php | 1 - .../Entity/Relationships/Relationship.php | 1 - .../ChillPersonBundle/Entity/SocialWork/Evaluation.php | 1 - src/Bundle/ChillPersonBundle/Entity/SocialWork/Goal.php | 1 - .../ChillPersonBundle/Entity/SocialWork/Result.php | 1 - .../ChillPersonBundle/Entity/SocialWork/SocialAction.php | 1 - .../ChillPersonBundle/Entity/SocialWork/SocialIssue.php | 1 - .../Event/Person/PersonAddressMoveEvent.php | 1 - .../AccompanyingPeriodWorkEventListener.php | 1 - .../EventListener/PersonEventListener.php | 1 - .../GeographicalUnitStatAggregator.php | 1 - .../ReferrerScopeAggregator.php | 1 - .../RequestorAggregator.php | 1 - .../PersonAggregators/GeographicalUnitAggregator.php | 1 - .../SocialWorkAggregators/GoalResultAggregator.php | 1 - src/Bundle/ChillPersonBundle/Export/Declarations.php | 1 - .../Filter/PersonFilters/GeographicalUnitFilter.php | 5 ++--- .../Export/Filter/PersonFilters/MaritalStatusFilter.php | 1 - .../Form/AccompanyingCourseCommentType.php | 1 - .../ChillPersonBundle/Form/AccompanyingCourseType.php | 1 - .../ChillPersonBundle/Form/AccompanyingPeriodType.php | 1 - .../Form/ChoiceLoader/PersonChoiceLoader.php | 1 - src/Bundle/ChillPersonBundle/Form/ClosingMotiveType.php | 1 - src/Bundle/ChillPersonBundle/Form/CreationPersonType.php | 1 - .../Form/DataMapper/PersonAltNameDataMapper.php | 1 - .../Form/DataTransformer/PersonToIdTransformer.php | 1 - .../Form/DataTransformer/PersonsToIdDataTransformer.php | 9 ++++++++- .../ChillPersonBundle/Form/HouseholdCompositionType.php | 1 - .../Form/HouseholdCompositionTypeType.php | 1 - .../ChillPersonBundle/Form/HouseholdMemberType.php | 1 - .../ChillPersonBundle/Form/HouseholdPositionType.php | 1 - src/Bundle/ChillPersonBundle/Form/HouseholdType.php | 1 - src/Bundle/ChillPersonBundle/Form/MaritalStatusType.php | 1 - src/Bundle/ChillPersonBundle/Form/OriginType.php | 1 - .../ChillPersonBundle/Form/PersonConfimDuplicateType.php | 1 - .../Form/PersonFindManuallyDuplicateType.php | 1 - .../ChillPersonBundle/Form/PersonResourceKindType.php | 1 - src/Bundle/ChillPersonBundle/Form/PersonResourceType.php | 1 - src/Bundle/ChillPersonBundle/Form/PersonType.php | 1 - src/Bundle/ChillPersonBundle/Form/RelationType.php | 1 - .../ChillPersonBundle/Form/ResidentialAddressType.php | 1 - .../ChillPersonBundle/Form/SocialWork/EvaluationType.php | 1 - .../ChillPersonBundle/Form/SocialWork/GoalType.php | 1 - .../ChillPersonBundle/Form/SocialWork/ResultType.php | 1 - .../Form/SocialWork/SocialActionType.php | 1 - .../Form/SocialWork/SocialIssueType.php | 1 - .../Form/Type/ClosingMotivePickerType.php | 1 - src/Bundle/ChillPersonBundle/Form/Type/GenderType.php | 1 - .../ChillPersonBundle/Form/Type/PersonAltNameType.php | 1 - .../ChillPersonBundle/Form/Type/PersonPhoneType.php | 1 - .../Form/Type/PickPersonDynamicType.php | 1 - .../ChillPersonBundle/Form/Type/PickPersonType.php | 1 - .../Form/Type/Select2MaritalStatusType.php | 1 - src/Bundle/ChillPersonBundle/Household/MembersEditor.php | 1 - .../ChillPersonBundle/Household/MembersEditorFactory.php | 1 - .../Menu/AccompanyingCourseMenuBuilder.php | 1 - .../Menu/AdminAccompanyingCourseMenuBuilder.php | 1 - .../ChillPersonBundle/Menu/AdminHouseholdMenuBuilder.php | 1 - .../ChillPersonBundle/Menu/AdminPersonMenuBuilder.php | 1 - .../Menu/AdminSocialWorkMenuBuilder.php | 1 - .../ChillPersonBundle/Menu/HouseholdMenuBuilder.php | 1 - src/Bundle/ChillPersonBundle/Menu/PersonMenuBuilder.php | 1 - src/Bundle/ChillPersonBundle/Menu/SectionMenuBuilder.php | 1 - src/Bundle/ChillPersonBundle/Menu/UserMenuBuilder.php | 1 - .../AccompanyingPeriodNotificationHandler.php | 1 - .../Privacy/AccompanyingPeriodPrivacyEvent.php | 1 - src/Bundle/ChillPersonBundle/Privacy/PrivacyEvent.php | 1 - .../ChillPersonBundle/Privacy/PrivacyEventSubscriber.php | 1 - ...ccompanyingPeriodWorkEvaluationDocumentRepository.php | 1 - .../AccompanyingPeriodWorkEvaluationRepository.php | 1 - .../AccompanyingPeriodWorkGoalRepository.php | 1 - .../AccompanyingPeriodWorkRepository.php | 1 - .../ClosingMotiveRepositoryInterface.php | 1 - .../Repository/AccompanyingPeriod/CommentRepository.php | 1 - .../Repository/AccompanyingPeriod/OriginRepository.php | 1 - .../Repository/AccompanyingPeriod/ResourceRepository.php | 1 - .../Repository/AccompanyingPeriodACLAwareRepository.php | 1 - .../AccompanyingPeriodACLAwareRepositoryInterface.php | 1 - .../AccompanyingPeriodParticipationRepository.php | 1 - .../Repository/AccompanyingPeriodRepository.php | 1 - .../Repository/Household/HouseholdACLAwareRepository.php | 1 - .../Household/HouseholdACLAwareRepositoryInterface.php | 1 - .../Household/HouseholdCompositionRepository.php | 1 - .../Household/HouseholdCompositionTypeRepository.php | 1 - .../Repository/Household/HouseholdMembersRepository.php | 1 - .../Repository/Household/HouseholdRepository.php | 1 - .../Household/PersonHouseholdAddressRepository.php | 1 - .../Repository/Household/PositionRepository.php | 1 - .../Repository/MaritalStatusRepository.php | 1 - .../Repository/Person/PersonCenterHistoryInterface.php | 1 - .../Repository/Person/PersonCenterHistoryRepository.php | 1 - .../Repository/PersonACLAwareRepositoryInterface.php | 1 - .../Repository/PersonAltNameRepository.php | 1 - .../Repository/PersonNotDuplicateRepository.php | 1 - .../ChillPersonBundle/Repository/PersonRepository.php | 1 - .../Repository/PersonResourceRepository.php | 1 - .../Repository/Relationships/RelationRepository.php | 1 - .../Repository/Relationships/RelationshipRepository.php | 1 - .../Repository/ResidentialAddressRepository.php | 1 - .../Repository/SocialWork/EvaluationRepository.php | 1 - .../Repository/SocialWork/GoalRepository.php | 1 - .../Repository/SocialWork/ResultRepository.php | 1 - .../Repository/SocialWork/SocialActionRepository.php | 1 - .../Repository/SocialWork/SocialIssueRepository.php | 1 - src/Bundle/ChillPersonBundle/Search/PersonSearch.php | 1 - .../Search/SearchHouseholdApiProvider.php | 1 - .../ChillPersonBundle/Search/SearchPersonApiProvider.php | 1 - .../ChillPersonBundle/Search/SimilarPersonMatcher.php | 1 - .../Authorization/AccompanyingPeriodCommentVoter.php | 1 - .../Authorization/AccompanyingPeriodResourceVoter.php | 1 - .../AccompanyingPeriodWorkEvaluationDocumentVoter.php | 1 - .../AccompanyingPeriodWorkEvaluationVoter.php | 1 - .../Authorization/AccompanyingPeriodWorkVoter.php | 1 - .../Security/Authorization/PersonVoter.php | 1 - .../Normalizer/AccompanyingPeriodDocGenNormalizer.php | 1 - .../Normalizer/AccompanyingPeriodOriginNormalizer.php | 1 - .../AccompanyingPeriodParticipationNormalizer.php | 1 - .../Normalizer/AccompanyingPeriodResourceNormalizer.php | 1 - .../Normalizer/AccompanyingPeriodWorkDenormalizer.php | 1 - .../AccompanyingPeriodWorkEvaluationDenormalizer.php | 1 - ...ccompanyingPeriodWorkEvaluationDocumentNormalizer.php | 1 - .../AccompanyingPeriodWorkEvaluationNormalizer.php | 1 - .../Normalizer/AccompanyingPeriodWorkNormalizer.php | 1 - .../Serializer/Normalizer/MembersEditorNormalizer.php | 1 - .../Serializer/Normalizer/PersonDocGenNormalizer.php | 1 - .../Serializer/Normalizer/PersonJsonNormalizer.php | 1 - .../Normalizer/PersonJsonNormalizerInterface.php | 1 - .../Normalizer/RelationshipDocGenNormalizer.php | 1 - .../Serializer/Normalizer/SocialActionNormalizer.php | 1 - .../Serializer/Normalizer/SocialIssueNormalizer.php | 1 - .../Serializer/Normalizer/WorkflowNormalizer.php | 1 - .../OldDraftAccompanyingPeriodRemover.php | 1 - .../OldDraftAccompanyingPeriodRemoverInterface.php | 1 - .../Service/DocGenerator/AccompanyingPeriodContext.php | 1 - .../DocGenerator/AccompanyingPeriodWorkContext.php | 1 - .../AccompanyingPeriodWorkEvaluationContext.php | 1 - .../Service/DocGenerator/PersonContext.php | 1 - .../ChillPersonBundle/Service/Import/ChillImporter.php | 1 - .../Service/Import/SocialWorkMetadata.php | 1 - .../Service/Import/SocialWorkMetadataInterface.php | 1 - .../Templating/Entity/ClosingMotiveRender.php | 1 - .../ChillPersonBundle/Templating/Entity/PersonRender.php | 1 - .../Templating/Entity/PersonRenderInterface.php | 1 - .../Templating/Entity/ResourceKindRender.php | 1 - .../Templating/Entity/SocialActionRender.php | 1 - .../Templating/Entity/SocialIssueRender.php | 1 - src/Bundle/ChillPersonBundle/Test/PreparePersonTrait.php | 1 - .../AccompanyingPeriodConfidentialTest.php | 1 - .../Events/PersonMoveEventSubscriberTest.php | 1 - ...ingPeriodSocialIssueConsistencyEntityListenerTest.php | 1 - .../Workflow/WorkflowEventSubscriberTest.php | 1 - .../Controller/AccompanyingCourseApiControllerTest.php | 1 - .../Controller/AccompanyingCourseControllerTest.php | 1 - .../Controller/AccompanyingPeriodControllerTest.php | 1 - .../AccompanyingPeriodRegulationListControllerTest.php | 1 - .../Tests/Controller/HouseholdApiControllerTest.php | 1 - .../Tests/Controller/HouseholdControllerTest.php | 1 - .../Tests/Controller/HouseholdMemberControllerTest.php | 1 - .../Tests/Controller/PersonAddressControllerTest.php | 1 - .../Tests/Controller/PersonApiControllerTest.php | 1 - .../Tests/Controller/PersonControllerCreateTest.php | 1 - .../Tests/Controller/PersonControllerUpdateTest.php | 1 - .../PersonControllerUpdateWithHiddenFieldsTest.php | 1 - .../Tests/Controller/PersonControllerViewTest.php | 1 - .../PersonControllerViewWithHiddenFieldsTest.php | 1 - .../Controller/PersonDuplicateControllerViewTest.php | 1 - .../Tests/Controller/RelationshipApiControllerTest.php | 1 - .../Tests/Controller/SocialIssueApiControllerTest.php | 1 - .../Tests/Entity/AccompanyingPeriod/ResourceTest.php | 1 - .../Tests/Entity/AccompanyingPeriodTest.php | 1 - .../Tests/Entity/Household/HouseholdMemberTest.php | 1 - .../Tests/Entity/Household/HouseholdTest.php | 1 - .../Tests/Entity/SocialWork/SocialIssueTest.php | 1 - .../Tests/Event/Person/PersonAddressMoveEventTest.php | 1 - .../Tests/EventListener/PersonCreateEventTest.php | 1 - .../AdministrativeLocationAggregatorTest.php | 1 - .../ClosingMotiveAggregatorTest.php | 1 - .../ConfidentialAggregatorTest.php | 1 - .../DurationAggregatorTest.php | 1 - .../EmergencyAggregatorTest.php | 1 - .../EvaluationAggregatorTest.php | 1 - .../GeographicalUnitStatAggregatorTest.php | 1 - .../IntensityAggregatorTest.php | 1 - .../AccompanyingCourseAggregators/JobAggregatorTest.php | 1 - .../OriginAggregatorTest.php | 1 - .../ReferrerAggregatorTest.php | 1 - .../ReferrerScopeAggregatorTest.php | 1 - .../RequestorAggregatorTest.php | 1 - .../ScopeAggregatorTest.php | 1 - .../SocialActionAggregatorTest.php | 1 - .../SocialIssueAggregatorTest.php | 1 - .../AccompanyingCourseAggregators/StepAggregatorTest.php | 1 - .../EvaluationTypeAggregatorTest.php | 1 - .../ChildrenNumberAggregatorTest.php | 1 - .../HouseholdAggregators/CompositionAggregatorTest.php | 1 - .../Aggregator/PersonAggregators/AgeAggregatorTest.php | 1 - .../PersonAggregators/CountryOfBirthAggregatorTest.php | 1 - .../PersonAggregators/GenderAggregatorTest.php | 1 - .../HouseholdPositionAggregatorTest.php | 1 - .../PersonAggregators/MaritalStatusAggregatorTest.php | 1 - .../PersonAggregators/NationalityAggregatorTest.php | 1 - .../SocialWorkAggregators/ActionTypeAggregatorTest.php | 1 - .../SocialWorkAggregators/GoalAggregatorTest.php | 1 - .../SocialWorkAggregators/GoalResultAggregatorTest.php | 1 - .../SocialWorkAggregators/JobAggregatorTest.php | 1 - .../SocialWorkAggregators/ReferrerAggregatorTest.php | 1 - .../SocialWorkAggregators/ResultAggregatorTest.php | 1 - .../SocialWorkAggregators/ScopeAggregatorTest.php | 1 - .../Tests/Export/Export/CountAccompanyingCourseTest.php | 1 - .../Tests/Export/Export/CountPersonTest.php | 1 - .../Tests/Export/Export/CountSocialWorkActionsTest.php | 1 - .../Export/Export/StatAccompanyingCourseDurationTest.php | 1 - .../AccompanyingCourseFilters/ActiveOnDateFilterTest.php | 1 - .../ActiveOneDayBetweenDatesFilterTest.php | 1 - .../AdministrativeLocationFilterTest.php | 1 - .../ClosingMotiveFilterTest.php | 1 - .../AccompanyingCourseFilters/ConfidentialFilterTest.php | 1 - .../CurrentUserJobFilterTest.php | 1 - .../CurrentUserScopeFilterTest.php | 1 - .../AccompanyingCourseFilters/EmergencyFilterTest.php | 1 - .../AccompanyingCourseFilters/EvaluationFilterTest.php | 1 - .../GeographicalUnitStatFilterTest.php | 1 - .../AccompanyingCourseFilters/IntensityFilterTest.php | 1 - .../OpenBetweenDatesFilterTest.php | 1 - .../AccompanyingCourseFilters/OriginFilterTest.php | 1 - .../AccompanyingCourseFilters/ReferrerFilterTest.php | 1 - .../AccompanyingCourseFilters/RequestorFilterTest.php | 1 - .../AccompanyingCourseFilters/SocialActionFilterTest.php | 1 - .../AccompanyingCourseFilters/SocialIssueFilterTest.php | 1 - .../Filter/AccompanyingCourseFilters/StepFilterTest.php | 1 - .../EvaluationFilters/EvaluationTypeFilterTest.php | 1 - .../Filter/EvaluationFilters/MaxDateFilterTest.php | 1 - .../Filter/HouseholdFilters/CompositionFilterTest.php | 1 - .../AccompanyingPeriodClosingFilterTest.php | 1 - .../PersonFilters/AccompanyingPeriodFilterTest.php | 1 - .../AccompanyingPeriodOpeningFilterTest.php | 1 - .../Tests/Export/Filter/PersonFilters/AgeFilterTest.php | 1 - .../Export/Filter/PersonFilters/BirthdateFilterTest.php | 1 - .../Filter/PersonFilters/DeadOrAliveFilterTest.php | 1 - .../Export/Filter/PersonFilters/DeathdateFilterTest.php | 1 - .../Export/Filter/PersonFilters/GenderFilterTest.php | 1 - .../Filter/PersonFilters/MaritalStatusFilterTest.php | 1 - .../Filter/PersonFilters/NationalityFilterTest.php | 1 - .../ResidentialAddressAtThirdpartyFilterTest.php | 1 - .../PersonFilters/ResidentialAddressAtUserFilterTest.php | 1 - .../Export/Filter/SocialWorkFilters/JobFilterTest.php | 1 - .../Filter/SocialWorkFilters/ReferrerFilterTest.php | 1 - .../Export/Filter/SocialWorkFilters/ScopeFilterTest.php | 1 - .../SocialWorkFilters/SocialWorkTypeFilterTest.php | 1 - .../Tests/Form/Type/PickPersonTypeTest.php | 1 - .../Tests/Household/MembersEditorTest.php | 1 - .../Tests/Repository/PersonACLAwareRepositoryTest.php | 1 - .../ChillPersonBundle/Tests/Search/PersonSearchTest.php | 1 - .../Tests/Security/Authorization/PersonVoterTest.php | 1 - .../AccompanyingPeriodDocGenNormalizerTest.php | 1 - .../AccompanyingPeriodWorkDocGenNormalizerTest.php | 1 - .../AccompanyingPeriodWorkEvaluationDenormalizerTest.php | 1 - .../Serializer/Normalizer/HouseholdNormalizerTest.php | 1 - .../Serializer/Normalizer/PersonDocGenNormalizerTest.php | 1 - .../Serializer/Normalizer/PersonJsonNormalizerTest.php | 1 - .../Normalizer/RelationshipDocGenNormalizerTest.php | 1 - .../Serializer/Normalizer/ResourceJsonNormalizerTest.php | 1 - .../Tests/Timeline/TimelineAccompanyingPeriodTest.php | 1 - .../AccompanyingPeriod/LocationValidityValidatorTest.php | 1 - .../HouseholdMembershipSequentialValidatorTest.php | 1 - .../Tests/Validator/Household/MaxHolderValidatorTest.php | 1 - .../Tests/Validator/Person/BirthdateValidatorTest.php | 1 - .../Validator/Person/PersonHasCenterValidatorTest.php | 1 - .../Tests/Validator/Person/PersonValidationTest.php | 1 - .../Tests/Workflows/AccompanyingPeriodLifecycle.php | 1 - .../Timeline/AbstractTimelineAccompanyingPeriod.php | 1 - .../Timeline/TimelineAccompanyingPeriodClosing.php | 1 - .../Timeline/TimelineAccompanyingPeriodOpening.php | 1 - .../AccompanyingPeriod/AccompanyingPeriodValidity.php | 1 - .../AccompanyingPeriodValidityValidator.php | 1 - .../ConfidentialCourseMustHaveReferrer.php | 1 - .../ConfidentialCourseMustHaveReferrerValidator.php | 1 - .../Constraints/AccompanyingPeriod/LocationValidity.php | 1 - .../AccompanyingPeriod/LocationValidityValidator.php | 1 - .../AccompanyingPeriod/ParticipationOverlap.php | 1 - .../AccompanyingPeriod/ParticipationOverlapValidator.php | 1 - .../AccompanyingPeriod/ResourceDuplicateCheck.php | 1 - .../ResourceDuplicateCheckValidator.php | 1 - .../Household/HouseholdMembershipSequential.php | 1 - .../Household/HouseholdMembershipSequentialValidator.php | 1 - .../Validator/Constraints/Household/MaxHolder.php | 1 - .../Constraints/Household/MaxHolderValidator.php | 1 - .../Validator/Constraints/Person/Birthdate.php | 1 - .../Validator/Constraints/Person/BirthdateValidator.php | 1 - .../Validator/Constraints/Person/PersonHasCenter.php | 1 - .../Constraints/Person/PersonHasCenterValidator.php | 1 - .../Constraints/Relationship/RelationshipNoDuplicate.php | 1 - .../Relationship/RelationshipNoDuplicateValidator.php | 1 - src/Bundle/ChillPersonBundle/Widget/AddAPersonWidget.php | 1 - src/Bundle/ChillPersonBundle/Widget/PersonListWidget.php | 1 - .../Widget/PersonListWidget/PersonFilteringInterface.php | 1 - .../ChillPersonBundle/Widget/PersonListWidgetFactory.php | 1 - ...anyingPeriodWorkEvaluationDocumentWorkflowHandler.php | 1 - .../AccompanyingPeriodWorkEvaluationWorkflowHandler.php | 1 - .../Workflow/AccompanyingPeriodWorkWorkflowHandler.php | 1 - .../migrations/Version20141129010948.php | 1 - .../migrations/Version20150212173934.php | 1 - .../migrations/Version20150607231010.php | 1 - .../migrations/Version20150811152608.php | 1 - .../migrations/Version20150812110708.php | 1 - .../migrations/Version20150820113409.php | 1 - .../migrations/Version20160310161006.php | 1 - .../migrations/Version20160422000000.php | 1 - .../migrations/Version20160818113633.php | 1 - .../migrations/Version20160818151130.php | 1 - .../migrations/Version20170117131924.php | 1 - .../migrations/Version20180518144221.php | 1 - .../migrations/Version20180820120000.php | 1 - .../migrations/Version20181005140249.php | 1 - .../migrations/Version20181023101621.php | 1 - .../migrations/Version20190701124238.php | 1 - .../migrations/Version20191106103452.php | 1 - .../migrations/Version20200128084445.php | 1 - .../migrations/Version20200130213446.php | 1 - .../migrations/Version20200310090632.php | 1 - .../migrations/Version20200422125935.php | 1 - .../migrations/Version20210128152747.php | 1 - .../migrations/Version20210318095831.php | 1 - .../migrations/Version20210325141540.php | 1 - .../migrations/Version20210326113045.php | 1 - .../migrations/Version20210329090904.php | 1 - .../migrations/Version20210329113152.php | 1 - .../migrations/Version20210329144338.php | 1 - .../migrations/Version20210330164922.php | 1 - .../migrations/Version20210331084527.php | 1 - .../migrations/Version20210419105054.php | 1 - .../migrations/Version20210419105940.php | 1 - .../migrations/Version20210419112619.php | 1 - .../migrations/Version20210426145930.php | 1 - .../migrations/Version20210427125700.php | 1 - .../migrations/Version20210505093408.php | 1 - .../migrations/Version20210505154316.php | 1 - .../migrations/Version20210518075908.php | 1 - .../migrations/Version20210518162439.php | 1 - .../migrations/Version20210519204938.php | 1 - .../migrations/Version20210525211214.php | 1 - .../migrations/Version20210528092625.php | 1 - .../migrations/Version20210528111624.php | 1 - .../migrations/Version20210528132405.php | 1 - .../migrations/Version20210528142121.php | 1 - .../migrations/Version20210614191600.php | 1 - .../migrations/Version20210615074857.php | 1 - .../migrations/Version20210616102900.php | 1 - .../migrations/Version20210617073504.php | 1 - .../migrations/Version20210618080702.php | 1 - .../migrations/Version20210620143757.php | 1 - .../migrations/Version20210623135043.php | 1 - .../migrations/Version20210623142046.php | 1 - .../migrations/Version20210624131722.php | 1 - .../migrations/Version20210624131723.php | 1 - .../migrations/Version20210727152826.php | 1 - .../migrations/Version20210729163023.php | 1 - .../migrations/Version20210730094514.php | 1 - .../migrations/Version20210730205407.php | 1 - .../migrations/Version20210802202838.php | 1 - .../migrations/Version20210820093927.php | 1 - .../migrations/Version20210820100407.php | 1 - .../migrations/Version20210831140339.php | 1 - .../migrations/Version20210910161858.php | 1 - .../migrations/Version20210915093624.php | 1 - .../migrations/Version20211020131133.php | 1 - .../migrations/Version20211021125359.php | 1 - .../migrations/Version20211025141226.php | 1 - .../migrations/Version20211029075117.php | 1 - .../migrations/Version20211108100849.php | 1 - .../migrations/Version20211112170027.php | 1 - .../migrations/Version20211119211101.php | 1 - .../migrations/Version20211119215630.php | 1 - .../migrations/Version20211213150253.php | 1 - .../migrations/Version20211213203147.php | 1 - .../migrations/Version20211213213755.php | 1 - .../migrations/Version20211216154008.php | 1 - .../migrations/Version20211223150721.php | 1 - .../migrations/Version20220104133334.php | 1 - .../migrations/Version20220119091025.php | 1 - .../migrations/Version20220119155944.php | 1 - .../migrations/Version20220121121310.php | 1 - .../migrations/Version20220128133039.php | 1 - .../migrations/Version20220214200327.php | 1 - .../migrations/Version20220215135509.php | 1 - .../migrations/Version20220224145951.php | 1 - .../migrations/Version20220303113855.php | 1 - .../migrations/Version20220310063629.php | 1 - .../migrations/Version20220310124318.php | 1 - .../migrations/Version20220425000000.php | 1 - .../migrations/Version20220427150431.php | 1 - .../migrations/Version20220429133023.php | 1 - .../migrations/Version20220527124737.php | 1 - .../migrations/Version20220926154347.php | 1 - src/Bundle/ChillReportBundle/ChillReportBundle.php | 1 - .../ChillReportBundle/Controller/ReportController.php | 1 - .../DataFixtures/ORM/LoadCustomField.php | 1 - .../DataFixtures/ORM/LoadCustomFieldsGroup.php | 1 - .../ChillReportBundle/DataFixtures/ORM/LoadReportACL.php | 1 - .../ChillReportBundle/DataFixtures/ORM/LoadReports.php | 1 - .../DependencyInjection/ChillReportExtension.php | 1 - .../DependencyInjection/Configuration.php | 1 - src/Bundle/ChillReportBundle/Entity/Report.php | 1 - .../Export/Export/ReportListProvider.php | 1 - src/Bundle/ChillReportBundle/Form/ReportType.php | 1 - src/Bundle/ChillReportBundle/Search/ReportSearch.php | 1 - .../Security/Authorization/ReportVoter.php | 1 - .../Tests/Controller/ReportControllerNextTest.php | 1 - .../Tests/Controller/ReportControllerTest.php | 1 - .../DependencyInjection/ChillReportExtensionTest.php | 1 - .../Tests/Export/Filter/ReportDateFilterTest.php | 1 - .../ChillReportBundle/Tests/Search/ReportSearchTest.php | 1 - .../Tests/Security/Authorization/ReportVoterTest.php | 1 - .../Tests/Timeline/TimelineProviderTest.php | 1 - .../Timeline/TimelineReportProvider.php | 1 - .../migrations/Version20141129012050.php | 1 - .../migrations/Version20150622233319.php | 1 - src/Bundle/ChillTaskBundle/ChillTaskBundle.php | 1 - .../ChillTaskBundle/Controller/SingleTaskController.php | 1 - src/Bundle/ChillTaskBundle/Controller/TaskController.php | 1 - .../ChillTaskBundle/DataFixtures/ORM/LoadTaskACL.php | 1 - .../DependencyInjection/ChillTaskExtension.php | 1 - .../Compiler/TaskWorkflowDefinitionCompilerPass.php | 1 - .../DependencyInjection/Configuration.php | 1 - src/Bundle/ChillTaskBundle/Entity/AbstractTask.php | 1 - src/Bundle/ChillTaskBundle/Entity/RecurringTask.php | 1 - src/Bundle/ChillTaskBundle/Entity/SingleTask.php | 1 - .../Entity/Task/AbstractTaskPlaceEvent.php | 1 - .../ChillTaskBundle/Entity/Task/SingleTaskPlaceEvent.php | 1 - .../Event/Lifecycle/TaskLifecycleEvent.php | 1 - src/Bundle/ChillTaskBundle/Event/TaskEvent.php | 1 - src/Bundle/ChillTaskBundle/Event/UI/UIEvent.php | 1 - src/Bundle/ChillTaskBundle/Form/SingleTaskListType.php | 1 - src/Bundle/ChillTaskBundle/Form/SingleTaskType.php | 1 - src/Bundle/ChillTaskBundle/Menu/MenuBuilder.php | 1 - src/Bundle/ChillTaskBundle/Menu/SectionMenuBuilder.php | 1 - src/Bundle/ChillTaskBundle/Menu/UserMenuBuilder.php | 1 - .../Repository/AbstractTaskRepository.php | 1 - .../Repository/RecurringTaskRepository.php | 1 - .../Repository/SingleTaskAclAwareRepositoryInterface.php | 1 - .../ChillTaskBundle/Repository/SingleTaskRepository.php | 1 - .../Security/Authorization/AuthorizationEvent.php | 1 - .../ChillTaskBundle/Security/Authorization/TaskVoter.php | 1 - .../ChillTaskBundle/Templating/TaskTwigExtension.php | 1 - .../Templating/UI/CountNotificationTask.php | 1 - .../Tests/Controller/SingleTaskControllerTest.php | 1 - .../Tests/Controller/TaskControllerTest.php | 1 - .../Repository/SingleTaskACLAwareRepositoryTest.php | 1 - .../SingleTaskTaskLifeCycleEventTimelineProvider.php | 1 - .../Timeline/TaskLifeCycleEventTimelineProvider.php | 1 - .../Workflow/Definition/DefaultTaskDefinition.php | 1 - .../Workflow/Event/DefaultTaskGuardEvent.php | 1 - .../ChillTaskBundle/Workflow/TaskWorkflowDefinition.php | 1 - .../ChillTaskBundle/Workflow/TaskWorkflowManager.php | 1 - .../ChillTaskBundle/migrations/Version20180413135614.php | 1 - .../ChillTaskBundle/migrations/Version20180413201023.php | 1 - .../ChillTaskBundle/migrations/Version20180426093011.php | 1 - .../ChillTaskBundle/migrations/Version20180502194119.php | 1 - .../ChillTaskBundle/migrations/Version20181113161925.php | 1 - .../ChillTaskBundle/migrations/Version20181113164108.php | 1 - .../ChillTaskBundle/migrations/Version20210909153533.php | 1 - .../ChillTaskBundle/migrations/Version20211029213909.php | 1 - .../ChillThirdPartyBundle/ChillThirdPartyBundle.php | 1 - .../ChillThirdPartyBundle/Controller/AdminController.php | 1 - .../Controller/ThirdPartyCategoryController.php | 1 - .../Controller/ThirdPartyController.php | 1 - .../DataFixtures/ORM/LoadThirdParty.php | 1 - .../DataFixtures/ORM/LoadThirdPartyCategory.php | 1 - .../DataFixtures/ORM/LoadThirdPartyProfession.php | 1 - .../DependencyInjection/ChillThirdPartyExtension.php | 1 - .../CompilerPass/ThirdPartyTypeCompilerPass.php | 1 - .../DependencyInjection/Configuration.php | 1 - src/Bundle/ChillThirdPartyBundle/Entity/ThirdParty.php | 1 - .../ChillThirdPartyBundle/Entity/ThirdPartyCategory.php | 1 - .../Entity/ThirdPartyProfession.php | 1 - .../EventListener/ThirdPartyEventListener.php | 1 - .../Form/ChoiceLoader/ThirdPartyChoiceLoader.php | 1 - .../DataTransformer/ThirdPartiesToIdDataTransformer.php | 9 ++++++++- .../DataTransformer/ThirdPartyToIdDataTransformer.php | 9 ++++++++- .../Form/ThirdPartyCategoryType.php | 1 - src/Bundle/ChillThirdPartyBundle/Form/ThirdPartyType.php | 1 - .../Form/Type/PickThirdPartyType.php | 1 - .../Form/Type/PickThirdPartyTypeCategoryType.php | 1 - .../Form/Type/PickThirdpartyDynamicType.php | 1 - .../ChillThirdPartyBundle/Menu/AdminMenuBuilder.php | 1 - src/Bundle/ChillThirdPartyBundle/Menu/MenuBuilder.php | 1 - .../Repository/ThirdPartyACLAwareRepository.php | 1 - .../Repository/ThirdPartyACLAwareRepositoryInterface.php | 1 - .../Repository/ThirdPartyCategoryRepository.php | 1 - .../Repository/ThirdPartyProfessionRepository.php | 1 - .../Repository/ThirdPartyRepository.php | 1 - .../ChillThirdPartyBundle/Search/ThirdPartyApiSearch.php | 1 - .../ChillThirdPartyBundle/Search/ThirdPartySearch.php | 1 - .../Security/Voter/ThirdPartyVoter.php | 1 - .../Serializer/Normalizer/ThirdPartyNormalizer.php | 1 - .../Templating/Entity/ThirdPartyRender.php | 1 - .../Tests/Controller/ThirdPartyControllerTest.php | 1 - .../Tests/Entity/ThirdPartyTest.php | 1 - .../Normalizer/ThirdPartyDocGenNormalizerTest.php | 1 - .../Normalizer/ThirdPartyJsonDenormalizerTest.php | 1 - .../ThirdPartyType/ThirdPartyTypeManager.php | 1 - .../ThirdPartyType/ThirdPartyTypeProviderInterface.php | 1 - .../migrations/Version20190307111314.php | 1 - .../migrations/Version20190307131650.php | 1 - .../migrations/Version20190418090842.php | 1 - .../migrations/Version20190429171109.php | 1 - .../migrations/Version20190502144206.php | 1 - .../migrations/Version20210525211216.php | 1 - .../migrations/Version20210719105918.php | 1 - .../migrations/Version20211006200924.php | 1 - .../migrations/Version20211007150459.php | 1 - .../migrations/Version20211007165001.php | 1 - .../migrations/Version20211007194942.php | 1 - .../migrations/Version20220302143821.php | 1 - .../migrations/Version20220322095659.php | 1 - .../migrations/Version20220324175549.php | 1 - src/Bundle/ChillWopiBundle/src/ChillWopiBundle.php | 1 - src/Bundle/ChillWopiBundle/src/Controller/Editor.php | 1 - .../src/DependencyInjection/ChillWopiExtension.php | 1 - .../src/DependencyInjection/Configuration.php | 1 - .../src/Resources/config/routes/routes.php | 1 - .../ChillWopiBundle/src/Resources/config/services.php | 1 - .../ChillWopiBundle/src/Service/Controller/Responder.php | 1 - .../src/Service/Controller/ResponderInterface.php | 1 - .../src/Service/Wopi/ChillDocumentLockManager.php | 1 - .../src/Service/Wopi/ChillDocumentManager.php | 1 - .../ChillWopiBundle/src/Service/Wopi/ChillWopi.php | 1 - .../tests/Service/Wopi/ChillDocumentLockManagerTest.php | 1 - 1665 files changed, 826 insertions(+), 1667 deletions(-) diff --git a/src/Bundle/ChillActivityBundle/ChillActivityBundle.php b/src/Bundle/ChillActivityBundle/ChillActivityBundle.php index 5c6a7f5d6..5f872a7dc 100644 --- a/src/Bundle/ChillActivityBundle/ChillActivityBundle.php +++ b/src/Bundle/ChillActivityBundle/ChillActivityBundle.php @@ -1,6 +1,5 @@ translatableStringHelper->localize($item->getLayer()->getName()) . ' > ' . $item->getUnitName(); - }, + return $this->translatableStringHelper->localize($item->getLayer()->getName()) . ' > ' . $item->getUnitName(); + }, $data['units']->toArray() ) ), diff --git a/src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/MaritalStatusFilter.php b/src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/MaritalStatusFilter.php index f78f26e9b..a3d2260e3 100644 --- a/src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/MaritalStatusFilter.php +++ b/src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/MaritalStatusFilter.php @@ -1,6 +1,5 @@