From 67c3f3a84080d254c140214ca41c0ece36ac796e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 5 Oct 2022 17:08:14 +0200 Subject: [PATCH] fix cs with licencse header --- .php_cs.dist.php | 8 +++---- .../_static/code/exports/BirthdateFilter.php | 7 +++--- .../_static/code/exports/CountPerson.php | 7 +++--- .../source/development/pagination/example.php | 7 +++--- .../controller-secured-for-person.php | 7 +++--- .../widgets/ChillMainConfiguration.php | 7 +++--- .../widgets/ChillMainExtension.php | 7 +++--- ...ChillPersonAddAPersonListWidgetFactory.php | 7 +++--- .../widgets/ChillPersonAddAPersonWidget.php | 7 +++--- .../widgets/ChillPersonExtension.php | 7 +++--- .../ChillActivityBundle.php | 7 +++--- .../Controller/ActivityController.php | 7 +++--- .../ActivityReasonCategoryController.php | 7 +++--- .../Controller/ActivityReasonController.php | 7 +++--- .../AdminActivityPresenceController.php | 7 +++--- .../AdminActivityTypeCategoryController.php | 7 +++--- .../AdminActivityTypeController.php | 7 +++--- .../Controller/AdminController.php | 7 +++--- .../DataFixtures/ORM/LoadActivity.php | 7 +++--- .../ORM/LoadActivityNotifications.php | 7 +++--- .../DataFixtures/ORM/LoadActivityReason.php | 7 +++--- .../ORM/LoadActivityReasonCategory.php | 7 +++--- .../DataFixtures/ORM/LoadActivityType.php | 7 +++--- .../ORM/LoadActivityTypeCategory.php | 7 +++--- .../DataFixtures/ORM/LoadActivitytACL.php | 7 +++--- .../ChillActivityExtension.php | 7 +++--- .../DependencyInjection/Configuration.php | 7 +++--- .../ChillActivityBundle/Entity/Activity.php | 7 +++--- .../Entity/ActivityPresence.php | 7 +++--- .../Entity/ActivityReason.php | 7 +++--- .../Entity/ActivityReasonCategory.php | 7 +++--- .../Entity/ActivityType.php | 7 +++--- .../Entity/ActivityTypeCategory.php | 7 +++--- .../EntityListener/ActivityEntityListener.php | 7 +++--- .../BySocialActionAggregator.php | 7 +++--- .../BySocialIssueAggregator.php | 7 +++--- .../ACPAggregators/ByThirdpartyAggregator.php | 7 +++--- .../ACPAggregators/ByUserAggregator.php | 7 +++--- .../ACPAggregators/DateAggregator.php | 7 +++--- .../ACPAggregators/LocationTypeAggregator.php | 7 +++--- .../ACPAggregators/UserScopeAggregator.php | 7 +++--- .../Aggregator/ActivityTypeAggregator.php | 7 +++--- .../Aggregator/ActivityUserAggregator.php | 7 +++--- .../ActivityReasonAggregator.php | 7 +++--- .../Export/Declarations.php | 7 +++--- .../LinkedToACP/AvgActivityDuration.php | 7 +++--- .../LinkedToACP/AvgActivityVisitDuration.php | 7 +++--- .../Export/LinkedToACP/CountActivity.php | 7 +++--- .../LinkedToACP/SumActivityDuration.php | 7 +++--- .../LinkedToACP/SumActivityVisitDuration.php | 7 +++--- .../Export/LinkedToPerson/CountActivity.php | 7 +++--- .../Export/LinkedToPerson/ListActivity.php | 7 +++--- .../LinkedToPerson/StatActivityDuration.php | 7 +++--- .../Filter/ACPFilters/ActivityTypeFilter.php | 7 +++--- .../ACPFilters/BySocialActionFilter.php | 7 +++--- .../Filter/ACPFilters/BySocialIssueFilter.php | 7 +++--- .../Export/Filter/ACPFilters/ByUserFilter.php | 7 +++--- .../Filter/ACPFilters/EmergencyFilter.php | 7 +++--- .../Filter/ACPFilters/LocationTypeFilter.php | 7 +++--- .../Filter/ACPFilters/SentReceivedFilter.php | 7 +++--- .../Export/Filter/ACPFilters/UserFilter.php | 7 +++--- .../Filter/ACPFilters/UserScopeFilter.php | 7 +++--- .../Export/Filter/ActivityDateFilter.php | 7 +++--- .../Export/Filter/ActivityTypeFilter.php | 7 +++--- .../PersonFilters/ActivityReasonFilter.php | 7 +++--- .../PersonHavingActivityBetweenDateFilter.php | 7 +++--- .../Form/ActivityPresenceType.php | 7 +++--- .../Form/ActivityReasonCategoryType.php | 7 +++--- .../Form/ActivityReasonType.php | 7 +++--- .../ChillActivityBundle/Form/ActivityType.php | 7 +++--- .../Form/ActivityTypeCategoryType.php | 7 +++--- .../Form/ActivityTypeType.php | 7 +++--- .../Form/Type/ActivityFieldPresence.php | 7 +++--- .../Form/Type/TranslatableActivityReason.php | 7 +++--- .../TranslatableActivityReasonCategory.php | 7 +++--- .../Form/Type/TranslatableActivityType.php | 7 +++--- .../Menu/AccompanyingCourseMenuBuilder.php | 7 +++--- .../Menu/AdminMenuBuilder.php | 7 +++--- .../Menu/PersonMenuBuilder.php | 7 +++--- .../ActivityNotificationHandler.php | 7 +++--- .../Repository/ActivityACLAwareRepository.php | 7 +++--- .../ActivityACLAwareRepositoryInterface.php | 7 +++--- .../ActivityReasonCategoryRepository.php | 7 +++--- .../Repository/ActivityReasonRepository.php | 7 +++--- .../Repository/ActivityRepository.php | 7 +++--- .../ActivityTypeCategoryRepository.php | 7 +++--- .../Repository/ActivityTypeRepository.php | 7 +++--- .../ActivityTypeRepositoryInterface.php | 7 +++--- .../Authorization/ActivityStatsVoter.php | 7 +++--- .../Security/Authorization/ActivityVoter.php | 7 +++--- .../Service/DocGenerator/ActivityContext.php | 7 +++--- ...tActivitiesByAccompanyingPeriodContext.php | 7 +++--- .../Entity/ActivityReasonRender.php | 7 +++--- .../Test/PrepareActivityTrait.php | 7 +++--- .../Controller/ActivityControllerTest.php | 7 +++--- .../ActivityReasonCategoryControllerTest.php | 7 +++--- .../ActivityReasonControllerTest.php | 7 +++--- .../Controller/ActivityTypeControllerTest.php | 7 +++--- .../Tests/Entity/ActivityTest.php | 7 +++--- .../BySocialActionAggregatorTest.php | 7 +++--- .../BySocialIssueAggregatorTest.php | 7 +++--- .../ByThirdpartyAggregatorTest.php | 7 +++--- .../ACPAggregators/ByUserAggregatorTest.php | 7 +++--- .../ACPAggregators/DateAggregatorTest.php | 7 +++--- .../LocationTypeAggregatorTest.php | 7 +++--- .../UserScopeAggregatorTest.php | 7 +++--- .../Aggregator/ActivityTypeAggregatorTest.php | 7 +++--- .../Aggregator/ActivityUserAggregatorTest.php | 7 +++--- .../ActivityReasonAggregatorTest.php | 7 +++--- .../LinkedToACP/AvgActivityDurationTest.php | 7 +++--- .../AvgActivityVisitDurationTest.php | 7 +++--- .../Export/LinkedToACP/CountActivityTest.php | 7 +++--- .../LinkedToACP/SumActivityDurationTest.php | 7 +++--- .../SumActivityVisitDurationTest.php | 7 +++--- .../LinkedToPerson/CountActivityTest.php | 7 +++--- .../LinkedToPerson/ListActivityTest.php | 7 +++--- .../StatActivityDurationTest.php | 7 +++--- .../ACPFilters/ActivityTypeFilterTest.php | 7 +++--- .../ACPFilters/BySocialActionFilterTest.php | 7 +++--- .../ACPFilters/BySocialIssueFilterTest.php | 7 +++--- .../Filter/ACPFilters/ByUserFilterTest.php | 7 +++--- .../Filter/ACPFilters/EmergencyFilterTest.php | 7 +++--- .../ACPFilters/LocationTypeFilterTest.php | 7 +++--- .../ACPFilters/SentReceivedFilterTest.php | 7 +++--- .../Filter/ACPFilters/UserFilterTest.php | 7 +++--- .../Filter/ACPFilters/UserScopeFilterTest.php | 7 +++--- .../Export/Filter/ActivityDateFilterTest.php | 7 +++--- .../Filter/ActivityReasonFilterTest.php | 7 +++--- .../Export/Filter/ActivityTypeFilterTest.php | 7 +++--- .../ActivityReasonFilterTest.php | 7 +++--- ...sonHavingActivityBetweenDateFilterTest.php | 7 +++--- ...sonHavingActivityBetweenDateFilterTest.php | 7 +++--- .../Tests/Form/ActivityTypeTest.php | 7 +++--- .../Type/TranslatableActivityReasonTest.php | 7 +++--- .../Type/TranslatableActivityTypeTest.php | 7 +++--- .../Authorization/ActivityVoterTest.php | 7 +++--- .../Tests/Timeline/TimelineProviderTest.php | 7 +++--- .../Timeline/TimelineActivityProvider.php | 7 +++--- .../Constraints/ActivityValidity.php | 7 +++--- .../Constraints/ActivityValidityValidator.php | 7 +++--- .../migrations/Version20150701091248.php | 7 +++--- .../migrations/Version20150702093317.php | 7 +++--- .../migrations/Version20150704091347.php | 7 +++--- .../migrations/Version20160222103457.php | 7 +++--- .../migrations/Version20161114085659.php | 7 +++--- .../migrations/Version20210304154629.php | 7 +++--- .../migrations/Version20210311114250.php | 7 +++--- .../migrations/Version20210401090853.php | 7 +++--- .../migrations/Version20210408122329.php | 7 +++--- .../migrations/Version20210415113216.php | 7 +++--- .../migrations/Version20210422073711.php | 7 +++--- .../migrations/Version20210422123846.php | 7 +++--- .../migrations/Version20210506071150.php | 7 +++--- .../migrations/Version20210506090417.php | 7 +++--- .../migrations/Version20210506094520.php | 7 +++--- .../migrations/Version20210506112500.php | 7 +++--- .../migrations/Version20210520095626.php | 7 +++--- .../migrations/Version20210528161250.php | 7 +++--- .../migrations/Version20210602103243.php | 7 +++--- .../migrations/Version20211119173555.php | 7 +++--- .../migrations/Version20211207152023.php | 7 +++--- .../migrations/Version20220425133027.php | 7 +++--- .../migrations/Version20220527124438.php | 7 +++--- .../src/ChillAsideActivityBundle.php | 7 +++--- .../src/Controller/AdminController.php | 7 +++--- .../AsideActivityCategoryController.php | 7 +++--- .../Controller/AsideActivityController.php | 7 +++--- .../DataFixtures/ORM/LoadAsideActivity.php | 7 +++--- .../ORM/LoadAsideActivityCategory.php | 7 +++--- .../ChillAsideActivityExtension.php | 7 +++--- .../src/DependencyInjection/Configuration.php | 7 +++--- .../src/Entity/AsideActivity.php | 7 +++--- .../src/Entity/AsideActivityCategory.php | 7 +++--- .../src/Form/AsideActivityCategoryType.php | 7 +++--- .../src/Form/AsideActivityFormType.php | 7 +++--- .../src/Menu/AdminMenuBuilder.php | 7 +++--- .../src/Menu/SectionMenuBuilder.php | 7 +++--- .../src/Menu/UserMenuBuilder.php | 7 +++--- .../AsideActivityCategoryRepository.php | 7 +++--- .../Repository/AsideActivityRepository.php | 7 +++--- .../src/Templating/Entity/CategoryRender.php | 7 +++--- .../AsideActivityControllerTest.php | 7 +++--- .../src/migrations/Version20210706124644.php | 7 +++--- .../src/migrations/Version20210804082249.php | 7 +++--- .../src/migrations/Version20210806140343.php | 7 +++--- .../src/migrations/Version20210806140710.php | 7 +++--- .../src/migrations/Version20210810084456.php | 7 +++--- .../src/migrations/Version20210922182907.php | 7 +++--- .../src/migrations/Version20211004134012.php | 7 +++--- .../Calculator/CalculatorInterface.php | 7 +++--- .../Calculator/CalculatorManager.php | 7 +++--- .../Calculator/CalculatorResult.php | 7 +++--- .../ChillBudgetBundle/ChillBudgetBundle.php | 7 +++--- .../Config/ConfigRepository.php | 7 +++--- .../Controller/AbstractElementController.php | 7 +++--- .../Controller/ChargeController.php | 7 +++--- .../Controller/ElementController.php | 7 +++--- .../Controller/ResourceController.php | 7 +++--- .../ChillBudgetExtension.php | 7 +++--- .../Compiler/CalculatorCompilerPass.php | 7 +++--- .../DependencyInjection/Configuration.php | 7 +++--- .../Entity/AbstractElement.php | 7 +++--- .../ChillBudgetBundle/Entity/Charge.php | 7 +++--- .../ChillBudgetBundle/Entity/Resource.php | 7 +++--- .../ChillBudgetBundle/Form/ChargeType.php | 7 +++--- .../ChillBudgetBundle/Form/ResourceType.php | 7 +++--- .../Menu/HouseholdMenuBuilder.php | 7 +++--- .../Menu/PersonMenuBuilder.php | 7 +++--- .../Repository/ChargeRepository.php | 7 +++--- .../Repository/ResourceRepository.php | 7 +++--- .../Authorization/BudgetElementVoter.php | 7 +++--- .../Service/Summary/SummaryBudget.php | 7 +++--- .../Summary/SummaryBudgetInterface.php | 7 +++--- .../ChillBudgetBundle/Templating/Twig.php | 7 +++--- .../Controller/ElementControllerTest.php | 7 +++--- .../migrations/Version20180522080432.php | 7 +++--- .../migrations/Version20181219145631.php | 7 +++--- .../migrations/Version20220224090319.php | 7 +++--- .../ChillCalendarBundle.php | 7 +++--- .../Controller/AdminController.php | 7 +++--- .../Controller/CalendarAPIController.php | 7 +++--- .../Controller/CalendarController.php | 7 +++--- .../Controller/CalendarRangeAPIController.php | 7 +++--- .../Controller/CancelReasonController.php | 7 +++--- .../DataFixtures/ORM/LoadCalendarRange.php | 7 +++--- .../DataFixtures/ORM/LoadCancelReason.php | 7 +++--- .../DataFixtures/ORM/LoadInvite.php | 7 +++--- .../ChillCalendarExtension.php | 7 +++--- .../DependencyInjection/Configuration.php | 7 +++--- .../ChillCalendarBundle/Entity/Calendar.php | 7 +++--- .../Entity/CalendarRange.php | 7 +++--- .../Entity/CancelReason.php | 7 +++--- .../ChillCalendarBundle/Entity/Invite.php | 7 +++--- .../Event/ListenToActivityCreate.php | 7 +++--- .../Export/Aggregator/AgentAggregator.php | 7 +++--- .../Aggregator/CancelReasonAggregator.php | 7 +++--- .../Export/Aggregator/JobAggregator.php | 7 +++--- .../Export/Aggregator/LocationAggregator.php | 7 +++--- .../Aggregator/LocationTypeAggregator.php | 7 +++--- .../Export/Aggregator/MonthYearAggregator.php | 7 +++--- .../Export/Aggregator/ScopeAggregator.php | 7 +++--- .../Export/Declarations.php | 7 +++--- .../Export/Export/CountAppointments.php | 7 +++--- .../Export/StatAppointmentAvgDuration.php | 7 +++--- .../Export/StatAppointmentSumDuration.php | 7 +++--- .../Export/Filter/AgentFilter.php | 7 +++--- .../Export/Filter/BetweenDatesFilter.php | 7 +++--- .../Export/Filter/JobFilter.php | 7 +++--- .../Export/Filter/ScopeFilter.php | 7 +++--- .../ChillCalendarBundle/Form/CalendarType.php | 7 +++--- .../Form/CancelReasonType.php | 7 +++--- .../Menu/AccompanyingCourseMenuBuilder.php | 7 +++--- .../Menu/AdminMenuBuilder.php | 7 +++--- .../Menu/UserMenuBuilder.php | 7 +++--- .../Repository/CalendarRangeRepository.php | 7 +++--- .../Repository/CalendarRepository.php | 7 +++--- .../Repository/CancelReasonRepository.php | 7 +++--- .../Repository/InviteRepository.php | 7 +++--- .../Controller/CalendarControllerTest.php | 7 +++--- .../migrations/Version20210715141731.php | 7 +++--- .../migrations/Version20210723074557.php | 7 +++--- .../migrations/Version20210723142003.php | 7 +++--- .../migrations/Version20210723142842.php | 7 +++--- .../migrations/Version20211119173557.php | 7 +++--- .../migrations/Version20220527124558.php | 7 +++--- .../migrations/Version20220527234046.php | 7 +++--- .../ChillCustomFieldsBundle.php | 7 +++--- .../Command/CreateFieldsOnGroupCommand.php | 7 +++--- .../Controller/AdminController.php | 7 +++--- .../Controller/CustomFieldController.php | 7 +++--- .../CustomFieldsGroupController.php | 7 +++--- .../CustomFields/AbstractCustomField.php | 7 +++--- .../CustomFields/CustomFieldChoice.php | 7 +++--- .../CustomFields/CustomFieldDate.php | 7 +++--- .../CustomFields/CustomFieldInterface.php | 7 +++--- .../CustomFields/CustomFieldLongChoice.php | 7 +++--- .../CustomFields/CustomFieldNumber.php | 7 +++--- .../CustomFields/CustomFieldText.php | 7 +++--- .../CustomFields/CustomFieldTitle.php | 7 +++--- .../DataFixtures/ORM/LoadOption.php | 7 +++--- .../ChillCustomFieldsExtension.php | 7 +++--- .../DependencyInjection/Configuration.php | 7 +++--- .../CustomFieldCompilerPass.php | 7 +++--- .../Entity/CustomField.php | 7 +++--- .../Entity/CustomFieldLongChoice/Option.php | 7 +++--- .../Entity/CustomFieldsDefaultGroup.php | 7 +++--- .../Entity/CustomFieldsGroup.php | 7 +++--- .../OptionRepository.php | 7 +++--- .../Form/CustomFieldType.php | 7 +++--- .../Form/CustomFieldsGroupType.php | 7 +++--- .../CustomFieldDataTransformer.php | 7 +++--- .../CustomFieldsGroupToIdTransformer.php | 7 +++--- .../JsonCustomFieldToArrayTransformer.php | 7 +++--- .../Form/Extension/PostTextExtension.php | 7 +++--- .../Extension/PostTextIntegerExtension.php | 7 +++--- .../Extension/PostTextNumberExtension.php | 7 +++--- .../Form/Type/ChoiceWithOtherType.php | 7 +++--- .../Form/Type/ChoicesListType.php | 7 +++--- .../Form/Type/ChoicesType.php | 7 +++--- .../Form/Type/CustomFieldType.php | 7 +++--- .../Form/Type/CustomFieldsTitleType.php | 7 +++--- .../Form/Type/LinkedCustomFieldsType.php | 7 +++--- .../Menu/AdminMenuBuilder.php | 7 +++--- .../Service/CustomFieldProvider.php | 7 +++--- .../Service/CustomFieldsHelper.php | 7 +++--- .../Service/CustomFieldsHelperException.php | 7 +++--- .../Twig/CustomFieldRenderingTwig.php | 7 +++--- .../Twig/CustomFieldsGroupRenderingTwig.php | 7 +++--- .../ConfigCustomizablesEntitiesTest.php | 7 +++--- .../CustomFieldControllerTest_TODO.php | 7 +++--- .../CustomFieldsGroupControllerTest.php | 7 +++--- .../Tests/CustomFieldTestHelper.php | 7 +++--- .../CustomFields/CustomFieldsChoiceTest.php | 7 +++--- .../CustomFields/CustomFieldsNumberTest.php | 7 +++--- .../CustomFields/CustomFieldsTextTest.php | 7 +++--- .../PostTextIntegerExtensionTest.php | 7 +++--- .../Extension/PostTextNumberExtensionTest.php | 7 +++--- .../Tests/Routing/RoutingLoaderTest.php | 7 +++--- .../Tests/Service/CustomFieldsHelperTest.php | 7 +++--- .../Twig/CustomFieldRenderingTwigTest.php | 7 +++--- .../CustomFieldsGroupRenderingTwigTest.php | 7 +++--- .../migrations/Version20141128195430.php | 7 +++--- .../migrations/Version20150224164531.php | 7 +++--- .../migrations/Version20151210155904.php | 7 +++--- .../migrations/Version20151210205610.php | 7 +++--- .../ChillDocGeneratorBundle.php | 7 +++--- .../Context/ContextManager.php | 7 +++--- .../Context/ContextManagerInterface.php | 7 +++--- .../Context/DocGeneratorContextInterface.php | 7 +++--- ...GeneratorContextWithAdminFormInterface.php | 7 +++--- ...eneratorContextWithPublicFormInterface.php | 7 +++--- .../Exception/ContextNotFoundException.php | 7 +++--- .../Exception/UnexpectedTypeException.php | 7 +++--- .../AdminDocGeneratorTemplateController.php | 7 +++--- .../DocGeneratorTemplateController.php | 7 +++--- .../ORM/LoadDocGeneratorTemplate.php | 7 +++--- .../ChillDocGeneratorExtension.php | 7 +++--- .../DependencyInjection/Configuration.php | 7 +++--- .../Entity/DocGeneratorTemplate.php | 7 +++--- .../Form/DocGeneratorTemplateType.php | 7 +++--- .../GeneratorDriver/DriverInterface.php | 7 +++--- .../Exception/TemplateException.php | 7 +++--- .../GeneratorDriver/RelatorioDriver.php | 7 +++--- .../Menu/AdminMenuBuilder.php | 7 +++--- .../DocGeneratorTemplateRepository.php | 7 +++--- .../Serializer/Encoder/DocGenEncoder.php | 7 +++--- .../Helper/NormalizeNullValueHelper.php | 7 +++--- .../Normalizer/CollectionDocGenNormalizer.php | 7 +++--- .../Normalizer/DocGenObjectNormalizer.php | 7 +++--- .../Service/Context/BaseContextData.php | 7 +++--- .../migrations/Version20210805162522.php | 7 +++--- .../migrations/Version20210812214310.php | 7 +++--- .../migrations/Version20211103111010.php | 7 +++--- .../migrations/Version20211119173556.php | 7 +++--- .../migrations/Version20211201191757.php | 7 +++--- .../Serializer/Encoder/DocGenEncoderTest.php | 7 +++--- .../Normalizer/DocGenObjectNormalizerTest.php | 7 +++--- .../Service/Context/BaseContextDataTest.php | 7 +++--- .../ChillDocStoreBundle.php | 7 +++--- .../Controller/AdminController.php | 7 +++--- .../DocumentAccompanyingCourseController.php | 7 +++--- .../Controller/DocumentCategoryController.php | 7 +++--- .../Controller/DocumentPersonController.php | 7 +++--- .../DataFixtures/ORM/LoadDocumentACL.php | 7 +++--- .../DataFixtures/ORM/LoadDocumentCategory.php | 7 +++--- .../ChillDocStoreExtension.php | 7 +++--- .../DependencyInjection/Configuration.php | 7 +++--- .../Entity/AccompanyingCourseDocument.php | 7 +++--- .../ChillDocStoreBundle/Entity/Document.php | 7 +++--- .../Entity/DocumentCategory.php | 7 +++--- .../Entity/PersonDocument.php | 7 +++--- .../Entity/StoredObject.php | 7 +++--- .../AccompanyingCourseDocumentRepository.php | 7 +++--- .../StoredObjectManagerException.php | 7 +++--- .../Form/AccompanyingCourseDocumentType.php | 7 +++--- .../Form/DocumentCategoryType.php | 7 +++--- .../Form/PersonDocumentType.php | 7 +++--- .../Form/StoredObjectType.php | 7 +++--- .../Menu/AdminMenuBuilder.php | 7 +++--- .../ChillDocStoreBundle/Menu/MenuBuilder.php | 7 +++--- .../Object/ObjectToAsyncFileTransformer.php | 7 +++--- .../Object/PersistenceChecker.php | 7 +++--- .../AccompanyingCourseDocumentRepository.php | 7 +++--- .../Repository/DocumentCategoryRepository.php | 7 +++--- .../PersonDocumentACLAwareRepository.php | 7 +++--- ...sonDocumentACLAwareRepositoryInterface.php | 7 +++--- .../Repository/StoredObjectRepository.php | 7 +++--- .../AccompanyingCourseDocumentVoter.php | 7 +++--- .../Authorization/PersonDocumentVoter.php | 7 +++--- .../Normalizer/StoredObjectDenormalizer.php | 7 +++--- .../Service/StoredObjectManager.php | 7 +++--- .../Service/StoredObjectManagerInterface.php | 7 +++--- .../Templating/WopiEditTwigExtension.php | 7 +++--- .../WopiEditTwigExtensionRuntime.php | 7 +++--- .../Tests/StoredObjectManagerTest.php | 7 +++--- ...ompanyingCourseDocumentWorkflowHandler.php | 7 +++--- .../migrations/Version20180605102533.php | 7 +++--- .../migrations/Version20180606133338.php | 7 +++--- .../migrations/Version20210903091534.php | 7 +++--- .../migrations/Version20210903123835.php | 7 +++--- .../migrations/Version20210928182542.php | 7 +++--- .../migrations/Version20211119173558.php | 7 +++--- .../migrations/Version20220131093117.php | 7 +++--- .../migrations/Version20220525141646.php | 7 +++--- .../ChillEventBundle/ChillEventBundle.php | 7 +++--- .../Controller/AdminController.php | 7 +++--- .../Controller/EventController.php | 7 +++--- .../Controller/EventTypeController.php | 7 +++--- .../Controller/ParticipationController.php | 7 +++--- .../Controller/RoleController.php | 7 +++--- .../Controller/StatusController.php | 7 +++--- .../DataFixtures/ORM/LoadEventTypes.php | 7 +++--- .../DataFixtures/ORM/LoadParticipation.php | 7 +++--- .../DataFixtures/ORM/LoadRolesACL.php | 7 +++--- .../ChillEventExtension.php | 7 +++--- .../DependencyInjection/Configuration.php | 7 +++--- src/Bundle/ChillEventBundle/Entity/Event.php | 7 +++--- .../ChillEventBundle/Entity/EventType.php | 7 +++--- .../ChillEventBundle/Entity/Participation.php | 7 +++--- src/Bundle/ChillEventBundle/Entity/Role.php | 7 +++--- src/Bundle/ChillEventBundle/Entity/Status.php | 7 +++--- .../Form/ChoiceLoader/EventChoiceLoader.php | 7 +++--- .../ChillEventBundle/Form/EventType.php | 7 +++--- .../ChillEventBundle/Form/EventTypeType.php | 7 +++--- .../Form/ParticipationType.php | 7 +++--- src/Bundle/ChillEventBundle/Form/RoleType.php | 7 +++--- .../ChillEventBundle/Form/StatusType.php | 7 +++--- .../Form/Type/PickEventType.php | 7 +++--- .../Form/Type/PickEventTypeType.php | 7 +++--- .../Form/Type/PickRoleType.php | 7 +++--- .../Form/Type/PickStatusType.php | 7 +++--- .../Menu/AdminMenuBuilder.php | 7 +++--- .../Menu/PersonMenuBuilder.php | 7 +++--- .../Repository/EventRepository.php | 7 +++--- .../Repository/ParticipationRepository.php | 7 +++--- .../ChillEventBundle/Search/EventSearch.php | 7 +++--- .../Security/Authorization/EventVoter.php | 7 +++--- .../Authorization/ParticipationVoter.php | 7 +++--- .../Tests/Controller/EventControllerTest.php | 7 +++--- .../Controller/EventTypeControllerTest.php | 7 +++--- .../ParticipationControllerTest.php | 7 +++--- .../Tests/Controller/RoleControllerTest.php | 7 +++--- .../Tests/Controller/StatusControllerTest.php | 7 +++--- .../Tests/Search/EventSearchTest.php | 7 +++--- .../Timeline/TimelineEventProvider.php | 7 +++--- .../migrations/Version20160318111334.php | 7 +++--- .../migrations/Version20190110140538.php | 7 +++--- .../migrations/Version20190115140042.php | 7 +++--- .../migrations/Version20190201143121.php | 7 +++--- .../ChillAMLIFamilyMembersBundle.php | 7 +++--- .../Config/ConfigRepository.php | 7 +++--- .../Controller/FamilyMemberController.php | 7 +++--- .../ChillAMLIFamilyMembersExtension.php | 7 +++--- .../DependencyInjection/Configuration.php | 7 +++--- .../Entity/AbstractFamilyMember.php | 7 +++--- .../Entity/FamilyMember.php | 7 +++--- .../Form/FamilyMemberType.php | 7 +++--- .../Form/FamilyMembersType.php | 7 +++--- .../Menu/UserMenuBuilder.php | 7 +++--- .../Repository/FamilyMemberRepository.php | 7 +++--- .../migrations/Version20180522142023.php | 7 +++--- .../Security/Voter/FamilyMemberVoter.php | 7 +++--- .../Templating/Twig.php | 7 +++--- .../Controller/FamilyMemberControllerTest.php | 7 +++--- .../CRUDControllerCompilerPass.php | 7 +++--- .../Controller/AbstractCRUDController.php | 7 +++--- .../CRUD/Controller/ApiController.php | 7 +++--- .../CRUD/Controller/CRUDController.php | 7 +++--- .../CRUD/Form/CRUDDeleteEntityForm.php | 7 +++--- .../CRUD/Resolver/Resolver.php | 7 +++--- .../CRUD/Routing/CRUDRoutesLoader.php | 7 +++--- .../CRUD/Templating/TwigCRUDResolver.php | 7 +++--- .../Center/GroupingCenterInterface.php | 7 +++--- .../ChillMainBundle/ChillMainBundle.php | 7 +++--- .../Command/ChillImportUsersCommand.php | 7 +++--- .../ChillUserSendRenewPasswordCodeCommand.php | 7 +++--- .../LoadAddressesBEFromBestAddressCommand.php | 7 +++--- .../LoadAddressesFRFromBANOCommand.php | 7 +++--- .../Command/LoadAndUpdateLanguagesCommand.php | 7 +++--- .../Command/LoadCountriesCommand.php | 7 +++--- .../Command/LoadPostalCodeFR.php | 7 +++--- .../Command/LoadPostalCodesCommand.php | 7 +++--- .../Command/SetPasswordCommand.php | 7 +++--- .../Controller/AddressApiController.php | 7 +++--- .../AddressReferenceAPIController.php | 7 +++--- .../Controller/AdminController.php | 7 +++--- .../Controller/CenterController.php | 7 +++--- .../Controller/CivilityApiController.php | 7 +++--- .../Controller/CivilityController.php | 7 +++--- .../Controller/CountryController.php | 7 +++--- .../Controller/DefaultController.php | 7 +++--- .../Controller/ExportController.php | 7 +++--- .../Controller/LanguageController.php | 7 +++--- .../Controller/LocationApiController.php | 7 +++--- .../Controller/LocationController.php | 7 +++--- .../Controller/LocationTypeApiController.php | 7 +++--- .../Controller/LocationTypeController.php | 7 +++--- .../Controller/LoginController.php | 7 +++--- .../Controller/MenuController.php | 7 +++--- .../Controller/NotificationApiController.php | 7 +++--- .../Controller/NotificationController.php | 7 +++--- .../Controller/PasswordController.php | 7 +++--- .../Controller/PermissionApiController.php | 7 +++--- .../Controller/PermissionsGroupController.php | 7 +++--- .../Controller/PostalCodeAPIController.php | 7 +++--- .../Controller/PostalCodeController.php | 7 +++--- .../Controller/ScopeController.php | 7 +++--- .../Controller/SearchController.php | 7 +++--- .../Controller/TimelineCenterController.php | 7 +++--- .../Controller/UIController.php | 7 +++--- .../Controller/UserApiController.php | 7 +++--- .../Controller/UserController.php | 7 +++--- .../Controller/UserJobApiController.php | 7 +++--- .../Controller/UserJobController.php | 7 +++--- .../Controller/WorkflowApiController.php | 7 +++--- .../Controller/WorkflowController.php | 7 +++--- .../ORM/LoadAbstractNotificationsTrait.php | 7 +++--- .../ORM/LoadAddressReferences.php | 7 +++--- .../DataFixtures/ORM/LoadCenters.php | 7 +++--- .../DataFixtures/ORM/LoadCivility.php | 7 +++--- .../DataFixtures/ORM/LoadCountries.php | 7 +++--- .../DataFixtures/ORM/LoadGroupCenters.php | 7 +++--- .../DataFixtures/ORM/LoadLanguages.php | 7 +++--- .../DataFixtures/ORM/LoadLocationType.php | 7 +++--- .../DataFixtures/ORM/LoadPermissionsGroup.php | 7 +++--- .../DataFixtures/ORM/LoadPostalCodes.php | 7 +++--- .../DataFixtures/ORM/LoadRoleScopes.php | 7 +++--- .../DataFixtures/ORM/LoadScopes.php | 7 +++--- .../DataFixtures/ORM/LoadUsers.php | 7 +++--- .../ChillMainExtension.php | 7 +++--- .../CompilerPass/ACLFlagsCompilerPass.php | 7 +++--- .../CompilerPass/ExportsCompilerPass.php | 7 +++--- .../GroupingCenterCompilerPass.php | 7 +++--- .../CompilerPass/MenuCompilerPass.php | 7 +++--- .../NotificationCounterCompilerPass.php | 7 +++--- .../SearchableServicesCompilerPass.php | 7 +++--- .../CompilerPass/TimelineCompilerClass.php | 7 +++--- .../CompilerPass/WidgetsCompilerPass.php | 7 +++--- .../ConfigConsistencyCompilerPass.php | 7 +++--- .../DependencyInjection/Configuration.php | 7 +++--- .../MissingBundleException.php | 7 +++--- .../RoleProvidersCompilerPass.php | 7 +++--- .../Widget/AbstractWidgetsCompilerPass.php | 7 +++--- .../Widget/AddWidgetConfigurationTrait.php | 7 +++--- .../Widget/Factory/AbstractWidgetFactory.php | 7 +++--- .../Widget/Factory/WidgetFactoryInterface.php | 7 +++--- .../HasWidgetFactoriesExtensionInterface.php | 7 +++--- .../ChillMainBundle/Doctrine/DQL/Extract.php | 7 +++--- .../Doctrine/DQL/GetJsonFieldByKey.php | 7 +++--- .../Doctrine/DQL/JsonAggregate.php | 7 +++--- .../Doctrine/DQL/JsonbArrayLength.php | 7 +++--- .../Doctrine/DQL/JsonbExistsInArray.php | 7 +++--- .../Doctrine/DQL/OverlapsI.php | 7 +++--- .../ChillMainBundle/Doctrine/DQL/Replace.php | 7 +++--- .../Doctrine/DQL/STContains.php | 7 +++--- .../Doctrine/DQL/Similarity.php | 7 +++--- .../Doctrine/DQL/StrictWordSimilarityOPS.php | 7 +++--- .../ChillMainBundle/Doctrine/DQL/ToChar.php | 7 +++--- .../ChillMainBundle/Doctrine/DQL/Unaccent.php | 7 +++--- .../Event/TrackCreateUpdateSubscriber.php | 7 +++--- .../Doctrine/Migrations/VersionComparator.php | 7 +++--- .../ChillMainBundle/Doctrine/Model/Point.php | 7 +++--- .../Doctrine/Model/PointException.php | 7 +++--- .../Doctrine/Model/TrackCreationInterface.php | 7 +++--- .../Doctrine/Model/TrackCreationTrait.php | 7 +++--- .../Doctrine/Model/TrackUpdateInterface.php | 7 +++--- .../Doctrine/Model/TrackUpdateTrait.php | 7 +++--- .../Hydration/FlatHierarchyEntityHydrator.php | 7 +++--- .../Doctrine/Type/NativeDateIntervalType.php | 7 +++--- .../Doctrine/Type/PointType.php | 7 +++--- src/Bundle/ChillMainBundle/Entity/Address.php | 7 +++--- .../Entity/AddressReference.php | 7 +++--- src/Bundle/ChillMainBundle/Entity/Center.php | 7 +++--- .../ChillMainBundle/Entity/Civility.php | 7 +++--- src/Bundle/ChillMainBundle/Entity/Country.php | 7 +++--- .../Entity/Embeddable/CommentEmbeddable.php | 7 +++--- .../Embeddable/PrivateCommentEmbeddable.php | 7 +++--- .../Entity/GeographicalUnit.php | 7 +++--- .../Entity/GeographicalUnitLayer.php | 7 +++--- .../ChillMainBundle/Entity/GroupCenter.php | 7 +++--- .../Entity/HasCenterInterface.php | 7 +++--- .../Entity/HasCentersInterface.php | 7 +++--- .../Entity/HasScopeInterface.php | 7 +++--- .../Entity/HasScopesInterface.php | 7 +++--- .../ChillMainBundle/Entity/Language.php | 7 +++--- .../ChillMainBundle/Entity/Location.php | 7 +++--- .../ChillMainBundle/Entity/LocationType.php | 7 +++--- .../ChillMainBundle/Entity/Notification.php | 7 +++--- .../Entity/NotificationComment.php | 7 +++--- .../Entity/PermissionsGroup.php | 7 +++--- .../ChillMainBundle/Entity/PostalCode.php | 7 +++--- .../ChillMainBundle/Entity/RoleScope.php | 7 +++--- src/Bundle/ChillMainBundle/Entity/Scope.php | 7 +++--- src/Bundle/ChillMainBundle/Entity/User.php | 7 +++--- src/Bundle/ChillMainBundle/Entity/UserJob.php | 7 +++--- .../Entity/Workflow/EntityWorkflow.php | 7 +++--- .../Entity/Workflow/EntityWorkflowComment.php | 7 +++--- .../Entity/Workflow/EntityWorkflowStep.php | 7 +++--- .../Export/AggregatorInterface.php | 7 +++--- .../Export/DirectExportInterface.php | 7 +++--- .../Export/ExportElementInterface.php | 7 +++--- .../ExportElementValidatedInterface.php | 7 +++--- .../ExportElementsProviderInterface.php | 7 +++--- .../Export/ExportInterface.php | 7 +++--- .../ChillMainBundle/Export/ExportManager.php | 7 +++--- .../Export/FilterInterface.php | 7 +++--- .../Export/Formatter/CSVFormatter.php | 7 +++--- .../Export/Formatter/CSVListFormatter.php | 7 +++--- .../Formatter/CSVPivotedListFormatter.php | 7 +++--- .../Export/Formatter/SpreadSheetFormatter.php | 7 +++--- .../Formatter/SpreadsheetListFormatter.php | 7 +++--- .../Export/FormatterInterface.php | 7 +++--- .../Export/GroupedExportInterface.php | 7 +++--- .../ChillMainBundle/Export/ListInterface.php | 7 +++--- .../Export/ModifierInterface.php | 7 +++--- .../Form/AdvancedSearchType.php | 7 +++--- .../ChillMainBundle/Form/CenterType.php | 7 +++--- .../ChoiceLoader/PostalCodeChoiceLoader.php | 7 +++--- .../ChillMainBundle/Form/CivilityType.php | 7 +++--- .../ChillMainBundle/Form/CountryType.php | 7 +++--- .../Form/DataMapper/AddressDataMapper.php | 7 +++--- .../DataMapper/PrivateCommentDataMapper.php | 7 +++--- .../Form/DataMapper/ScopePickerDataMapper.php | 7 +++--- .../Form/EntityWorkflowCommentType.php | 7 +++--- .../Form/Event/CustomizeFormEvent.php | 7 +++--- .../ChillMainBundle/Form/LanguageType.php | 7 +++--- .../ChillMainBundle/Form/LocationFormType.php | 7 +++--- .../ChillMainBundle/Form/LocationTypeType.php | 7 +++--- .../Form/NotificationCommentType.php | 7 +++--- .../ChillMainBundle/Form/NotificationType.php | 7 +++--- .../Form/PermissionsGroupType.php | 7 +++--- src/Bundle/ChillMainBundle/Form/ScopeType.php | 7 +++--- .../Form/Type/AddressDateType.php | 7 +++--- .../ChillMainBundle/Form/Type/AddressType.php | 7 +++--- .../Form/Type/AppendScopeChoiceTypeTrait.php | 7 +++--- .../Form/Type/ChillCollectionType.php | 7 +++--- .../Form/Type/ChillDateTimeType.php | 7 +++--- .../Form/Type/ChillDateType.php | 7 +++--- .../Form/Type/ChillPhoneNumberType.php | 7 +++--- .../Form/Type/ChillTextareaType.php | 7 +++--- .../ChillMainBundle/Form/Type/CommentType.php | 7 +++--- .../Form/Type/ComposedGroupCenterType.php | 7 +++--- .../Form/Type/ComposedRoleScopeType.php | 7 +++--- .../AddressToIdDataTransformer.php | 7 +++--- .../DataTransformer/CenterTransformer.php | 7 +++--- .../DateIntervalTransformer.php | 7 +++--- .../EntityToJsonTransformer.php | 7 +++--- .../MultipleObjectsToIdTransformer.php | 7 +++--- .../DataTransformer/ObjectToIdTransformer.php | 7 +++--- .../Type/DataTransformer/ScopeTransformer.php | 7 +++--- .../Form/Type/DateIntervalType.php | 7 +++--- .../Form/Type/Export/AggregatorType.php | 7 +++--- .../Form/Type/Export/ExportType.php | 7 +++--- .../Form/Type/Export/FilterType.php | 7 +++--- .../Form/Type/Export/FormatterType.php | 7 +++--- .../Form/Type/Export/PickCenterType.php | 7 +++--- .../Form/Type/Export/PickFormatterType.php | 7 +++--- .../Form/Type/Listing/FilterOrderType.php | 7 +++--- .../Form/Type/PickAddressType.php | 7 +++--- .../Form/Type/PickCenterType.php | 7 +++--- .../Form/Type/PickCivilityType.php | 7 +++--- .../Form/Type/PickUserDynamicType.php | 7 +++--- .../Form/Type/PostalCodeType.php | 7 +++--- .../Form/Type/PrivateCommentType.php | 7 +++--- .../Form/Type/ScopePickerType.php | 7 +++--- .../Form/Type/Select2ChoiceType.php | 7 +++--- .../Form/Type/Select2CountryType.php | 7 +++--- .../Form/Type/Select2EntityType.php | 7 +++--- .../Form/Type/Select2LanguageType.php | 7 +++--- .../Form/Type/TranslatableStringFormType.php | 7 +++--- .../Form/Type/UserPickerType.php | 7 +++--- .../Form/UserCurrentLocationType.php | 7 +++--- .../ChillMainBundle/Form/UserJobType.php | 7 +++--- .../ChillMainBundle/Form/UserPasswordType.php | 7 +++--- src/Bundle/ChillMainBundle/Form/UserType.php | 7 +++--- .../Utils/PermissionsGroupFlagProvider.php | 7 +++--- .../ChillMainBundle/Form/WorkflowStepType.php | 7 +++--- .../Form/WorkflowTransitionType.php | 7 +++--- .../Counter/NotificationByUserCounter.php | 7 +++--- .../Notification/Email/NotificationMailer.php | 7 +++--- ...NotificationOnTerminateEventSubscriber.php | 7 +++--- .../Exception/NotificationHandlerNotFound.php | 7 +++--- .../ChillMainBundle/Notification/Mailer.php | 7 +++--- .../NotificationHandlerInterface.php | 7 +++--- .../NotificationHandlerManager.php | 7 +++--- .../Notification/NotificationPersister.php | 7 +++--- .../NotificationPersisterInterface.php | 7 +++--- .../Notification/NotificationPresence.php | 7 +++--- .../Templating/NotificationTwigExtension.php | 7 +++--- .../NotificationTwigExtensionRuntime.php | 7 +++--- .../Pagination/ChillItemsPerPageTwig.php | 7 +++--- .../Pagination/ChillPaginationTwig.php | 7 +++--- .../ChillMainBundle/Pagination/Page.php | 7 +++--- .../Pagination/PageGenerator.php | 7 +++--- .../Pagination/PageInterface.php | 7 +++--- .../ChillMainBundle/Pagination/Paginator.php | 7 +++--- .../Pagination/PaginatorFactory.php | 7 +++--- .../Pagination/PaginatorInterface.php | 7 +++--- .../PhoneNumberHelperInterface.php | 7 +++--- .../Phonenumber/PhonenumberHelper.php | 7 +++--- .../Phonenumber/Templating.php | 7 +++--- .../ChillMainBundle/Redis/ChillRedis.php | 7 +++--- .../Redis/RedisConnectionFactory.php | 7 +++--- .../Repository/AddressReferenceRepository.php | 7 +++--- .../Repository/AddressRepository.php | 7 +++--- .../Repository/CenterRepository.php | 7 +++--- .../Repository/CenterRepositoryInterface.php | 7 +++--- .../Repository/CivilityRepository.php | 7 +++--- .../Repository/CountryRepository.php | 7 +++--- .../GeographicalUnitLayerLayerRepository.php | 7 +++--- ...ographicalUnitLayerRepositoryInterface.php | 7 +++--- .../Repository/GeographicalUnitRepository.php | 7 +++--- .../GeographicalUnitRepositoryInterface.php | 7 +++--- .../Repository/GroupCenterRepository.php | 7 +++--- .../Repository/LanguageRepository.php | 7 +++--- .../Repository/LocationRepository.php | 7 +++--- .../Repository/LocationTypeRepository.php | 7 +++--- .../Repository/NotificationRepository.php | 7 +++--- .../Repository/PermissionsGroupRepository.php | 7 +++--- .../Repository/PostalCodeRepository.php | 7 +++--- .../Repository/RoleScopeRepository.php | 7 +++--- .../Repository/ScopeRepository.php | 7 +++--- .../Repository/ScopeRepositoryInterface.php | 7 +++--- .../Repository/UserACLAwareRepository.php | 7 +++--- .../UserACLAwareRepositoryInterface.php | 7 +++--- .../Repository/UserJobRepository.php | 7 +++--- .../Repository/UserRepository.php | 7 +++--- .../Workflow/EntityWorkflowRepository.php | 7 +++--- .../Workflow/EntityWorkflowStepRepository.php | 7 +++--- .../Routing/Loader/ChillRoutesLoader.php | 7 +++--- .../Routing/LocalMenuBuilderInterface.php | 7 +++--- .../MenuBuilder/AdminLanguageMenuBuilder.php | 7 +++--- .../MenuBuilder/AdminLocationMenuBuilder.php | 7 +++--- .../MenuBuilder/AdminUserMenuBuilder.php | 7 +++--- .../MenuBuilder/SectionMenuBuilder.php | 7 +++--- .../Routing/MenuBuilder/UserMenuBuilder.php | 7 +++--- .../ChillMainBundle/Routing/MenuComposer.php | 7 +++--- .../ChillMainBundle/Routing/MenuTwig.php | 7 +++--- .../ChillMainBundle/Search/AbstractSearch.php | 7 +++--- .../Search/Entity/SearchUserApiProvider.php | 7 +++--- .../Search/HasAdvancedSearchFormInterface.php | 7 +++--- .../ChillMainBundle/Search/Model/Result.php | 7 +++--- .../Search/ParsingException.php | 7 +++--- .../ChillMainBundle/Search/SearchApi.php | 7 +++--- .../Search/SearchApiInterface.php | 7 +++--- .../Search/SearchApiNoQueryException.php | 7 +++--- .../ChillMainBundle/Search/SearchApiQuery.php | 7 +++--- .../Search/SearchApiResult.php | 7 +++--- .../Search/SearchInterface.php | 7 +++--- .../ChillMainBundle/Search/SearchProvider.php | 7 +++--- .../Search/UnknowSearchDomainException.php | 7 +++--- .../Search/UnknowSearchNameException.php | 7 +++--- .../Search/Utils/ExtractDateFromPattern.php | 7 +++--- .../Utils/ExtractPhonenumberFromPattern.php | 7 +++--- .../Search/Utils/SearchExtractionResult.php | 7 +++--- .../Authorization/AbstractChillVoter.php | 7 +++--- .../Authorization/AuthorizationHelper.php | 7 +++--- .../AuthorizationHelperInterface.php | 7 +++--- .../Authorization/ChillExportVoter.php | 7 +++--- .../Authorization/ChillVoterInterface.php | 7 +++--- .../Authorization/DefaultVoterHelper.php | 7 +++--- .../DefaultVoterHelperFactory.php | 7 +++--- .../DefaultVoterHelperGenerator.php | 7 +++--- .../Authorization/EntityWorkflowVoter.php | 7 +++--- .../Authorization/NotificationVoter.php | 7 +++--- .../Authorization/VoterGeneratorInterface.php | 7 +++--- .../VoterHelperFactoryInterface.php | 7 +++--- .../Authorization/VoterHelperInterface.php | 7 +++--- .../WorkflowEntityDeletionVoter.php | 7 +++--- .../Security/ParentRoleHelper.php | 7 +++--- .../PasswordRecover/PasswordRecoverEvent.php | 7 +++--- .../PasswordRecoverEventSubscriber.php | 7 +++--- .../PasswordRecover/PasswordRecoverLocker.php | 7 +++--- .../PasswordRecover/PasswordRecoverVoter.php | 7 +++--- .../PasswordRecover/RecoverPasswordHelper.php | 7 +++--- .../Security/PasswordRecover/TokenManager.php | 7 +++--- .../ProvideRoleHierarchyInterface.php | 7 +++--- .../Security/ProvideRoleInterface.php | 7 +++--- .../Resolver/CenterResolverDispatcher.php | 7 +++--- .../CenterResolverDispatcherInterface.php | 7 +++--- .../Resolver/CenterResolverInterface.php | 7 +++--- .../Resolver/CenterResolverManager.php | 7 +++--- .../CenterResolverManagerInterface.php | 7 +++--- .../Resolver/DefaultCenterResolver.php | 7 +++--- .../Resolver/DefaultScopeResolver.php | 7 +++--- .../Resolver/ResolverTwigExtension.php | 7 +++--- .../Resolver/ScopeResolverDispatcher.php | 7 +++--- .../Resolver/ScopeResolverInterface.php | 7 +++--- .../ChillMainBundle/Security/RoleProvider.php | 7 +++--- .../Security/UserProvider/UserProvider.php | 7 +++--- .../Serializer/Model/Collection.php | 7 +++--- .../Serializer/Model/Counter.php | 7 +++--- .../Normalizer/AddressNormalizer.php | 7 +++--- .../Normalizer/CenterNormalizer.php | 7 +++--- .../Normalizer/CollectionNormalizer.php | 7 +++--- .../CommentEmbeddableDocGenNormalizer.php | 7 +++--- .../Serializer/Normalizer/DateNormalizer.php | 7 +++--- .../DiscriminatedObjectDenormalizer.php | 7 +++--- .../DoctrineExistingEntityNormalizer.php | 7 +++--- .../Normalizer/EntityWorkflowNormalizer.php | 7 +++--- .../EntityWorkflowStepNormalizer.php | 7 +++--- .../Normalizer/NotificationNormalizer.php | 7 +++--- .../Normalizer/PhonenumberNormalizer.php | 7 +++--- .../Serializer/Normalizer/PointNormalizer.php | 7 +++--- .../PrivateCommentEmbeddableNormalizer.php | 7 +++--- .../Serializer/Normalizer/UserNormalizer.php | 7 +++--- .../AddressReferenceBEFromBestAddress.php | 7 +++--- .../Import/AddressReferenceBaseImporter.php | 7 +++--- .../Import/AddressReferenceFromBano.php | 7 +++--- .../Import/GeographicalUnitBaseImporter.php | 7 +++--- .../Import/PostalCodeBEFromBestAddress.php | 7 +++--- .../Service/Import/PostalCodeBaseImporter.php | 7 +++--- .../Import/PostalCodeFRFromOpenData.php | 7 +++--- .../Service/Mailer/ChillMailer.php | 7 +++--- .../Templating/CSVCellTwig.php | 7 +++--- .../ChillMarkdownRenderExtension.php | 7 +++--- .../Templating/ChillTwigHelper.php | 7 +++--- .../Templating/ChillTwigRoutingHelper.php | 7 +++--- .../Entity/AbstractChillEntityRender.php | 7 +++--- .../Templating/Entity/AddressRender.php | 7 +++--- .../Templating/Entity/ChillEntityRender.php | 7 +++--- .../Entity/ChillEntityRenderExtension.php | 7 +++--- .../Entity/ChillEntityRenderInterface.php | 7 +++--- .../Templating/Entity/CommentRender.php | 7 +++--- .../Templating/Entity/UserRender.php | 7 +++--- .../Events/DelegatedBlockRenderingEvent.php | 7 +++--- .../Templating/Listing/FilterOrderHelper.php | 7 +++--- .../Listing/FilterOrderHelperBuilder.php | 7 +++--- .../Listing/FilterOrderHelperFactory.php | 7 +++--- .../FilterOrderHelperFactoryInterface.php | 7 +++--- .../Templating/Listing/Templating.php | 7 +++--- .../Templating/TranslatableStringHelper.php | 7 +++--- .../TranslatableStringHelperInterface.php | 7 +++--- .../Templating/TranslatableStringTwig.php | 7 +++--- .../Templating/UI/CountNotificationUser.php | 7 +++--- .../UI/NotificationCounterInterface.php | 7 +++--- .../Templating/Widget/WidgetInterface.php | 7 +++--- .../Templating/Widget/WidgetRenderingTwig.php | 7 +++--- .../Test/Export/AbstractAggregatorTest.php | 7 +++--- .../Test/Export/AbstractExportTest.php | 7 +++--- .../Test/Export/AbstractFilterTest.php | 7 +++--- .../Test/PrepareCenterTrait.php | 7 +++--- .../Test/PrepareCircleTrait.php | 7 +++--- .../Test/PrepareClientTrait.php | 7 +++--- .../Test/PrepareScopeTrait.php | 7 +++--- .../ChillMainBundle/Test/PrepareUserTrait.php | 7 +++--- .../ChillMainBundle/Test/ProphecyTrait.php | 7 +++--- .../Authorization/ParentRoleHelperTest.php | 7 +++--- .../Controller/AddressControllerTest.php | 7 +++--- .../AddressReferenceApiControllerTest.php | 10 ++------ .../Tests/Controller/CenterControllerTest.php | 7 +++--- .../Tests/Controller/ExportControllerTest.php | 7 +++--- .../Tests/Controller/LoginControllerTest.php | 7 +++--- .../NotificationApiControllerTest.php | 7 +++--- .../PermissionApiControllerTest.php | 7 +++--- .../PermissionsGroupControllerTest.php | 7 +++--- .../PostalCodeApiControllerTest.php | 10 ++------ .../Tests/Controller/ScopeControllerTest.php | 7 +++--- .../Controller/SearchApiControllerTest.php | 7 +++--- .../Tests/Controller/SearchControllerTest.php | 7 +++--- .../Controller/UserApiControllerTest.php | 7 +++--- .../Tests/Controller/UserControllerTest.php | 7 +++--- .../Tests/Doctrine/Model/PointTest.php | 7 +++--- .../Tests/Entity/NotificationTest.php | 7 +++--- .../Entity/Workflow/EntityWorkflowTest.php | 7 +++--- .../Tests/Export/ExportManagerTest.php | 7 +++--- .../Tests/Form/Type/PickCenterTypeTest.php | 7 +++--- ...ficationOnTerminateEventSubscriberTest.php | 7 +++--- .../Tests/Pagination/PageTest.php | 7 +++--- .../Tests/Pagination/PaginatorTest.php | 7 +++--- .../Phonenumber/PhonenumberHelperTest.php | 7 +++--- .../Tests/Routing/Loader/RouteLoaderTest.php | 7 +++--- .../Tests/Search/AbstractSearchTest.php | 7 +++--- .../Tests/Search/SearchApiQueryTest.php | 7 +++--- .../Tests/Search/SearchProviderTest.php | 7 +++--- .../Utils/ExtractDateFromPatternTest.php | 7 +++--- .../ExtractPhonenumberFromPatternTest.php | 7 +++--- .../Authorization/AuthorizationHelperTest.php | 7 +++--- .../PasswordRecover/TokenManagerTest.php | 7 +++--- .../Resolver/CenterResolverDispatcherTest.php | 7 +++--- .../Resolver/DefaultScopeResolverTest.php | 7 +++--- .../Resolver/ScopeResolverDispatcherTest.php | 7 +++--- .../Normalizer/DateNormalizerTest.php | 7 +++--- .../DoctrineExistingEntityNormalizerTest.php | 7 +++--- .../Normalizer/PhonenumberNormalizerTest.php | 7 +++--- .../AddressReferenceBaseImporterTest.php | 7 +++--- .../GeographicalUnitBaseImporterTest.php | 7 +++--- .../Import/PostalCodeBaseImporterTest.php | 7 +++--- .../Tests/Services/MenuComposerTest.php | 7 +++--- .../ChillMarkdownRenderExtensionTest.php | 7 +++--- .../Templating/Entity/AddressRenderTest.php | 7 +++--- .../ChillMainBundle/Tests/TestHelper.php | 7 +++--- .../Tests/Util/CountriesInfoTest.php | 7 +++--- .../Tests/Util/DateRangeCoveringTest.php | 7 +++--- .../NotificationOnTransitionTest.php | 7 +++--- .../Timeline/TimelineBuilder.php | 7 +++--- .../Timeline/TimelineProviderInterface.php | 7 +++--- .../Timeline/TimelineSingleQuery.php | 7 +++--- .../ChillMainBundle/Util/CountriesInfo.php | 7 +++--- .../Util/DateRangeCovering.php | 7 +++--- .../Constraint/PhonenumberConstraint.php | 7 +++--- .../RoleScopeScopePresenceConstraint.php | 7 +++--- .../UserUniqueEmailAndUsernameConstraint.php | 7 +++--- .../Validator/RoleScopeScopePresence.php | 7 +++--- .../Validator/UserUniqueEmailAndUsername.php | 7 +++--- .../Validation/Validator/ValidPhonenumber.php | 7 +++--- .../Entity/UserCircleConsistency.php | 7 +++--- .../Entity/UserCircleConsistencyValidator.php | 7 +++--- .../Export/ExportElementConstraint.php | 7 +++--- .../ExportElementConstraintValidator.php | 7 +++--- .../Counter/WorkflowByUserCounter.php | 7 +++--- .../EntityWorkflowHandlerInterface.php | 7 +++--- .../Workflow/EntityWorkflowManager.php | 7 +++--- ...ntityWorkflowTransitionEventSubscriber.php | 7 +++--- .../NotificationOnTransition.php | 7 +++--- .../SendAccessKeyEventSubscriber.php | 7 +++--- .../Exception/HandlerNotFoundException.php | 7 +++--- .../Workflow/Helper/MetadataExtractor.php | 7 +++--- .../WorkflowNotificationHandler.php | 7 +++--- .../RelatedEntityWorkflowSupportsStrategy.php | 7 +++--- .../Templating/WorkflowTwigExtension.php | 7 +++--- .../WorkflowTwigExtensionRuntime.php | 7 +++--- .../Validator/EntityWorkflowCreation.php | 7 +++--- .../EntityWorkflowCreationValidator.php | 7 +++--- .../Workflow/Validator/StepDestValid.php | 7 +++--- .../Validator/StepDestValidValidator.php | 7 +++--- .../migrations/Version20100000000000.php | 7 +++--- .../migrations/Version20141128194409.php | 7 +++--- .../migrations/Version20150821105642.php | 7 +++--- .../migrations/Version20150821122935.php | 7 +++--- .../migrations/Version20160310122322.php | 7 +++--- .../migrations/Version20180703191509.php | 7 +++--- .../migrations/Version20180709181423.php | 7 +++--- .../migrations/Version20180905101426.php | 7 +++--- .../migrations/Version20180911093642.php | 7 +++--- .../migrations/Version20200422122715.php | 7 +++--- .../migrations/Version20210304085819.php | 7 +++--- .../migrations/Version20210308111926.php | 7 +++--- .../migrations/Version20210414091001.php | 7 +++--- .../migrations/Version20210420115006.php | 7 +++--- .../migrations/Version20210503085107.php | 7 +++--- .../migrations/Version20210505153727.php | 7 +++--- .../migrations/Version20210525144016.php | 7 +++--- .../migrations/Version20210528090000.php | 7 +++--- .../migrations/Version20210610140248.php | 7 +++--- .../migrations/Version20210616134328.php | 7 +++--- .../migrations/Version20210903144853.php | 7 +++--- .../migrations/Version20210929192242.php | 7 +++--- .../migrations/Version20211006151653.php | 7 +++--- .../migrations/Version20211007150019.php | 7 +++--- .../migrations/Version20211012141336.php | 7 +++--- .../migrations/Version20211013124455.php | 7 +++--- .../migrations/Version20211015084653.php | 7 +++--- .../migrations/Version20211022094429.php | 7 +++--- .../migrations/Version20211116162847.php | 7 +++--- .../migrations/Version20211119173554.php | 7 +++--- .../migrations/Version20211123093355.php | 7 +++--- .../migrations/Version20211125142016.php | 7 +++--- .../migrations/Version20211125142017.php | 7 +++--- .../migrations/Version20211213112628.php | 7 +++--- .../migrations/Version20211216213649.php | 7 +++--- .../migrations/Version20211225231532.php | 7 +++--- .../migrations/Version20211228183221.php | 7 +++--- .../migrations/Version20211228215919.php | 7 +++--- .../migrations/Version20211229140308.php | 7 +++--- .../migrations/Version20211230003532.php | 7 +++--- .../migrations/Version20220112123436.php | 7 +++--- .../migrations/Version20220112150413.php | 7 +++--- .../migrations/Version20220112161136.php | 7 +++--- .../migrations/Version20220114132105.php | 7 +++--- .../migrations/Version20220114165950.php | 7 +++--- .../migrations/Version20220120155303.php | 7 +++--- .../migrations/Version20220124085957.php | 7 +++--- .../migrations/Version20220125134253.php | 7 +++--- .../migrations/Version20220128211748.php | 7 +++--- .../migrations/Version20220217133607.php | 7 +++--- .../migrations/Version20220223171457.php | 7 +++--- .../migrations/Version20220302132728.php | 7 +++--- .../migrations/Version20220325134944.php | 7 +++--- .../migrations/Version20220413154743.php | 7 +++--- .../migrations/Version20220413225830.php | 7 +++--- .../migrations/Version20220413230159.php | 7 +++--- .../migrations/Version20220506131307.php | 7 +++--- .../migrations/Version20220506145935.php | 7 +++--- .../migrations/Version20220513151853.php | 7 +++--- .../migrations/Version20220516085659.php | 7 +++--- .../migrations/Version20220711150006.php | 7 +++--- .../migrations/Version20220729205416.php | 7 +++--- .../migrations/Version20220730204216.php | 7 +++--- .../migrations/Version20220829132409.php | 7 +++--- .../migrations/Version20220913174922.php | 7 +++--- .../migrations/Version20221003112151.php | 7 +++--- .../migrations/Version20221003132620.php | 7 +++--- .../PersonAddressMoveEventSubscriber.php | 7 +++--- .../Events/UserRefEventSubscriber.php | 7 +++--- ...dLinkedWithSocialIssuesEntityInterface.php | 7 +++--- ...odSocialIssueConsistencyEntityListener.php | 7 +++--- .../Suggestion/ReferralsSuggestion.php | 7 +++--- .../ReferralsSuggestionInterface.php | 7 +++--- .../ChillPersonBundle/Actions/ActionEvent.php | 7 +++--- .../Actions/Remove/PersonMove.php | 7 +++--- .../Controller/EntityPersonCRUDController.php | 7 +++--- .../OneToOneEntityPersonCRUDController.php | 7 +++--- .../ChillPersonBundle/ChillPersonBundle.php | 7 +++--- .../Command/ChillPersonMoveCommand.php | 7 +++--- .../Command/ImportPeopleFromCSVCommand.php | 7 +++--- .../Command/ImportSocialWorkMetadata.php | 7 +++--- ...emoveOldDraftAccompanyingPeriodCommand.php | 7 +++--- .../Config/ConfigPersonAltNamesHelper.php | 7 +++--- .../AccompanyingCourseApiController.php | 7 +++--- .../AccompanyingCourseCommentController.php | 7 +++--- .../AccompanyingCourseController.php | 7 +++--- .../AccompanyingCourseWorkApiController.php | 7 +++--- .../AccompanyingCourseWorkController.php | 7 +++--- .../AccompanyingPeriodController.php | 7 +++--- ...mpanyingPeriodRegulationListController.php | 7 +++--- ...nyingPeriodWorkEvaluationApiController.php | 7 +++--- .../Controller/AdminController.php | 7 +++--- .../Controller/ClosingMotiveController.php | 7 +++--- .../Controller/HouseholdApiController.php | 7 +++--- .../HouseholdCompositionController.php | 7 +++--- .../HouseholdCompositionTypeApiController.php | 7 +++--- .../HouseholdCompositionTypeController.php | 7 +++--- .../Controller/HouseholdController.php | 7 +++--- .../Controller/HouseholdMemberController.php | 7 +++--- .../HouseholdPositionController.php | 7 +++--- .../Controller/MaritalStatusController.php | 7 +++--- .../Controller/OpeningApiController.php | 7 +++--- .../Controller/OriginController.php | 7 +++--- .../Controller/PersonAddressController.php | 7 +++--- .../Controller/PersonApiController.php | 7 +++--- .../Controller/PersonController.php | 7 +++--- .../Controller/PersonDuplicateController.php | 7 +++--- .../Controller/PersonResourceController.php | 7 +++--- .../PersonResourceKindController.php | 7 +++--- .../ReassignAccompanyingPeriodController.php | 7 +++--- .../Controller/RelationController.php | 7 +++--- .../Controller/RelationshipApiController.php | 7 +++--- .../ResidentialAddressController.php | 7 +++--- .../Controller/SocialIssueApiController.php | 7 +++--- .../SocialWork/EvaluationController.php | 7 +++--- .../Controller/SocialWork/GoalController.php | 7 +++--- .../SocialWork/ResultController.php | 7 +++--- .../SocialWork/SocialActionController.php | 7 +++--- .../SocialWork/SocialIssueController.php | 7 +++--- .../SocialWorkEvaluationApiController.php | 7 +++--- .../SocialWorkGoalApiController.php | 7 +++--- .../SocialWorkResultApiController.php | 7 +++--- .../SocialWorkSocialActionApiController.php | 7 +++--- .../Controller/TimelinePersonController.php | 7 +++--- .../UserAccompanyingPeriodController.php | 7 +++--- .../Helper/PersonRandomHelper.php | 7 +++--- .../Helper/RandomPersonHelperTrait.php | 7 +++--- .../LoadAccompanyingPeriodClosingMotive.php | 7 +++--- .../LoadAccompanyingPeriodNotifications.php | 7 +++--- .../ORM/LoadAccompanyingPeriodOrigin.php | 7 +++--- .../ORM/LoadAccompanyingPeriodWork.php | 7 +++--- .../DataFixtures/ORM/LoadCustomFields.php | 7 +++--- .../DataFixtures/ORM/LoadHousehold.php | 7 +++--- .../ORM/LoadHouseholdCompositionType.php | 7 +++--- .../ORM/LoadHouseholdPosition.php | 7 +++--- .../DataFixtures/ORM/LoadMaritalStatus.php | 7 +++--- .../DataFixtures/ORM/LoadPeople.php | 7 +++--- .../DataFixtures/ORM/LoadPersonACL.php | 7 +++--- .../DataFixtures/ORM/LoadRelations.php | 7 +++--- .../DataFixtures/ORM/LoadRelationships.php | 7 +++--- .../ORM/LoadSocialWorkMetadata.php | 7 +++--- .../ChillPersonExtension.php | 7 +++--- ...AccompanyingPeriodTimelineCompilerPass.php | 7 +++--- .../DependencyInjection/Configuration.php | 7 +++--- .../Doctrine/DQL/AddressPart.php | 7 +++--- .../DQL/AddressPart/AddressPartAddressId.php | 7 +++--- .../AddressPart/AddressPartCountryCode.php | 7 +++--- .../DQL/AddressPart/AddressPartCountryId.php | 7 +++--- .../AddressPart/AddressPartCountryName.php | 7 +++--- .../AddressPart/AddressPartIsNoAddress.php | 7 +++--- .../AddressPart/AddressPartPostCodeCode.php | 7 +++--- .../DQL/AddressPart/AddressPartPostCodeId.php | 7 +++--- .../AddressPart/AddressPartPostCodeLabel.php | 7 +++--- .../AddressPart/AddressPartStreetAddress1.php | 7 +++--- .../AddressPart/AddressPartStreetAddress2.php | 7 +++--- .../DQL/AddressPart/AddressPartValidFrom.php | 7 +++--- .../Entity/AccompanyingPeriod.php | 7 +++--- .../AccompanyingPeriodLocationHistory.php | 7 +++--- .../AccompanyingPeriodWork.php | 7 +++--- .../AccompanyingPeriodWorkEvaluation.php | 7 +++--- ...companyingPeriodWorkEvaluationDocument.php | 7 +++--- .../AccompanyingPeriodWorkGoal.php | 7 +++--- .../AccompanyingPeriod/ClosingMotive.php | 7 +++--- .../Entity/AccompanyingPeriod/Comment.php | 7 +++--- .../Entity/AccompanyingPeriod/Origin.php | 7 +++--- .../Entity/AccompanyingPeriod/Resource.php | 7 +++--- .../Entity/AccompanyingPeriod/UserHistory.php | 7 +++--- .../AccompanyingPeriodParticipation.php | 7 +++--- .../ChillPersonBundle/Entity/HasPerson.php | 7 +++--- .../Entity/Household/Household.php | 7 +++--- .../Entity/Household/HouseholdComposition.php | 7 +++--- .../Household/HouseholdCompositionType.php | 7 +++--- .../Entity/Household/HouseholdMember.php | 7 +++--- .../Household/PersonHouseholdAddress.php | 7 +++--- .../Entity/Household/Position.php | 7 +++--- .../Entity/MaritalStatus.php | 7 +++--- .../ChillPersonBundle/Entity/Person.php | 7 +++--- .../Entity/Person/PersonCenterCurrent.php | 7 +++--- .../Entity/Person/PersonCenterHistory.php | 7 +++--- .../Entity/Person/PersonCurrentAddress.php | 7 +++--- .../Entity/Person/PersonResource.php | 7 +++--- .../Entity/Person/PersonResourceKind.php | 7 +++--- .../Entity/Person/ResidentialAddress.php | 7 +++--- .../Entity/PersonAltName.php | 7 +++--- .../Entity/PersonNotDuplicate.php | 7 +++--- .../ChillPersonBundle/Entity/PersonPhone.php | 7 +++--- .../Entity/Relationships/Relation.php | 7 +++--- .../Entity/Relationships/Relationship.php | 7 +++--- .../Entity/SocialWork/Evaluation.php | 7 +++--- .../Entity/SocialWork/Goal.php | 7 +++--- .../Entity/SocialWork/Result.php | 7 +++--- .../Entity/SocialWork/SocialAction.php | 7 +++--- .../Entity/SocialWork/SocialIssue.php | 7 +++--- .../Event/Person/PersonAddressMoveEvent.php | 7 +++--- .../AccompanyingPeriodWorkEventListener.php | 7 +++--- .../EventListener/PersonEventListener.php | 7 +++--- ...bstractAccompanyingPeriodExportElement.php | 7 +++--- .../AdministrativeLocationAggregator.php | 7 +++--- .../ClosingMotiveAggregator.php | 7 +++--- .../ConfidentialAggregator.php | 7 +++--- .../DurationAggregator.php | 7 +++--- .../EmergencyAggregator.php | 7 +++--- .../EvaluationAggregator.php | 7 +++--- .../GeographicalUnitStatAggregator.php | 7 +++--- .../IntensityAggregator.php | 7 +++--- .../JobAggregator.php | 7 +++--- .../OriginAggregator.php | 7 +++--- .../ReferrerAggregator.php | 7 +++--- .../ReferrerScopeAggregator.php | 7 +++--- .../RequestorAggregator.php | 7 +++--- .../ScopeAggregator.php | 7 +++--- .../SocialActionAggregator.php | 7 +++--- .../SocialIssueAggregator.php | 7 +++--- .../StepAggregator.php | 7 +++--- .../EvaluationTypeAggregator.php | 7 +++--- .../ChildrenNumberAggregator.php | 7 +++--- .../CompositionAggregator.php | 7 +++--- .../PersonAggregators/AgeAggregator.php | 7 +++--- .../CountryOfBirthAggregator.php | 7 +++--- .../PersonAggregators/GenderAggregator.php | 7 +++--- .../GeographicalUnitAggregator.php | 7 +++--- .../HouseholdPositionAggregator.php | 7 +++--- .../MaritalStatusAggregator.php | 7 +++--- .../NationalityAggregator.php | 7 +++--- .../ActionTypeAggregator.php | 7 +++--- .../SocialWorkAggregators/GoalAggregator.php | 7 +++--- .../GoalResultAggregator.php | 7 +++--- .../SocialWorkAggregators/JobAggregator.php | 7 +++--- .../ReferrerAggregator.php | 7 +++--- .../ResultAggregator.php | 7 +++--- .../SocialWorkAggregators/ScopeAggregator.php | 7 +++--- .../ChillPersonBundle/Export/Declarations.php | 7 +++--- .../Export/Export/CountAccompanyingCourse.php | 7 +++--- .../Export/Export/CountEvaluation.php | 7 +++--- .../Export/Export/CountHousehold.php | 7 +++--- .../Export/Export/CountPerson.php | 7 +++--- .../CountPersonWithAccompanyingCourse.php | 7 +++--- .../Export/Export/CountSocialWorkActions.php | 7 +++--- .../Export/Export/ListPerson.php | 7 +++--- .../Export/Export/ListPersonDuplicate.php | 7 +++--- .../Export/StatAccompanyingCourseDuration.php | 7 +++--- .../ActiveOnDateFilter.php | 7 +++--- .../ActiveOneDayBetweenDatesFilter.php | 7 +++--- .../AdministrativeLocationFilter.php | 7 +++--- .../ClosingMotiveFilter.php | 7 +++--- .../ConfidentialFilter.php | 7 +++--- .../CurrentUserJobFilter.php | 7 +++--- .../CurrentUserScopeFilter.php | 7 +++--- .../EmergencyFilter.php | 7 +++--- .../EvaluationFilter.php | 7 +++--- .../GeographicalUnitStatFilter.php | 7 +++--- .../IntensityFilter.php | 7 +++--- .../OpenBetweenDatesFilter.php | 7 +++--- .../OriginFilter.php | 7 +++--- .../ReferrerFilter.php | 7 +++--- .../RequestorFilter.php | 7 +++--- .../SocialActionFilter.php | 7 +++--- .../SocialIssueFilter.php | 7 +++--- .../AccompanyingCourseFilters/StepFilter.php | 7 +++--- .../EvaluationTypeFilter.php | 7 +++--- .../EvaluationFilters/MaxDateFilter.php | 7 +++--- .../HouseholdFilters/CompositionFilter.php | 7 +++--- .../AccompanyingPeriodClosingFilter.php | 7 +++--- .../AccompanyingPeriodFilter.php | 7 +++--- .../AccompanyingPeriodOpeningFilter.php | 7 +++--- .../Export/Filter/PersonFilters/AgeFilter.php | 7 +++--- .../Filter/PersonFilters/BirthdateFilter.php | 7 +++--- .../PersonFilters/DeadOrAliveFilter.php | 9 ++++---- .../Filter/PersonFilters/DeathdateFilter.php | 7 +++--- .../Filter/PersonFilters/GenderFilter.php | 7 +++--- .../PersonFilters/GeographicalUnitFilter.php | 13 ++++++----- .../PersonFilters/MaritalStatusFilter.php | 7 +++--- .../PersonFilters/NationalityFilter.php | 7 +++--- .../ResidentialAddressAtThirdpartyFilter.php | 7 +++--- .../ResidentialAddressAtUserFilter.php | 7 +++--- .../Filter/SocialWorkFilters/JobFilter.php | 7 +++--- .../SocialWorkFilters/ReferrerFilter.php | 7 +++--- .../Filter/SocialWorkFilters/ScopeFilter.php | 7 +++--- .../SocialWorkTypeFilter.php | 7 +++--- .../Form/AccompanyingCourseCommentType.php | 7 +++--- .../Form/AccompanyingCourseType.php | 7 +++--- .../Form/AccompanyingPeriodType.php | 7 +++--- .../Form/ChoiceLoader/PersonChoiceLoader.php | 7 +++--- .../Form/ClosingMotiveType.php | 7 +++--- .../Form/CreationPersonType.php | 7 +++--- .../DataMapper/PersonAltNameDataMapper.php | 7 +++--- .../DataTransformer/PersonToIdTransformer.php | 7 +++--- .../Form/HouseholdCompositionType.php | 7 +++--- .../Form/HouseholdCompositionTypeType.php | 7 +++--- .../Form/HouseholdMemberType.php | 7 +++--- .../Form/HouseholdPositionType.php | 7 +++--- .../ChillPersonBundle/Form/HouseholdType.php | 7 +++--- .../Form/MaritalStatusType.php | 7 +++--- .../ChillPersonBundle/Form/OriginType.php | 7 +++--- .../Form/PersonConfimDuplicateType.php | 7 +++--- .../Form/PersonFindManuallyDuplicateType.php | 7 +++--- .../Form/PersonResourceKindType.php | 7 +++--- .../Form/PersonResourceType.php | 7 +++--- .../ChillPersonBundle/Form/PersonType.php | 7 +++--- .../ChillPersonBundle/Form/RelationType.php | 7 +++--- .../Form/ResidentialAddressType.php | 7 +++--- .../Form/SocialWork/EvaluationType.php | 7 +++--- .../Form/SocialWork/GoalType.php | 7 +++--- .../Form/SocialWork/ResultType.php | 7 +++--- .../Form/SocialWork/SocialActionType.php | 7 +++--- .../Form/SocialWork/SocialIssueType.php | 7 +++--- .../Form/Type/ClosingMotivePickerType.php | 7 +++--- .../Form/Type/GenderType.php | 7 +++--- .../Form/Type/PersonAltNameType.php | 7 +++--- .../Form/Type/PersonPhoneType.php | 7 +++--- .../Form/Type/PickPersonDynamicType.php | 7 +++--- .../Form/Type/PickPersonType.php | 7 +++--- .../Form/Type/Select2MaritalStatusType.php | 7 +++--- .../Household/MembersEditor.php | 7 +++--- .../Household/MembersEditorFactory.php | 7 +++--- .../Menu/AccompanyingCourseMenuBuilder.php | 7 +++--- .../AdminAccompanyingCourseMenuBuilder.php | 7 +++--- .../Menu/AdminHouseholdMenuBuilder.php | 7 +++--- .../Menu/AdminPersonMenuBuilder.php | 7 +++--- .../Menu/AdminSocialWorkMenuBuilder.php | 7 +++--- .../Menu/HouseholdMenuBuilder.php | 7 +++--- .../Menu/PersonMenuBuilder.php | 7 +++--- .../Menu/SectionMenuBuilder.php | 7 +++--- .../Menu/UserMenuBuilder.php | 7 +++--- .../AccompanyingPeriodNotificationHandler.php | 7 +++--- .../AccompanyingPeriodPrivacyEvent.php | 7 +++--- .../Privacy/PrivacyEvent.php | 7 +++--- .../Privacy/PrivacyEventSubscriber.php | 7 +++--- ...PeriodWorkEvaluationDocumentRepository.php | 7 +++--- ...mpanyingPeriodWorkEvaluationRepository.php | 7 +++--- .../AccompanyingPeriodWorkGoalRepository.php | 7 +++--- .../AccompanyingPeriodWorkRepository.php | 7 +++--- .../ClosingMotiveRepository.php | 7 +++--- .../ClosingMotiveRepositoryInterface.php | 7 +++--- .../AccompanyingPeriod/CommentRepository.php | 7 +++--- .../AccompanyingPeriod/OriginRepository.php | 7 +++--- .../AccompanyingPeriod/ResourceRepository.php | 7 +++--- .../AccompanyingPeriodACLAwareRepository.php | 7 +++--- ...nyingPeriodACLAwareRepositoryInterface.php | 7 +++--- ...ompanyingPeriodParticipationRepository.php | 7 +++--- .../AccompanyingPeriodRepository.php | 7 +++--- .../Household/HouseholdACLAwareRepository.php | 7 +++--- .../HouseholdACLAwareRepositoryInterface.php | 7 +++--- .../HouseholdCompositionRepository.php | 7 +++--- .../HouseholdCompositionTypeRepository.php | 7 +++--- .../Household/HouseholdMembersRepository.php | 7 +++--- .../Household/HouseholdRepository.php | 7 +++--- .../PersonHouseholdAddressRepository.php | 7 +++--- .../Household/PositionRepository.php | 7 +++--- .../Repository/MaritalStatusRepository.php | 7 +++--- .../Person/PersonCenterHistoryInterface.php | 7 +++--- .../Person/PersonCenterHistoryRepository.php | 7 +++--- .../Repository/PersonACLAwareRepository.php | 7 +++--- .../PersonACLAwareRepositoryInterface.php | 7 +++--- .../Repository/PersonAltNameRepository.php | 7 +++--- .../PersonNotDuplicateRepository.php | 7 +++--- .../Repository/PersonRepository.php | 7 +++--- .../Repository/PersonResourceRepository.php | 7 +++--- .../Relationships/RelationRepository.php | 7 +++--- .../Relationships/RelationshipRepository.php | 7 +++--- .../ResidentialAddressRepository.php | 7 +++--- .../SocialWork/EvaluationRepository.php | 7 +++--- .../Repository/SocialWork/GoalRepository.php | 7 +++--- .../SocialWork/ResultRepository.php | 7 +++--- .../SocialWork/SocialActionRepository.php | 7 +++--- .../SocialWork/SocialIssueRepository.php | 23 ++----------------- .../ChillPersonBundle/Search/PersonSearch.php | 7 +++--- .../Search/SearchHouseholdApiProvider.php | 7 +++--- .../Search/SearchPersonApiProvider.php | 7 +++--- .../Search/SimilarPersonMatcher.php | 7 +++--- .../AccompanyingPeriodCommentVoter.php | 7 +++--- .../AccompanyingPeriodResourceVoter.php | 7 +++--- .../Authorization/AccompanyingPeriodVoter.php | 7 +++--- ...nyingPeriodWorkEvaluationDocumentVoter.php | 7 +++--- .../AccompanyingPeriodWorkEvaluationVoter.php | 7 +++--- .../AccompanyingPeriodWorkVoter.php | 7 +++--- .../Security/Authorization/HouseholdVoter.php | 7 +++--- .../Security/Authorization/PersonVoter.php | 7 +++--- .../AccompanyingPeriodDocGenNormalizer.php | 7 +++--- .../AccompanyingPeriodOriginNormalizer.php | 7 +++--- ...ompanyingPeriodParticipationNormalizer.php | 7 +++--- .../AccompanyingPeriodResourceNormalizer.php | 7 +++--- .../AccompanyingPeriodWorkDenormalizer.php | 7 +++--- ...anyingPeriodWorkEvaluationDenormalizer.php | 7 +++--- ...PeriodWorkEvaluationDocumentNormalizer.php | 7 +++--- ...mpanyingPeriodWorkEvaluationNormalizer.php | 7 +++--- .../AccompanyingPeriodWorkNormalizer.php | 7 +++--- .../Normalizer/MembersEditorNormalizer.php | 7 +++--- .../Normalizer/PersonDocGenNormalizer.php | 7 +++--- .../Normalizer/PersonJsonNormalizer.php | 7 +++--- .../PersonJsonNormalizerInterface.php | 7 +++--- .../RelationshipDocGenNormalizer.php | 7 +++--- .../Normalizer/SocialActionNormalizer.php | 7 +++--- .../Normalizer/SocialIssueNormalizer.php | 7 +++--- .../Normalizer/WorkflowNormalizer.php | 7 +++--- .../OldDraftAccompanyingPeriodRemover.php | 7 +++--- ...raftAccompanyingPeriodRemoverInterface.php | 7 +++--- .../AccompanyingPeriodContext.php | 7 +++--- .../AccompanyingPeriodWorkContext.php | 7 +++--- ...ccompanyingPeriodWorkEvaluationContext.php | 7 +++--- .../Service/DocGenerator/PersonContext.php | 7 +++--- .../Service/Import/ChillImporter.php | 7 +++--- .../Service/Import/SocialWorkMetadata.php | 7 +++--- .../Import/SocialWorkMetadataInterface.php | 7 +++--- .../Templating/Entity/ClosingMotiveRender.php | 7 +++--- .../Templating/Entity/PersonRender.php | 7 +++--- .../Entity/PersonRenderInterface.php | 7 +++--- .../Templating/Entity/ResourceKindRender.php | 7 +++--- .../Templating/Entity/SocialActionRender.php | 7 +++--- .../Templating/Entity/SocialIssueRender.php | 7 +++--- .../Test/PreparePersonTrait.php | 7 +++--- .../AccompanyingPeriodConfidentialTest.php | 7 +++--- .../Events/PersonMoveEventSubscriberTest.php | 7 +++--- ...cialIssueConsistencyEntityListenerTest.php | 7 +++--- .../Workflow/WorkflowEventSubscriberTest.php | 7 +++--- .../AccompanyingCourseApiControllerTest.php | 7 +++--- .../AccompanyingCourseControllerTest.php | 7 +++--- .../AccompanyingPeriodControllerTest.php | 7 +++--- ...yingPeriodRegulationListControllerTest.php | 7 +++--- .../Controller/HouseholdApiControllerTest.php | 7 +++--- .../Controller/HouseholdControllerTest.php | 7 +++--- .../HouseholdMemberControllerTest.php | 7 +++--- .../PersonAddressControllerTest.php | 7 +++--- .../Controller/PersonApiControllerTest.php | 7 +++--- .../Controller/PersonControllerCreateTest.php | 7 +++--- .../Controller/PersonControllerUpdateTest.php | 7 +++--- ...onControllerUpdateWithHiddenFieldsTest.php | 7 +++--- .../Controller/PersonControllerViewTest.php | 7 +++--- ...rsonControllerViewWithHiddenFieldsTest.php | 7 +++--- .../PersonDuplicateControllerViewTest.php | 7 +++--- .../RelationshipApiControllerTest.php | 7 +++--- .../SocialIssueApiControllerTest.php | 7 +++--- .../AccompanyingPeriod/ResourceTest.php | 7 +++--- .../Tests/Entity/AccompanyingPeriodTest.php | 7 +++--- .../Entity/Household/HouseholdMemberTest.php | 7 +++--- .../Tests/Entity/Household/HouseholdTest.php | 7 +++--- .../Tests/Entity/PersonTest.php | 7 +++--- .../Entity/SocialWork/SocialIssueTest.php | 7 +++--- .../Person/PersonAddressMoveEventTest.php | 7 +++--- .../EventListener/PersonCreateEventTest.php | 7 +++--- .../AdministrativeLocationAggregatorTest.php | 7 +++--- .../ClosingMotiveAggregatorTest.php | 7 +++--- .../ConfidentialAggregatorTest.php | 7 +++--- .../DurationAggregatorTest.php | 7 +++--- .../EmergencyAggregatorTest.php | 7 +++--- .../EvaluationAggregatorTest.php | 7 +++--- .../GeographicalUnitStatAggregatorTest.php | 7 +++--- .../IntensityAggregatorTest.php | 7 +++--- .../JobAggregatorTest.php | 7 +++--- .../OriginAggregatorTest.php | 7 +++--- .../ReferrerAggregatorTest.php | 7 +++--- .../ReferrerScopeAggregatorTest.php | 7 +++--- .../RequestorAggregatorTest.php | 7 +++--- .../ScopeAggregatorTest.php | 7 +++--- .../SocialActionAggregatorTest.php | 7 +++--- .../SocialIssueAggregatorTest.php | 7 +++--- .../StepAggregatorTest.php | 7 +++--- .../EvaluationTypeAggregatorTest.php | 7 +++--- .../ChildrenNumberAggregatorTest.php | 7 +++--- .../CompositionAggregatorTest.php | 7 +++--- .../PersonAggregators/AgeAggregatorTest.php | 7 +++--- .../CountryOfBirthAggregatorTest.php | 7 +++--- .../GenderAggregatorTest.php | 7 +++--- .../HouseholdPositionAggregatorTest.php | 7 +++--- .../MaritalStatusAggregatorTest.php | 7 +++--- .../NationalityAggregatorTest.php | 7 +++--- .../ActionTypeAggregatorTest.php | 7 +++--- .../GoalAggregatorTest.php | 7 +++--- .../GoalResultAggregatorTest.php | 7 +++--- .../JobAggregatorTest.php | 7 +++--- .../ReferrerAggregatorTest.php | 7 +++--- .../ResultAggregatorTest.php | 7 +++--- .../ScopeAggregatorTest.php | 7 +++--- .../Export/CountAccompanyingCourseTest.php | 7 +++--- .../Tests/Export/Export/CountPersonTest.php | 7 +++--- .../Export/CountSocialWorkActionsTest.php | 7 +++--- .../Tests/Export/Export/ListPersonTest.php | 7 +++--- .../StatAccompanyingCourseDurationTest.php | 7 +++--- .../ActiveOnDateFilterTest.php | 7 +++--- .../ActiveOneDayBetweenDatesFilterTest.php | 7 +++--- .../AdministrativeLocationFilterTest.php | 7 +++--- .../ClosingMotiveFilterTest.php | 7 +++--- .../ConfidentialFilterTest.php | 7 +++--- .../CurrentUserJobFilterTest.php | 7 +++--- .../CurrentUserScopeFilterTest.php | 7 +++--- .../EmergencyFilterTest.php | 7 +++--- .../EvaluationFilterTest.php | 7 +++--- .../GeographicalUnitStatFilterTest.php | 7 +++--- .../IntensityFilterTest.php | 7 +++--- .../OpenBetweenDatesFilterTest.php | 7 +++--- .../OriginFilterTest.php | 7 +++--- .../ReferrerFilterTest.php | 7 +++--- .../RequestorFilterTest.php | 7 +++--- .../SocialActionFilterTest.php | 7 +++--- .../SocialIssueFilterTest.php | 7 +++--- .../StepFilterTest.php | 7 +++--- .../EvaluationTypeFilterTest.php | 7 +++--- .../EvaluationFilters/MaxDateFilterTest.php | 7 +++--- .../CompositionFilterTest.php | 7 +++--- .../AccompanyingPeriodClosingFilterTest.php | 7 +++--- .../AccompanyingPeriodFilterTest.php | 7 +++--- .../AccompanyingPeriodOpeningFilterTest.php | 7 +++--- .../Filter/PersonFilters/AgeFilterTest.php | 7 +++--- .../PersonFilters/BirthdateFilterTest.php | 7 +++--- .../PersonFilters/DeadOrAliveFilterTest.php | 7 +++--- .../PersonFilters/DeathdateFilterTest.php | 7 +++--- .../Filter/PersonFilters/GenderFilterTest.php | 7 +++--- .../PersonFilters/MaritalStatusFilterTest.php | 7 +++--- .../PersonFilters/NationalityFilterTest.php | 7 +++--- ...sidentialAddressAtThirdpartyFilterTest.php | 7 +++--- .../ResidentialAddressAtUserFilterTest.php | 7 +++--- .../SocialWorkFilters/JobFilterTest.php | 7 +++--- .../SocialWorkFilters/ReferrerFilterTest.php | 7 +++--- .../SocialWorkFilters/ScopeFilterTest.php | 7 +++--- .../SocialWorkTypeFilterTest.php | 7 +++--- .../Tests/Form/Type/PickPersonTypeTest.php | 7 +++--- .../Tests/Household/MembersEditorTest.php | 7 +++--- .../PersonACLAwareRepositoryTest.php | 7 +++--- .../Tests/Search/PersonSearchTest.php | 7 +++--- .../Authorization/PersonVoterTest.php | 7 +++--- ...AccompanyingPeriodDocGenNormalizerTest.php | 7 +++--- ...mpanyingPeriodWorkDocGenNormalizerTest.php | 7 +++--- ...ngPeriodWorkEvaluationDenormalizerTest.php | 7 +++--- .../Normalizer/HouseholdNormalizerTest.php | 7 +++--- .../Normalizer/PersonDocGenNormalizerTest.php | 7 +++--- .../Normalizer/PersonJsonNormalizerTest.php | 7 +++--- .../RelationshipDocGenNormalizerTest.php | 7 +++--- .../Normalizer/ResourceJsonNormalizerTest.php | 7 +++--- .../TimelineAccompanyingPeriodTest.php | 7 +++--- .../LocationValidityValidatorTest.php | 7 +++--- ...eholdMembershipSequentialValidatorTest.php | 7 +++--- .../Household/MaxHolderValidatorTest.php | 7 +++--- .../Person/BirthdateValidatorTest.php | 7 +++--- .../Person/PersonHasCenterValidatorTest.php | 7 +++--- .../Validator/Person/PersonValidationTest.php | 7 +++--- .../Workflows/AccompanyingPeriodLifecycle.php | 7 +++--- .../AbstractTimelineAccompanyingPeriod.php | 7 +++--- .../TimelineAccompanyingPeriodClosing.php | 7 +++--- .../TimelineAccompanyingPeriodOpening.php | 7 +++--- .../AccompanyingPeriodValidity.php | 7 +++--- .../AccompanyingPeriodValidityValidator.php | 7 +++--- .../ConfidentialCourseMustHaveReferrer.php | 7 +++--- ...dentialCourseMustHaveReferrerValidator.php | 7 +++--- .../AccompanyingPeriod/LocationValidity.php | 7 +++--- .../LocationValidityValidator.php | 7 +++--- .../ParticipationOverlap.php | 7 +++--- .../ParticipationOverlapValidator.php | 7 +++--- .../ResourceDuplicateCheck.php | 7 +++--- .../ResourceDuplicateCheckValidator.php | 7 +++--- .../HouseholdMembershipSequential.php | 7 +++--- ...HouseholdMembershipSequentialValidator.php | 7 +++--- .../Constraints/Household/MaxHolder.php | 7 +++--- .../Household/MaxHolderValidator.php | 7 +++--- .../Constraints/Person/Birthdate.php | 7 +++--- .../Constraints/Person/BirthdateValidator.php | 7 +++--- .../Constraints/Person/PersonHasCenter.php | 7 +++--- .../Person/PersonHasCenterValidator.php | 7 +++--- .../Relationship/RelationshipNoDuplicate.php | 7 +++--- .../RelationshipNoDuplicateValidator.php | 7 +++--- .../Widget/AddAPersonWidget.php | 7 +++--- .../Widget/PersonListWidget.php | 7 +++--- .../PersonFilteringInterface.php | 7 +++--- .../Widget/PersonListWidgetFactory.php | 7 +++--- ...dWorkEvaluationDocumentWorkflowHandler.php | 7 +++--- ...ingPeriodWorkEvaluationWorkflowHandler.php | 7 +++--- .../AccompanyingPeriodWorkWorkflowHandler.php | 7 +++--- .../migrations/Version20141129010948.php | 7 +++--- .../migrations/Version20150212173934.php | 7 +++--- .../migrations/Version20150607231010.php | 7 +++--- .../migrations/Version20150811152608.php | 7 +++--- .../migrations/Version20150812110708.php | 7 +++--- .../migrations/Version20150820113409.php | 7 +++--- .../migrations/Version20160310161006.php | 7 +++--- .../migrations/Version20160422000000.php | 7 +++--- .../migrations/Version20160818113633.php | 7 +++--- .../migrations/Version20160818151130.php | 7 +++--- .../migrations/Version20170117131924.php | 7 +++--- .../migrations/Version20180518144221.php | 7 +++--- .../migrations/Version20180820120000.php | 7 +++--- .../migrations/Version20181005140249.php | 7 +++--- .../migrations/Version20181023101621.php | 7 +++--- .../migrations/Version20190701124238.php | 7 +++--- .../migrations/Version20191106103452.php | 7 +++--- .../migrations/Version20200128084445.php | 7 +++--- .../migrations/Version20200130213446.php | 7 +++--- .../migrations/Version20200310090632.php | 7 +++--- .../migrations/Version20200422125935.php | 7 +++--- .../migrations/Version20210128152747.php | 7 +++--- .../migrations/Version20210318095831.php | 7 +++--- .../migrations/Version20210325141540.php | 7 +++--- .../migrations/Version20210326113045.php | 7 +++--- .../migrations/Version20210329090904.php | 7 +++--- .../migrations/Version20210329113152.php | 7 +++--- .../migrations/Version20210329144338.php | 7 +++--- .../migrations/Version20210330164922.php | 7 +++--- .../migrations/Version20210331084527.php | 7 +++--- .../migrations/Version20210419105054.php | 7 +++--- .../migrations/Version20210419105940.php | 7 +++--- .../migrations/Version20210419112619.php | 7 +++--- .../migrations/Version20210426145930.php | 7 +++--- .../migrations/Version20210427125700.php | 7 +++--- .../migrations/Version20210505093408.php | 7 +++--- .../migrations/Version20210505154316.php | 7 +++--- .../migrations/Version20210518075908.php | 7 +++--- .../migrations/Version20210518162439.php | 7 +++--- .../migrations/Version20210519204938.php | 7 +++--- .../migrations/Version20210525211214.php | 7 +++--- .../migrations/Version20210528092625.php | 7 +++--- .../migrations/Version20210528111624.php | 7 +++--- .../migrations/Version20210528132405.php | 7 +++--- .../migrations/Version20210528142121.php | 7 +++--- .../migrations/Version20210614191600.php | 7 +++--- .../migrations/Version20210615074857.php | 7 +++--- .../migrations/Version20210616102900.php | 7 +++--- .../migrations/Version20210617073504.php | 7 +++--- .../migrations/Version20210618080702.php | 7 +++--- .../migrations/Version20210620143757.php | 7 +++--- .../migrations/Version20210623135043.php | 7 +++--- .../migrations/Version20210623142046.php | 7 +++--- .../migrations/Version20210624131722.php | 7 +++--- .../migrations/Version20210624131723.php | 7 +++--- .../migrations/Version20210727152826.php | 7 +++--- .../migrations/Version20210729163023.php | 7 +++--- .../migrations/Version20210730094514.php | 7 +++--- .../migrations/Version20210730205407.php | 7 +++--- .../migrations/Version20210802202838.php | 7 +++--- .../migrations/Version20210820093927.php | 7 +++--- .../migrations/Version20210820100407.php | 7 +++--- .../migrations/Version20210831140339.php | 7 +++--- .../migrations/Version20210910161858.php | 7 +++--- .../migrations/Version20210915093624.php | 7 +++--- .../migrations/Version20211020131133.php | 7 +++--- .../migrations/Version20211021125359.php | 7 +++--- .../migrations/Version20211025141226.php | 7 +++--- .../migrations/Version20211029075117.php | 7 +++--- .../migrations/Version20211108100849.php | 7 +++--- .../migrations/Version20211112170027.php | 7 +++--- .../migrations/Version20211119211101.php | 7 +++--- .../migrations/Version20211119215630.php | 7 +++--- .../migrations/Version20211213150253.php | 7 +++--- .../migrations/Version20211213203147.php | 7 +++--- .../migrations/Version20211213213755.php | 7 +++--- .../migrations/Version20211216154008.php | 7 +++--- .../migrations/Version20211223150721.php | 7 +++--- .../migrations/Version20220104133334.php | 7 +++--- .../migrations/Version20220119091025.php | 7 +++--- .../migrations/Version20220119155944.php | 7 +++--- .../migrations/Version20220121121310.php | 7 +++--- .../migrations/Version20220128133039.php | 7 +++--- .../migrations/Version20220214200327.php | 7 +++--- .../migrations/Version20220215135509.php | 7 +++--- .../migrations/Version20220224145951.php | 7 +++--- .../migrations/Version20220303113855.php | 7 +++--- .../migrations/Version20220310063629.php | 7 +++--- .../migrations/Version20220310124318.php | 7 +++--- .../migrations/Version20220425000000.php | 7 +++--- .../migrations/Version20220427150431.php | 7 +++--- .../migrations/Version20220429133023.php | 7 +++--- .../migrations/Version20220527124737.php | 7 +++--- .../migrations/Version20220926154347.php | 7 +++--- .../ChillReportBundle/ChillReportBundle.php | 7 +++--- .../Controller/ReportController.php | 7 +++--- .../DataFixtures/ORM/LoadCustomField.php | 7 +++--- .../ORM/LoadCustomFieldsGroup.php | 7 +++--- .../DataFixtures/ORM/LoadReportACL.php | 7 +++--- .../DataFixtures/ORM/LoadReports.php | 7 +++--- .../ChillReportExtension.php | 7 +++--- .../DependencyInjection/Configuration.php | 7 +++--- .../ChillReportBundle/Entity/Report.php | 7 +++--- .../Export/Export/ReportList.php | 7 +++--- .../Export/Export/ReportListProvider.php | 7 +++--- .../Export/Filter/ReportDateFilter.php | 7 +++--- .../ChillReportBundle/Form/ReportType.php | 7 +++--- .../ChillReportBundle/Search/ReportSearch.php | 7 +++--- .../Security/Authorization/ReportVoter.php | 7 +++--- .../Controller/ReportControllerNextTest.php | 7 +++--- .../Tests/Controller/ReportControllerTest.php | 7 +++--- .../ChillReportExtensionTest.php | 7 +++--- .../Export/Filter/ReportDateFilterTest.php | 7 +++--- .../Tests/Search/ReportSearchTest.php | 7 +++--- .../Authorization/ReportVoterTest.php | 7 +++--- .../Tests/Timeline/TimelineProviderTest.php | 7 +++--- .../Timeline/TimelineReportProvider.php | 7 +++--- .../migrations/Version20141129012050.php | 7 +++--- .../migrations/Version20150622233319.php | 7 +++--- .../ChillTaskBundle/ChillTaskBundle.php | 7 +++--- .../Controller/SingleTaskController.php | 7 +++--- .../Controller/TaskController.php | 7 +++--- .../DataFixtures/ORM/LoadTaskACL.php | 7 +++--- .../ChillTaskExtension.php | 7 +++--- .../TaskWorkflowDefinitionCompilerPass.php | 7 +++--- .../DependencyInjection/Configuration.php | 7 +++--- .../ChillTaskBundle/Entity/AbstractTask.php | 7 +++--- .../ChillTaskBundle/Entity/RecurringTask.php | 7 +++--- .../ChillTaskBundle/Entity/SingleTask.php | 7 +++--- .../Entity/Task/AbstractTaskPlaceEvent.php | 7 +++--- .../Entity/Task/SingleTaskPlaceEvent.php | 7 +++--- .../Event/Lifecycle/TaskLifecycleEvent.php | 7 +++--- .../ChillTaskBundle/Event/TaskEvent.php | 7 +++--- .../ChillTaskBundle/Event/UI/UIEvent.php | 7 +++--- .../Form/SingleTaskListType.php | 7 +++--- .../ChillTaskBundle/Form/SingleTaskType.php | 7 +++--- .../ChillTaskBundle/Menu/MenuBuilder.php | 7 +++--- .../Menu/SectionMenuBuilder.php | 7 +++--- .../ChillTaskBundle/Menu/UserMenuBuilder.php | 7 +++--- .../Repository/AbstractTaskRepository.php | 7 +++--- .../Repository/RecurringTaskRepository.php | 7 +++--- .../SingleTaskAclAwareRepository.php | 7 +++--- .../SingleTaskAclAwareRepositoryInterface.php | 7 +++--- .../Repository/SingleTaskRepository.php | 7 +++--- .../Authorization/AuthorizationEvent.php | 7 +++--- .../Security/Authorization/TaskVoter.php | 7 +++--- .../Templating/TaskTwigExtension.php | 7 +++--- .../Templating/UI/CountNotificationTask.php | 7 +++--- .../Controller/SingleTaskControllerTest.php | 7 +++--- .../Tests/Controller/TaskControllerTest.php | 7 +++--- .../SingleTaskACLAwareRepositoryTest.php | 7 +++--- ...TaskTaskLifeCycleEventTimelineProvider.php | 7 +++--- .../TaskLifeCycleEventTimelineProvider.php | 7 +++--- .../Definition/DefaultTaskDefinition.php | 7 +++--- .../Workflow/Event/DefaultTaskGuardEvent.php | 7 +++--- .../Workflow/TaskWorkflowDefinition.php | 7 +++--- .../Workflow/TaskWorkflowManager.php | 7 +++--- .../migrations/Version20180413135614.php | 7 +++--- .../migrations/Version20180413201023.php | 7 +++--- .../migrations/Version20180426093011.php | 7 +++--- .../migrations/Version20180502194119.php | 7 +++--- .../migrations/Version20181113161925.php | 7 +++--- .../migrations/Version20181113164108.php | 7 +++--- .../migrations/Version20210909153533.php | 7 +++--- .../migrations/Version20211029213909.php | 7 +++--- .../ChillThirdPartyBundle.php | 7 +++--- .../Controller/AdminController.php | 7 +++--- .../ThirdPartyCategoryController.php | 7 +++--- .../Controller/ThirdPartyController.php | 7 +++--- .../DataFixtures/ORM/LoadThirdParty.php | 7 +++--- .../ORM/LoadThirdPartyCategory.php | 7 +++--- .../ORM/LoadThirdPartyProfession.php | 7 +++--- .../ChillThirdPartyExtension.php | 7 +++--- .../ThirdPartyTypeCompilerPass.php | 7 +++--- .../DependencyInjection/Configuration.php | 7 +++--- .../Entity/ThirdParty.php | 7 +++--- .../Entity/ThirdPartyCategory.php | 7 +++--- .../Entity/ThirdPartyProfession.php | 7 +++--- .../EventListener/ThirdPartyEventListener.php | 7 +++--- .../ChoiceLoader/ThirdPartyChoiceLoader.php | 7 +++--- .../Form/ThirdPartyCategoryType.php | 7 +++--- .../Form/ThirdPartyType.php | 7 +++--- .../Form/Type/PickThirdPartyType.php | 7 +++--- .../Type/PickThirdPartyTypeCategoryType.php | 7 +++--- .../Form/Type/PickThirdpartyDynamicType.php | 7 +++--- .../Menu/AdminMenuBuilder.php | 7 +++--- .../Menu/MenuBuilder.php | 7 +++--- .../ThirdPartyACLAwareRepository.php | 7 +++--- .../ThirdPartyACLAwareRepositoryInterface.php | 7 +++--- .../ThirdPartyCategoryRepository.php | 7 +++--- .../ThirdPartyProfessionRepository.php | 7 +++--- .../Repository/ThirdPartyRepository.php | 7 +++--- .../Search/ThirdPartyApiSearch.php | 7 +++--- .../Search/ThirdPartySearch.php | 7 +++--- .../Security/Voter/ThirdPartyVoter.php | 7 +++--- .../Normalizer/ThirdPartyNormalizer.php | 7 +++--- .../Templating/Entity/ThirdPartyRender.php | 7 +++--- .../Controller/ThirdPartyControllerTest.php | 7 +++--- .../Tests/Entity/ThirdPartyTest.php | 7 +++--- .../ThirdPartyDocGenNormalizerTest.php | 7 +++--- .../ThirdPartyJsonDenormalizerTest.php | 7 +++--- .../ThirdPartyType/ThirdPartyTypeManager.php | 7 +++--- .../ThirdPartyTypeProviderInterface.php | 7 +++--- .../migrations/Version20190307111314.php | 7 +++--- .../migrations/Version20190307131650.php | 7 +++--- .../migrations/Version20190418090842.php | 7 +++--- .../migrations/Version20190429171109.php | 7 +++--- .../migrations/Version20190502144206.php | 7 +++--- .../migrations/Version20210525211216.php | 7 +++--- .../migrations/Version20210719105918.php | 7 +++--- .../migrations/Version20211006200924.php | 7 +++--- .../migrations/Version20211007150459.php | 7 +++--- .../migrations/Version20211007165001.php | 7 +++--- .../migrations/Version20211007194942.php | 7 +++--- .../migrations/Version20220302143821.php | 7 +++--- .../migrations/Version20220322095659.php | 7 +++--- .../migrations/Version20220324175549.php | 7 +++--- .../ChillWopiBundle/src/ChillWopiBundle.php | 7 +++--- .../ChillWopiBundle/src/Controller/Editor.php | 7 +++--- .../ChillWopiExtension.php | 7 +++--- .../src/DependencyInjection/Configuration.php | 7 +++--- .../src/Resources/config/routes/routes.php | 7 +++--- .../src/Resources/config/services.php | 7 +++--- .../src/Service/Controller/Responder.php | 7 +++--- .../Service/Controller/ResponderInterface.php | 7 +++--- .../Service/Wopi/ChillDocumentLockManager.php | 7 +++--- .../src/Service/Wopi/ChillDocumentManager.php | 7 +++--- .../src/Service/Wopi/ChillWopi.php | 7 +++--- .../Wopi/ChillDocumentLockManagerTest.php | 7 +++--- 1721 files changed, 6882 insertions(+), 5196 deletions(-) diff --git a/.php_cs.dist.php b/.php_cs.dist.php index 4ad5af914..59457c082 100644 --- a/.php_cs.dist.php +++ b/.php_cs.dist.php @@ -1,15 +1,15 @@ expr()->andX( $qb->expr()->isNotNull('person.deathdate'), $qb->expr()->gt( diff --git a/src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/DeathdateFilter.php b/src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/DeathdateFilter.php index ba8e8c150..601f01efa 100644 --- a/src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/DeathdateFilter.php +++ b/src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/DeathdateFilter.php @@ -1,14 +1,15 @@ implode( ', ', array_map( - function (GeographicalUnit $item) { + function (GeographicalUnit $item) { return $this->translatableStringHelper->localize($item->getLayer()->getName()) . ' > ' . $item->getUnitName(); }, - $data['units']->toArray() - ) + $data['units']->toArray() + ) ), ], ]; diff --git a/src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/MaritalStatusFilter.php b/src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/MaritalStatusFilter.php index 5d136c0e6..f78f26e9b 100644 --- a/src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/MaritalStatusFilter.php +++ b/src/Bundle/ChillPersonBundle/Export/Filter/PersonFilters/MaritalStatusFilter.php @@ -1,14 +1,15 @@ , - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * For the full copyright and license information, please view + * the LICENSE file that was distributed with this source code. */ namespace Chill\PersonBundle\Repository\SocialWork; diff --git a/src/Bundle/ChillPersonBundle/Search/PersonSearch.php b/src/Bundle/ChillPersonBundle/Search/PersonSearch.php index 9b18ae244..f1bbae644 100644 --- a/src/Bundle/ChillPersonBundle/Search/PersonSearch.php +++ b/src/Bundle/ChillPersonBundle/Search/PersonSearch.php @@ -1,14 +1,15 @@