diff --git a/docs/source/_static/code/exports/BirthdateFilter.php b/docs/source/_static/code/exports/BirthdateFilter.php index b7675215b..2c3cd765f 100644 --- a/docs/source/_static/code/exports/BirthdateFilter.php +++ b/docs/source/_static/code/exports/BirthdateFilter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Export\Filter; use Chill\MainBundle\Export\ExportElementValidatedInterface; diff --git a/docs/source/_static/code/exports/CountPerson.php b/docs/source/_static/code/exports/CountPerson.php index bfbc73873..98c4fcd00 100644 --- a/docs/source/_static/code/exports/CountPerson.php +++ b/docs/source/_static/code/exports/CountPerson.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Export\Export; use Chill\MainBundle\Export\ExportInterface; diff --git a/docs/source/development/pagination/example.php b/docs/source/development/pagination/example.php index e3ab97530..ed91d16a7 100644 --- a/docs/source/development/pagination/example.php +++ b/docs/source/development/pagination/example.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MyBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller; diff --git a/docs/source/development/useful-snippets/controller-secured-for-person.php b/docs/source/development/useful-snippets/controller-secured-for-person.php index 6ab18b14b..325b5da90 100644 --- a/docs/source/development/useful-snippets/controller-secured-for-person.php +++ b/docs/source/development/useful-snippets/controller-secured-for-person.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\HealthBundle\Controller; use Chill\HealthBundle\Security\Authorization\ConsultationVoter; diff --git a/docs/source/development/user-interface/widgets/ChillMainConfiguration.php b/docs/source/development/user-interface/widgets/ChillMainConfiguration.php index c2bb41262..2786b3376 100644 --- a/docs/source/development/user-interface/widgets/ChillMainConfiguration.php +++ b/docs/source/development/user-interface/widgets/ChillMainConfiguration.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DependencyInjection; use Chill\MainBundle\DependencyInjection\Widget\AddWidgetConfigurationTrait; diff --git a/docs/source/development/user-interface/widgets/ChillMainExtension.php b/docs/source/development/user-interface/widgets/ChillMainExtension.php index 4ad56eb73..e054ebca1 100644 --- a/docs/source/development/user-interface/widgets/ChillMainExtension.php +++ b/docs/source/development/user-interface/widgets/ChillMainExtension.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DependencyInjection; use Chill\MainBundle\DependencyInjection\Widget\Factory\WidgetFactoryInterface; diff --git a/docs/source/development/user-interface/widgets/ChillPersonAddAPersonListWidgetFactory.php b/docs/source/development/user-interface/widgets/ChillPersonAddAPersonListWidgetFactory.php index 1ce8529c5..31121c253 100644 --- a/docs/source/development/user-interface/widgets/ChillPersonAddAPersonListWidgetFactory.php +++ b/docs/source/development/user-interface/widgets/ChillPersonAddAPersonListWidgetFactory.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Widget; use Chill\MainBundle\DependencyInjection\Widget\Factory\AbstractWidgetFactory; diff --git a/docs/source/development/user-interface/widgets/ChillPersonAddAPersonWidget.php b/docs/source/development/user-interface/widgets/ChillPersonAddAPersonWidget.php index 71f840a34..266682e3b 100644 --- a/docs/source/development/user-interface/widgets/ChillPersonAddAPersonWidget.php +++ b/docs/source/development/user-interface/widgets/ChillPersonAddAPersonWidget.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Widget; use Chill\MainBundle\Security\Authorization\AuthorizationHelper; diff --git a/docs/source/development/user-interface/widgets/ChillPersonExtension.php b/docs/source/development/user-interface/widgets/ChillPersonExtension.php index a42141509..66b01792a 100644 --- a/docs/source/development/user-interface/widgets/ChillPersonExtension.php +++ b/docs/source/development/user-interface/widgets/ChillPersonExtension.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\DependencyInjection; use Symfony\Component\DependencyInjection\ContainerBuilder; diff --git a/src/Bundle/ChillActivityBundle/ChillActivityBundle.php b/src/Bundle/ChillActivityBundle/ChillActivityBundle.php index fb2eae20d..21245504f 100644 --- a/src/Bundle/ChillActivityBundle/ChillActivityBundle.php +++ b/src/Bundle/ChillActivityBundle/ChillActivityBundle.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; diff --git a/src/Bundle/ChillActivityBundle/Controller/ActivityReasonCategoryController.php b/src/Bundle/ChillActivityBundle/Controller/ActivityReasonCategoryController.php index c56a17181..7da49a823 100644 --- a/src/Bundle/ChillActivityBundle/Controller/ActivityReasonCategoryController.php +++ b/src/Bundle/ChillActivityBundle/Controller/ActivityReasonCategoryController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Controller; use Chill\ActivityBundle\Entity\ActivityReasonCategory; diff --git a/src/Bundle/ChillActivityBundle/Controller/ActivityReasonController.php b/src/Bundle/ChillActivityBundle/Controller/ActivityReasonController.php index 19aaa6c2b..c656fe7a7 100644 --- a/src/Bundle/ChillActivityBundle/Controller/ActivityReasonController.php +++ b/src/Bundle/ChillActivityBundle/Controller/ActivityReasonController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Controller; use Chill\ActivityBundle\Entity\ActivityReason; diff --git a/src/Bundle/ChillActivityBundle/Controller/AdminActivityPresenceController.php b/src/Bundle/ChillActivityBundle/Controller/AdminActivityPresenceController.php index 6a79f1afa..790f59be4 100644 --- a/src/Bundle/ChillActivityBundle/Controller/AdminActivityPresenceController.php +++ b/src/Bundle/ChillActivityBundle/Controller/AdminActivityPresenceController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Controller; use Chill\MainBundle\CRUD\Controller\CRUDController; diff --git a/src/Bundle/ChillActivityBundle/Controller/AdminActivityTypeCategoryController.php b/src/Bundle/ChillActivityBundle/Controller/AdminActivityTypeCategoryController.php index 6e72e5e3a..48d91aedf 100644 --- a/src/Bundle/ChillActivityBundle/Controller/AdminActivityTypeCategoryController.php +++ b/src/Bundle/ChillActivityBundle/Controller/AdminActivityTypeCategoryController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Controller; use Chill\MainBundle\CRUD\Controller\CRUDController; diff --git a/src/Bundle/ChillActivityBundle/Controller/AdminActivityTypeController.php b/src/Bundle/ChillActivityBundle/Controller/AdminActivityTypeController.php index 4e01bd9dd..f8b19ec9f 100644 --- a/src/Bundle/ChillActivityBundle/Controller/AdminActivityTypeController.php +++ b/src/Bundle/ChillActivityBundle/Controller/AdminActivityTypeController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Controller; use Chill\MainBundle\CRUD\Controller\CRUDController; diff --git a/src/Bundle/ChillActivityBundle/Controller/AdminController.php b/src/Bundle/ChillActivityBundle/Controller/AdminController.php index 81611d3f9..5a658c165 100644 --- a/src/Bundle/ChillActivityBundle/Controller/AdminController.php +++ b/src/Bundle/ChillActivityBundle/Controller/AdminController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; diff --git a/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivity.php b/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivity.php index 97fda4229..72a88a72d 100644 --- a/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivity.php +++ b/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivity.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\DataFixtures\ORM; use Chill\ActivityBundle\Entity\Activity; diff --git a/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityNotifications.php b/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityNotifications.php index 34fa949a3..63eeb965c 100644 --- a/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityNotifications.php +++ b/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityNotifications.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\DataFixtures\ORM; use Chill\ActivityBundle\Entity\Activity; diff --git a/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityReason.php b/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityReason.php index 9b334873b..1904bbcb4 100644 --- a/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityReason.php +++ b/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityReason.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\DataFixtures\ORM; use Chill\ActivityBundle\Entity\ActivityReason; diff --git a/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityReasonCategory.php b/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityReasonCategory.php index 081e5ebeb..e62080aea 100644 --- a/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityReasonCategory.php +++ b/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityReasonCategory.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\DataFixtures\ORM; use Chill\ActivityBundle\Entity\ActivityReasonCategory; diff --git a/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityType.php b/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityType.php index 1c2b137d1..c6031b95d 100644 --- a/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityType.php +++ b/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\DataFixtures\ORM; use Chill\ActivityBundle\Entity\ActivityType; diff --git a/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityTypeCategory.php b/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityTypeCategory.php index abd04e9cc..20035b557 100644 --- a/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityTypeCategory.php +++ b/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivityTypeCategory.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\DataFixtures\ORM; use Chill\ActivityBundle\Entity\ActivityTypeCategory; diff --git a/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivitytACL.php b/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivitytACL.php index 798392aa7..cb2d46d49 100644 --- a/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivitytACL.php +++ b/src/Bundle/ChillActivityBundle/DataFixtures/ORM/LoadActivitytACL.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\DataFixtures\ORM; use Chill\ActivityBundle\Security\Authorization\ActivityStatsVoter; diff --git a/src/Bundle/ChillActivityBundle/DependencyInjection/ChillActivityExtension.php b/src/Bundle/ChillActivityBundle/DependencyInjection/ChillActivityExtension.php index 7814893c6..e1c657947 100644 --- a/src/Bundle/ChillActivityBundle/DependencyInjection/ChillActivityExtension.php +++ b/src/Bundle/ChillActivityBundle/DependencyInjection/ChillActivityExtension.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\DependencyInjection; use Chill\ActivityBundle\Security\Authorization\ActivityVoter; diff --git a/src/Bundle/ChillActivityBundle/DependencyInjection/Configuration.php b/src/Bundle/ChillActivityBundle/DependencyInjection/Configuration.php index 14ea8029b..f4b9d177c 100644 --- a/src/Bundle/ChillActivityBundle/DependencyInjection/Configuration.php +++ b/src/Bundle/ChillActivityBundle/DependencyInjection/Configuration.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\DependencyInjection; use Symfony\Component\Config\Definition\Builder\TreeBuilder; diff --git a/src/Bundle/ChillActivityBundle/Entity/Activity.php b/src/Bundle/ChillActivityBundle/Entity/Activity.php index 16b4640fc..a40b14475 100644 --- a/src/Bundle/ChillActivityBundle/Entity/Activity.php +++ b/src/Bundle/ChillActivityBundle/Entity/Activity.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Entity; use Chill\ActivityBundle\Validator\Constraints as ActivityValidator; diff --git a/src/Bundle/ChillActivityBundle/Entity/ActivityPresence.php b/src/Bundle/ChillActivityBundle/Entity/ActivityPresence.php index 2f1e01026..725b1eb8e 100644 --- a/src/Bundle/ChillActivityBundle/Entity/ActivityPresence.php +++ b/src/Bundle/ChillActivityBundle/Entity/ActivityPresence.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Entity; use Doctrine\ORM\Mapping as ORM; diff --git a/src/Bundle/ChillActivityBundle/Entity/ActivityReason.php b/src/Bundle/ChillActivityBundle/Entity/ActivityReason.php index afe4b3c29..aed079aca 100644 --- a/src/Bundle/ChillActivityBundle/Entity/ActivityReason.php +++ b/src/Bundle/ChillActivityBundle/Entity/ActivityReason.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Entity; use Doctrine\ORM\Mapping as ORM; diff --git a/src/Bundle/ChillActivityBundle/Entity/ActivityReasonCategory.php b/src/Bundle/ChillActivityBundle/Entity/ActivityReasonCategory.php index b8b352ed2..f6d35b520 100644 --- a/src/Bundle/ChillActivityBundle/Entity/ActivityReasonCategory.php +++ b/src/Bundle/ChillActivityBundle/Entity/ActivityReasonCategory.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Entity; use Doctrine\Common\Collections\ArrayCollection; diff --git a/src/Bundle/ChillActivityBundle/Entity/ActivityType.php b/src/Bundle/ChillActivityBundle/Entity/ActivityType.php index 494bce9dc..f0e412a8c 100644 --- a/src/Bundle/ChillActivityBundle/Entity/ActivityType.php +++ b/src/Bundle/ChillActivityBundle/Entity/ActivityType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Entity; use Doctrine\ORM\Mapping as ORM; diff --git a/src/Bundle/ChillActivityBundle/Export/Aggregator/ActivityUserAggregator.php b/src/Bundle/ChillActivityBundle/Export/Aggregator/ActivityUserAggregator.php index 11d268c3d..312456104 100644 --- a/src/Bundle/ChillActivityBundle/Export/Aggregator/ActivityUserAggregator.php +++ b/src/Bundle/ChillActivityBundle/Export/Aggregator/ActivityUserAggregator.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Export\Aggregator; use Chill\ActivityBundle\Security\Authorization\ActivityStatsVoter; diff --git a/src/Bundle/ChillActivityBundle/Form/ActivityPresenceType.php b/src/Bundle/ChillActivityBundle/Form/ActivityPresenceType.php index b8d520d27..5c467a575 100644 --- a/src/Bundle/ChillActivityBundle/Form/ActivityPresenceType.php +++ b/src/Bundle/ChillActivityBundle/Form/ActivityPresenceType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Form; use Chill\ActivityBundle\Entity\ActivityPresence; diff --git a/src/Bundle/ChillActivityBundle/Form/ActivityReasonCategoryType.php b/src/Bundle/ChillActivityBundle/Form/ActivityReasonCategoryType.php index 255377903..09cd5ad6e 100644 --- a/src/Bundle/ChillActivityBundle/Form/ActivityReasonCategoryType.php +++ b/src/Bundle/ChillActivityBundle/Form/ActivityReasonCategoryType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Form; use Chill\MainBundle\Form\Type\TranslatableStringFormType; diff --git a/src/Bundle/ChillActivityBundle/Form/ActivityReasonType.php b/src/Bundle/ChillActivityBundle/Form/ActivityReasonType.php index 65bb90059..01543d18c 100644 --- a/src/Bundle/ChillActivityBundle/Form/ActivityReasonType.php +++ b/src/Bundle/ChillActivityBundle/Form/ActivityReasonType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Form; use Chill\ActivityBundle\Form\Type\TranslatableActivityReasonCategory; diff --git a/src/Bundle/ChillActivityBundle/Form/ActivityType.php b/src/Bundle/ChillActivityBundle/Form/ActivityType.php index d2431dbb5..d332acdcb 100644 --- a/src/Bundle/ChillActivityBundle/Form/ActivityType.php +++ b/src/Bundle/ChillActivityBundle/Form/ActivityType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Form; use Chill\ActivityBundle\Entity\Activity; diff --git a/src/Bundle/ChillActivityBundle/Form/ActivityTypeCategoryType.php b/src/Bundle/ChillActivityBundle/Form/ActivityTypeCategoryType.php index 594a53a9c..510d27913 100644 --- a/src/Bundle/ChillActivityBundle/Form/ActivityTypeCategoryType.php +++ b/src/Bundle/ChillActivityBundle/Form/ActivityTypeCategoryType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Form; use Chill\ActivityBundle\Entity\ActivityTypeCategory; diff --git a/src/Bundle/ChillActivityBundle/Form/ActivityTypeType.php b/src/Bundle/ChillActivityBundle/Form/ActivityTypeType.php index a05a9365d..26148c340 100644 --- a/src/Bundle/ChillActivityBundle/Form/ActivityTypeType.php +++ b/src/Bundle/ChillActivityBundle/Form/ActivityTypeType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Form; use Chill\ActivityBundle\Entity\ActivityTypeCategory; diff --git a/src/Bundle/ChillActivityBundle/Form/Type/ActivityFieldPresence.php b/src/Bundle/ChillActivityBundle/Form/Type/ActivityFieldPresence.php index 872f4713e..5e0bd4561 100644 --- a/src/Bundle/ChillActivityBundle/Form/Type/ActivityFieldPresence.php +++ b/src/Bundle/ChillActivityBundle/Form/Type/ActivityFieldPresence.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Form\Type; use Chill\ActivityBundle\Entity\ActivityType; diff --git a/src/Bundle/ChillActivityBundle/Form/Type/TranslatableActivityReason.php b/src/Bundle/ChillActivityBundle/Form/Type/TranslatableActivityReason.php index ded7df384..70b7e9b91 100644 --- a/src/Bundle/ChillActivityBundle/Form/Type/TranslatableActivityReason.php +++ b/src/Bundle/ChillActivityBundle/Form/Type/TranslatableActivityReason.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Form\Type; use Chill\ActivityBundle\Entity\ActivityReason; diff --git a/src/Bundle/ChillActivityBundle/Form/Type/TranslatableActivityReasonCategory.php b/src/Bundle/ChillActivityBundle/Form/Type/TranslatableActivityReasonCategory.php index 6aff50475..2b501864f 100644 --- a/src/Bundle/ChillActivityBundle/Form/Type/TranslatableActivityReasonCategory.php +++ b/src/Bundle/ChillActivityBundle/Form/Type/TranslatableActivityReasonCategory.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Form\Type; use Doctrine\ORM\EntityRepository; diff --git a/src/Bundle/ChillActivityBundle/Menu/AccompanyingCourseMenuBuilder.php b/src/Bundle/ChillActivityBundle/Menu/AccompanyingCourseMenuBuilder.php index b1642137b..b0e91a3a5 100644 --- a/src/Bundle/ChillActivityBundle/Menu/AccompanyingCourseMenuBuilder.php +++ b/src/Bundle/ChillActivityBundle/Menu/AccompanyingCourseMenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Menu; use Chill\ActivityBundle\Security\Authorization\ActivityVoter; diff --git a/src/Bundle/ChillActivityBundle/Menu/PersonMenuBuilder.php b/src/Bundle/ChillActivityBundle/Menu/PersonMenuBuilder.php index f5059b7b3..34b18f078 100644 --- a/src/Bundle/ChillActivityBundle/Menu/PersonMenuBuilder.php +++ b/src/Bundle/ChillActivityBundle/Menu/PersonMenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Menu; use Chill\ActivityBundle\Security\Authorization\ActivityVoter; diff --git a/src/Bundle/ChillActivityBundle/Notification/ActivityNotificationRenderer.php b/src/Bundle/ChillActivityBundle/Notification/ActivityNotificationRenderer.php index cded77198..f7f19e3f1 100644 --- a/src/Bundle/ChillActivityBundle/Notification/ActivityNotificationRenderer.php +++ b/src/Bundle/ChillActivityBundle/Notification/ActivityNotificationRenderer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Notification; use Chill\ActivityBundle\Entity\Activity; diff --git a/src/Bundle/ChillActivityBundle/Repository/ActivityACLAwareRepositoryInterface.php b/src/Bundle/ChillActivityBundle/Repository/ActivityACLAwareRepositoryInterface.php index 3bad5aff5..56fb112f9 100644 --- a/src/Bundle/ChillActivityBundle/Repository/ActivityACLAwareRepositoryInterface.php +++ b/src/Bundle/ChillActivityBundle/Repository/ActivityACLAwareRepositoryInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Repository; use Chill\PersonBundle\Entity\AccompanyingPeriod; diff --git a/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/AppKernel.php b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/AppKernel.php index c859315ed..3ea88daa4 100644 --- a/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/AppKernel.php +++ b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/AppKernel.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - use Symfony\Component\Config\Loader\LoaderInterface; use Symfony\Component\HttpKernel\Kernel; diff --git a/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/autoload.php b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/autoload.php index 6f199176e..ea351fb8a 100644 --- a/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/autoload.php +++ b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/autoload.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - use Composer\Autoload\ClassLoader; use Doctrine\Common\Annotations\AnnotationRegistry; diff --git a/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.php b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.php index f77202a37..0e6debadf 100644 --- a/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.php +++ b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/app/cache/dev/appDevDebugProjectContainer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - use Symfony\Component\DependencyInjection\Container; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\DependencyInjection\Exception\InactiveScopeException; diff --git a/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/web/app_dev.php b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/web/app_dev.php index cce0df8eb..914d09ffd 100644 --- a/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/web/app_dev.php +++ b/src/Bundle/ChillActivityBundle/Resources/test/Fixtures/App/web/app_dev.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - use Symfony\Component\Debug\Debug; use Symfony\Component\HttpFoundation\Request; diff --git a/src/Bundle/ChillActivityBundle/Security/Authorization/ActivityStatsVoter.php b/src/Bundle/ChillActivityBundle/Security/Authorization/ActivityStatsVoter.php index 4579a41fa..39b0deef9 100644 --- a/src/Bundle/ChillActivityBundle/Security/Authorization/ActivityStatsVoter.php +++ b/src/Bundle/ChillActivityBundle/Security/Authorization/ActivityStatsVoter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Security\Authorization; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillActivityBundle/Templating/Entity/ActivityReasonRender.php b/src/Bundle/ChillActivityBundle/Templating/Entity/ActivityReasonRender.php index 9eb1ead64..23aae25c8 100644 --- a/src/Bundle/ChillActivityBundle/Templating/Entity/ActivityReasonRender.php +++ b/src/Bundle/ChillActivityBundle/Templating/Entity/ActivityReasonRender.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Templating\Entity; use Chill\ActivityBundle\Entity\ActivityReason; diff --git a/src/Bundle/ChillActivityBundle/Test/PrepareActivityTrait.php b/src/Bundle/ChillActivityBundle/Test/PrepareActivityTrait.php index ee172994d..91f96dad8 100644 --- a/src/Bundle/ChillActivityBundle/Test/PrepareActivityTrait.php +++ b/src/Bundle/ChillActivityBundle/Test/PrepareActivityTrait.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Test; use Chill\ActivityBundle\Entity\Activity; diff --git a/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityControllerTest.php b/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityControllerTest.php index d032aed95..febf3b820 100644 --- a/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityControllerTest.php +++ b/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Tests\Controller; use RuntimeException; diff --git a/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityReasonCategoryControllerTest.php b/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityReasonCategoryControllerTest.php index 6de88c18c..a6277608f 100644 --- a/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityReasonCategoryControllerTest.php +++ b/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityReasonCategoryControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityReasonControllerTest.php b/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityReasonControllerTest.php index 370763bcc..a2ae8c13f 100644 --- a/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityReasonControllerTest.php +++ b/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityReasonControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityTypeControllerTest.php b/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityTypeControllerTest.php index 63bf84159..a07f03770 100644 --- a/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityTypeControllerTest.php +++ b/src/Bundle/ChillActivityBundle/Tests/Controller/ActivityTypeControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/src/Bundle/ChillActivityBundle/Tests/Export/Aggregator/ActivityReasonAggregatorTest.php b/src/Bundle/ChillActivityBundle/Tests/Export/Aggregator/ActivityReasonAggregatorTest.php index 239bebeb2..cded1edeb 100644 --- a/src/Bundle/ChillActivityBundle/Tests/Export/Aggregator/ActivityReasonAggregatorTest.php +++ b/src/Bundle/ChillActivityBundle/Tests/Export/Aggregator/ActivityReasonAggregatorTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Tests\Aggregator; use Chill\MainBundle\Test\Export\AbstractAggregatorTest; diff --git a/src/Bundle/ChillActivityBundle/Tests/Export/Aggregator/ActivityTypeAggregatorTest.php b/src/Bundle/ChillActivityBundle/Tests/Export/Aggregator/ActivityTypeAggregatorTest.php index b63800218..0b0c6500a 100644 --- a/src/Bundle/ChillActivityBundle/Tests/Export/Aggregator/ActivityTypeAggregatorTest.php +++ b/src/Bundle/ChillActivityBundle/Tests/Export/Aggregator/ActivityTypeAggregatorTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Tests\Aggregator; use Chill\MainBundle\Test\Export\AbstractAggregatorTest; diff --git a/src/Bundle/ChillActivityBundle/Tests/Export/Aggregator/ActivityUserAggregatorTest.php b/src/Bundle/ChillActivityBundle/Tests/Export/Aggregator/ActivityUserAggregatorTest.php index 9b347aef5..426de911d 100644 --- a/src/Bundle/ChillActivityBundle/Tests/Export/Aggregator/ActivityUserAggregatorTest.php +++ b/src/Bundle/ChillActivityBundle/Tests/Export/Aggregator/ActivityUserAggregatorTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Tests\Aggregator; use Chill\MainBundle\Test\Export\AbstractAggregatorTest; diff --git a/src/Bundle/ChillActivityBundle/Tests/Export/Export/CountActivityTest.php b/src/Bundle/ChillActivityBundle/Tests/Export/Export/CountActivityTest.php index 9a6f16caa..3981c1948 100644 --- a/src/Bundle/ChillActivityBundle/Tests/Export/Export/CountActivityTest.php +++ b/src/Bundle/ChillActivityBundle/Tests/Export/Export/CountActivityTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Tests\Export\Export; use Chill\MainBundle\Test\Export\AbstractExportTest; diff --git a/src/Bundle/ChillActivityBundle/Tests/Export/Export/ListActivityTest.php b/src/Bundle/ChillActivityBundle/Tests/Export/Export/ListActivityTest.php index 50397cf69..df1e64fd7 100644 --- a/src/Bundle/ChillActivityBundle/Tests/Export/Export/ListActivityTest.php +++ b/src/Bundle/ChillActivityBundle/Tests/Export/Export/ListActivityTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Tests\Export\Export; use Chill\MainBundle\Test\Export\AbstractExportTest; diff --git a/src/Bundle/ChillActivityBundle/Tests/Export/Export/StatActivityDurationSumTest.php b/src/Bundle/ChillActivityBundle/Tests/Export/Export/StatActivityDurationSumTest.php index 61ac4cd7c..12587e5a3 100644 --- a/src/Bundle/ChillActivityBundle/Tests/Export/Export/StatActivityDurationSumTest.php +++ b/src/Bundle/ChillActivityBundle/Tests/Export/Export/StatActivityDurationSumTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Tests\Export\Export; use Chill\MainBundle\Test\Export\AbstractExportTest; diff --git a/src/Bundle/ChillActivityBundle/Tests/Export/Filter/ActivityReasonFilterTest.php b/src/Bundle/ChillActivityBundle/Tests/Export/Filter/ActivityReasonFilterTest.php index 29484f9fd..46c1e0ef6 100644 --- a/src/Bundle/ChillActivityBundle/Tests/Export/Filter/ActivityReasonFilterTest.php +++ b/src/Bundle/ChillActivityBundle/Tests/Export/Filter/ActivityReasonFilterTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Tests\Filter; use Chill\MainBundle\Test\Export\AbstractFilterTest; diff --git a/src/Bundle/ChillActivityBundle/Tests/Export/Filter/PersonHavingActivityBetweenDateFilterTest.php b/src/Bundle/ChillActivityBundle/Tests/Export/Filter/PersonHavingActivityBetweenDateFilterTest.php index bc2d0969c..b69e4d8b2 100644 --- a/src/Bundle/ChillActivityBundle/Tests/Export/Filter/PersonHavingActivityBetweenDateFilterTest.php +++ b/src/Bundle/ChillActivityBundle/Tests/Export/Filter/PersonHavingActivityBetweenDateFilterTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Tests\Filter; use Chill\MainBundle\Test\Export\AbstractFilterTest; diff --git a/src/Bundle/ChillActivityBundle/Tests/Form/ActivityTypeTest.php b/src/Bundle/ChillActivityBundle/Tests/Form/ActivityTypeTest.php index 2d27a04b9..3ba204d9a 100644 --- a/src/Bundle/ChillActivityBundle/Tests/Form/ActivityTypeTest.php +++ b/src/Bundle/ChillActivityBundle/Tests/Form/ActivityTypeTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Tests\Form; use Chill\ActivityBundle\Entity\Activity; diff --git a/src/Bundle/ChillActivityBundle/Tests/Form/Type/TranslatableActivityReasonTest.php b/src/Bundle/ChillActivityBundle/Tests/Form/Type/TranslatableActivityReasonTest.php index 5fe59def5..7d186192e 100644 --- a/src/Bundle/ChillActivityBundle/Tests/Form/Type/TranslatableActivityReasonTest.php +++ b/src/Bundle/ChillActivityBundle/Tests/Form/Type/TranslatableActivityReasonTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Tests\Form\Type; use Chill\ActivityBundle\Form\Type\TranslatableActivityReason; diff --git a/src/Bundle/ChillActivityBundle/Tests/Form/Type/TranslatableActivityTypeTest.php b/src/Bundle/ChillActivityBundle/Tests/Form/Type/TranslatableActivityTypeTest.php index 4c7c8b0fc..5c1dcd958 100644 --- a/src/Bundle/ChillActivityBundle/Tests/Form/Type/TranslatableActivityTypeTest.php +++ b/src/Bundle/ChillActivityBundle/Tests/Form/Type/TranslatableActivityTypeTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Tests\Form\Type; use Chill\ActivityBundle\Form\Type\TranslatableActivityType; diff --git a/src/Bundle/ChillActivityBundle/Tests/Security/Authorization/ActivityVoterTest.php b/src/Bundle/ChillActivityBundle/Tests/Security/Authorization/ActivityVoterTest.php index 9ed3448f9..46351a052 100644 --- a/src/Bundle/ChillActivityBundle/Tests/Security/Authorization/ActivityVoterTest.php +++ b/src/Bundle/ChillActivityBundle/Tests/Security/Authorization/ActivityVoterTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Tests\Security\Authorization; use Chill\ActivityBundle\Test\PrepareActivityTrait; diff --git a/src/Bundle/ChillActivityBundle/Tests/Timeline/TimelineProviderTest.php b/src/Bundle/ChillActivityBundle/Tests/Timeline/TimelineProviderTest.php index ff43441bb..d069c05f4 100644 --- a/src/Bundle/ChillActivityBundle/Tests/Timeline/TimelineProviderTest.php +++ b/src/Bundle/ChillActivityBundle/Tests/Timeline/TimelineProviderTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Tests\Timeline; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/src/Bundle/ChillActivityBundle/Validator/Constraints/ActivityValidity.php b/src/Bundle/ChillActivityBundle/Validator/Constraints/ActivityValidity.php index a8bd30a05..e6ed66d4a 100644 --- a/src/Bundle/ChillActivityBundle/Validator/Constraints/ActivityValidity.php +++ b/src/Bundle/ChillActivityBundle/Validator/Constraints/ActivityValidity.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Validator\Constraints; use Symfony\Component\Validator\Constraint; diff --git a/src/Bundle/ChillActivityBundle/Validator/Constraints/ActivityValidityValidator.php b/src/Bundle/ChillActivityBundle/Validator/Constraints/ActivityValidityValidator.php index 5d73252c0..d429d4e4d 100644 --- a/src/Bundle/ChillActivityBundle/Validator/Constraints/ActivityValidityValidator.php +++ b/src/Bundle/ChillActivityBundle/Validator/Constraints/ActivityValidityValidator.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ActivityBundle\Validator\Constraints; use Chill\ActivityBundle\Entity\Activity; diff --git a/src/Bundle/ChillActivityBundle/migrations/Version20150701091248.php b/src/Bundle/ChillActivityBundle/migrations/Version20150701091248.php index 21cd09e99..c84d3af52 100644 --- a/src/Bundle/ChillActivityBundle/migrations/Version20150701091248.php +++ b/src/Bundle/ChillActivityBundle/migrations/Version20150701091248.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Activity; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillActivityBundle/migrations/Version20150702093317.php b/src/Bundle/ChillActivityBundle/migrations/Version20150702093317.php index 2a7cc052b..efcd68c7e 100644 --- a/src/Bundle/ChillActivityBundle/migrations/Version20150702093317.php +++ b/src/Bundle/ChillActivityBundle/migrations/Version20150702093317.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Activity; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillActivityBundle/migrations/Version20150704091347.php b/src/Bundle/ChillActivityBundle/migrations/Version20150704091347.php index 094c3ba03..a4bb82319 100644 --- a/src/Bundle/ChillActivityBundle/migrations/Version20150704091347.php +++ b/src/Bundle/ChillActivityBundle/migrations/Version20150704091347.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Activity; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillActivityBundle/migrations/Version20160222103457.php b/src/Bundle/ChillActivityBundle/migrations/Version20160222103457.php index 8f29cad45..80afac045 100644 --- a/src/Bundle/ChillActivityBundle/migrations/Version20160222103457.php +++ b/src/Bundle/ChillActivityBundle/migrations/Version20160222103457.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Activity; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillActivityBundle/migrations/Version20161114085659.php b/src/Bundle/ChillActivityBundle/migrations/Version20161114085659.php index d278c8842..73ec11a9e 100644 --- a/src/Bundle/ChillActivityBundle/migrations/Version20161114085659.php +++ b/src/Bundle/ChillActivityBundle/migrations/Version20161114085659.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Activity; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillAsideActivityBundle/src/Controller/AsideActivityCategoryController.php b/src/Bundle/ChillAsideActivityBundle/src/Controller/AsideActivityCategoryController.php index f8a3e296e..43b2d2362 100644 --- a/src/Bundle/ChillAsideActivityBundle/src/Controller/AsideActivityCategoryController.php +++ b/src/Bundle/ChillAsideActivityBundle/src/Controller/AsideActivityCategoryController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AsideActivityBundle\Controller; use Chill\MainBundle\CRUD\Controller\CRUDController; diff --git a/src/Bundle/ChillAsideActivityBundle/src/DataFixtures/ORM/LoadAsideActivity.php b/src/Bundle/ChillAsideActivityBundle/src/DataFixtures/ORM/LoadAsideActivity.php index d6f2c8fdd..e6fdbb5fe 100644 --- a/src/Bundle/ChillAsideActivityBundle/src/DataFixtures/ORM/LoadAsideActivity.php +++ b/src/Bundle/ChillAsideActivityBundle/src/DataFixtures/ORM/LoadAsideActivity.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AsideActivityBundle\DataFixtures\ORM; use Chill\AsideActivityBundle\Entity\AsideActivity; diff --git a/src/Bundle/ChillAsideActivityBundle/src/DataFixtures/ORM/LoadAsideActivityCategory.php b/src/Bundle/ChillAsideActivityBundle/src/DataFixtures/ORM/LoadAsideActivityCategory.php index 0955af630..da5cb721b 100644 --- a/src/Bundle/ChillAsideActivityBundle/src/DataFixtures/ORM/LoadAsideActivityCategory.php +++ b/src/Bundle/ChillAsideActivityBundle/src/DataFixtures/ORM/LoadAsideActivityCategory.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AsideActivityBundle\DataFixtures\ORM; use Chill\AsideActivityBundle\Entity\AsideActivityCategory; diff --git a/src/Bundle/ChillAsideActivityBundle/src/DependencyInjection/Configuration.php b/src/Bundle/ChillAsideActivityBundle/src/DependencyInjection/Configuration.php index ad19d2f0d..3032e1b2c 100644 --- a/src/Bundle/ChillAsideActivityBundle/src/DependencyInjection/Configuration.php +++ b/src/Bundle/ChillAsideActivityBundle/src/DependencyInjection/Configuration.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AsideActivityBundle\DependencyInjection; use Symfony\Component\Config\Definition\Builder\TreeBuilder; diff --git a/src/Bundle/ChillAsideActivityBundle/src/Form/AsideActivityFormType.php b/src/Bundle/ChillAsideActivityBundle/src/Form/AsideActivityFormType.php index 3c843b046..73f937ff1 100644 --- a/src/Bundle/ChillAsideActivityBundle/src/Form/AsideActivityFormType.php +++ b/src/Bundle/ChillAsideActivityBundle/src/Form/AsideActivityFormType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AsideActivityBundle\Form; use Chill\AsideActivityBundle\Entity\AsideActivity; diff --git a/src/Bundle/ChillAsideActivityBundle/src/Menu/AdminMenuBuilder.php b/src/Bundle/ChillAsideActivityBundle/src/Menu/AdminMenuBuilder.php index 50e162cc6..2d5968e48 100644 --- a/src/Bundle/ChillAsideActivityBundle/src/Menu/AdminMenuBuilder.php +++ b/src/Bundle/ChillAsideActivityBundle/src/Menu/AdminMenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AsideActivityBundle\Menu; use Knp\Menu\MenuItem; diff --git a/src/Bundle/ChillAsideActivityBundle/src/Menu/SectionMenuBuilder.php b/src/Bundle/ChillAsideActivityBundle/src/Menu/SectionMenuBuilder.php index d129f9903..700ee58f1 100644 --- a/src/Bundle/ChillAsideActivityBundle/src/Menu/SectionMenuBuilder.php +++ b/src/Bundle/ChillAsideActivityBundle/src/Menu/SectionMenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AsideActivityBundle\Menu; use Chill\MainBundle\Routing\LocalMenuBuilderInterface; diff --git a/src/Bundle/ChillAsideActivityBundle/src/Menu/UserMenuBuilder.php b/src/Bundle/ChillAsideActivityBundle/src/Menu/UserMenuBuilder.php index 669653dc3..943aeed4c 100644 --- a/src/Bundle/ChillAsideActivityBundle/src/Menu/UserMenuBuilder.php +++ b/src/Bundle/ChillAsideActivityBundle/src/Menu/UserMenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AsideActivityBundle\Menu; use Chill\MainBundle\Routing\LocalMenuBuilderInterface; diff --git a/src/Bundle/ChillAsideActivityBundle/src/Templating/Entity/CategoryRender.php b/src/Bundle/ChillAsideActivityBundle/src/Templating/Entity/CategoryRender.php index dd4c17369..8b49098e4 100644 --- a/src/Bundle/ChillAsideActivityBundle/src/Templating/Entity/CategoryRender.php +++ b/src/Bundle/ChillAsideActivityBundle/src/Templating/Entity/CategoryRender.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AsideActivityBundle\Templating\Entity; use Chill\AsideActivityBundle\Entity\AsideActivityCategory; diff --git a/src/Bundle/ChillAsideActivityBundle/src/Tests/Controller/AsideActivityControllerTest.php b/src/Bundle/ChillAsideActivityBundle/src/Tests/Controller/AsideActivityControllerTest.php index feaccb906..3f8a514d2 100644 --- a/src/Bundle/ChillAsideActivityBundle/src/Tests/Controller/AsideActivityControllerTest.php +++ b/src/Bundle/ChillAsideActivityBundle/src/Tests/Controller/AsideActivityControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AsideActivityBundle\Tests\Controller; use Chill\AsideActivityBundle\Entity\AsideActivity; diff --git a/src/Bundle/ChillBudgetBundle/Calculator/CalculatorInterface.php b/src/Bundle/ChillBudgetBundle/Calculator/CalculatorInterface.php index f2b0c45f9..707ae0221 100644 --- a/src/Bundle/ChillBudgetBundle/Calculator/CalculatorInterface.php +++ b/src/Bundle/ChillBudgetBundle/Calculator/CalculatorInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\BudgetBundle\Calculator; use Chill\AMLI\BudgetBundle\Entity\AbstractElement; diff --git a/src/Bundle/ChillBudgetBundle/Calculator/CalculatorManager.php b/src/Bundle/ChillBudgetBundle/Calculator/CalculatorManager.php index 5ca2dc2e5..2a9a89b13 100644 --- a/src/Bundle/ChillBudgetBundle/Calculator/CalculatorManager.php +++ b/src/Bundle/ChillBudgetBundle/Calculator/CalculatorManager.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\BudgetBundle\Calculator; use Chill\AMLI\BudgetBundle\Entity\AbstractElement; diff --git a/src/Bundle/ChillBudgetBundle/Calculator/CalculatorResult.php b/src/Bundle/ChillBudgetBundle/Calculator/CalculatorResult.php index c2b14b7da..7de147ffb 100644 --- a/src/Bundle/ChillBudgetBundle/Calculator/CalculatorResult.php +++ b/src/Bundle/ChillBudgetBundle/Calculator/CalculatorResult.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\BudgetBundle\Calculator; class CalculatorResult diff --git a/src/Bundle/ChillBudgetBundle/ChillAMLIBudgetBundle.php b/src/Bundle/ChillBudgetBundle/ChillAMLIBudgetBundle.php index 48015911a..add60c5df 100644 --- a/src/Bundle/ChillBudgetBundle/ChillAMLIBudgetBundle.php +++ b/src/Bundle/ChillBudgetBundle/ChillAMLIBudgetBundle.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\BudgetBundle; use Chill\AMLI\BudgetBundle\DependencyInjection\Compiler\CalculatorCompilerPass; diff --git a/src/Bundle/ChillBudgetBundle/Config/ConfigRepository.php b/src/Bundle/ChillBudgetBundle/Config/ConfigRepository.php index abe45b49e..dc3ffe20d 100644 --- a/src/Bundle/ChillBudgetBundle/Config/ConfigRepository.php +++ b/src/Bundle/ChillBudgetBundle/Config/ConfigRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\BudgetBundle\Config; class ConfigRepository diff --git a/src/Bundle/ChillBudgetBundle/Controller/AbstractElementController.php b/src/Bundle/ChillBudgetBundle/Controller/AbstractElementController.php index 218f86efe..fd596cc3a 100644 --- a/src/Bundle/ChillBudgetBundle/Controller/AbstractElementController.php +++ b/src/Bundle/ChillBudgetBundle/Controller/AbstractElementController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\BudgetBundle\Controller; use Chill\AMLI\BudgetBundle\Entity\AbstractElement; diff --git a/src/Bundle/ChillBudgetBundle/Controller/ChargeController.php b/src/Bundle/ChillBudgetBundle/Controller/ChargeController.php index 1333f01f9..b06773609 100644 --- a/src/Bundle/ChillBudgetBundle/Controller/ChargeController.php +++ b/src/Bundle/ChillBudgetBundle/Controller/ChargeController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\BudgetBundle\Controller; use Chill\AMLI\BudgetBundle\Entity\Charge; diff --git a/src/Bundle/ChillBudgetBundle/Controller/ElementController.php b/src/Bundle/ChillBudgetBundle/Controller/ElementController.php index c08abc5a8..b0c01732b 100644 --- a/src/Bundle/ChillBudgetBundle/Controller/ElementController.php +++ b/src/Bundle/ChillBudgetBundle/Controller/ElementController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\BudgetBundle\Controller; use Chill\AMLI\BudgetBundle\Calculator\CalculatorManager; diff --git a/src/Bundle/ChillBudgetBundle/Controller/ResourceController.php b/src/Bundle/ChillBudgetBundle/Controller/ResourceController.php index 6a9e48fac..4ee8bd082 100644 --- a/src/Bundle/ChillBudgetBundle/Controller/ResourceController.php +++ b/src/Bundle/ChillBudgetBundle/Controller/ResourceController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\BudgetBundle\Controller; use Chill\AMLI\BudgetBundle\Entity\Resource; diff --git a/src/Bundle/ChillBudgetBundle/DependencyInjection/ChillAMLIBudgetExtension.php b/src/Bundle/ChillBudgetBundle/DependencyInjection/ChillAMLIBudgetExtension.php index 80d60fffe..bea107131 100644 --- a/src/Bundle/ChillBudgetBundle/DependencyInjection/ChillAMLIBudgetExtension.php +++ b/src/Bundle/ChillBudgetBundle/DependencyInjection/ChillAMLIBudgetExtension.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\BudgetBundle\DependencyInjection; use Chill\AMLI\BudgetBundle\Security\Authorization\BudgetElementVoter; diff --git a/src/Bundle/ChillBudgetBundle/DependencyInjection/Compiler/CalculatorCompilerPass.php b/src/Bundle/ChillBudgetBundle/DependencyInjection/Compiler/CalculatorCompilerPass.php index a85424fa2..0a53e5160 100644 --- a/src/Bundle/ChillBudgetBundle/DependencyInjection/Compiler/CalculatorCompilerPass.php +++ b/src/Bundle/ChillBudgetBundle/DependencyInjection/Compiler/CalculatorCompilerPass.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\BudgetBundle\DependencyInjection\Compiler; use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; diff --git a/src/Bundle/ChillBudgetBundle/DependencyInjection/Configuration.php b/src/Bundle/ChillBudgetBundle/DependencyInjection/Configuration.php index bae1f177d..407be6bff 100644 --- a/src/Bundle/ChillBudgetBundle/DependencyInjection/Configuration.php +++ b/src/Bundle/ChillBudgetBundle/DependencyInjection/Configuration.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\BudgetBundle\DependencyInjection; use Symfony\Component\Config\Definition\Builder\TreeBuilder; diff --git a/src/Bundle/ChillBudgetBundle/Entity/AbstractElement.php b/src/Bundle/ChillBudgetBundle/Entity/AbstractElement.php index 41f2af812..5f43c4262 100644 --- a/src/Bundle/ChillBudgetBundle/Entity/AbstractElement.php +++ b/src/Bundle/ChillBudgetBundle/Entity/AbstractElement.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\BudgetBundle\Entity; use Chill\PersonBundle\Entity\Person; diff --git a/src/Bundle/ChillBudgetBundle/Entity/Charge.php b/src/Bundle/ChillBudgetBundle/Entity/Charge.php index 83755ed42..e893f99af 100644 --- a/src/Bundle/ChillBudgetBundle/Entity/Charge.php +++ b/src/Bundle/ChillBudgetBundle/Entity/Charge.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\BudgetBundle\Entity; use Chill\MainBundle\Entity\HasCenterInterface; diff --git a/src/Bundle/ChillBudgetBundle/Entity/Resource.php b/src/Bundle/ChillBudgetBundle/Entity/Resource.php index d055035ff..bd13e0dd0 100644 --- a/src/Bundle/ChillBudgetBundle/Entity/Resource.php +++ b/src/Bundle/ChillBudgetBundle/Entity/Resource.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\BudgetBundle\Entity; use Chill\MainBundle\Entity\HasCenterInterface; diff --git a/src/Bundle/ChillBudgetBundle/Menu/UserMenuBuilder.php b/src/Bundle/ChillBudgetBundle/Menu/UserMenuBuilder.php index ab9e9fac2..d97080d11 100644 --- a/src/Bundle/ChillBudgetBundle/Menu/UserMenuBuilder.php +++ b/src/Bundle/ChillBudgetBundle/Menu/UserMenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\BudgetBundle\Menu; use Chill\AMLI\BudgetBundle\Security\Authorization\BudgetElementVoter; diff --git a/src/Bundle/ChillBudgetBundle/Repository/ChargeRepository.php b/src/Bundle/ChillBudgetBundle/Repository/ChargeRepository.php index 103de0a5b..56f21b6fb 100644 --- a/src/Bundle/ChillBudgetBundle/Repository/ChargeRepository.php +++ b/src/Bundle/ChillBudgetBundle/Repository/ChargeRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\BudgetBundle\Repository; use Chill\PersonBundle\Entity\Person; diff --git a/src/Bundle/ChillBudgetBundle/Repository/ResourceRepository.php b/src/Bundle/ChillBudgetBundle/Repository/ResourceRepository.php index d718c510c..f7440a281 100644 --- a/src/Bundle/ChillBudgetBundle/Repository/ResourceRepository.php +++ b/src/Bundle/ChillBudgetBundle/Repository/ResourceRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\BudgetBundle\Repository; use Chill\PersonBundle\Entity\Person; diff --git a/src/Bundle/ChillBudgetBundle/Security/Authorization/BudgetElementVoter.php b/src/Bundle/ChillBudgetBundle/Security/Authorization/BudgetElementVoter.php index 883fa15c0..71a5f2523 100644 --- a/src/Bundle/ChillBudgetBundle/Security/Authorization/BudgetElementVoter.php +++ b/src/Bundle/ChillBudgetBundle/Security/Authorization/BudgetElementVoter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\BudgetBundle\Security\Authorization; use Chill\AMLI\BudgetBundle\Entity\AbstractElement; diff --git a/src/Bundle/ChillBudgetBundle/Templating/Twig.php b/src/Bundle/ChillBudgetBundle/Templating/Twig.php index 93d7ad96f..b477e9a14 100644 --- a/src/Bundle/ChillBudgetBundle/Templating/Twig.php +++ b/src/Bundle/ChillBudgetBundle/Templating/Twig.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\BudgetBundle\Templating; use Chill\AMLI\BudgetBundle\Config\ConfigRepository; diff --git a/src/Bundle/ChillBudgetBundle/Tests/Controller/ElementControllerTest.php b/src/Bundle/ChillBudgetBundle/Tests/Controller/ElementControllerTest.php index 4ef5865c5..b82539150 100644 --- a/src/Bundle/ChillBudgetBundle/Tests/Controller/ElementControllerTest.php +++ b/src/Bundle/ChillBudgetBundle/Tests/Controller/ElementControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\BudgetBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/src/Bundle/ChillCalendarBundle/ChillCalendarBundle.php b/src/Bundle/ChillCalendarBundle/ChillCalendarBundle.php index f9ca69ac8..11b985224 100644 --- a/src/Bundle/ChillCalendarBundle/ChillCalendarBundle.php +++ b/src/Bundle/ChillCalendarBundle/ChillCalendarBundle.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CalendarBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; diff --git a/src/Bundle/ChillCalendarBundle/Controller/CalendarAPIController.php b/src/Bundle/ChillCalendarBundle/Controller/CalendarAPIController.php index e4e60263a..70cf34cd4 100644 --- a/src/Bundle/ChillCalendarBundle/Controller/CalendarAPIController.php +++ b/src/Bundle/ChillCalendarBundle/Controller/CalendarAPIController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CalendarBundle\Controller; use Chill\MainBundle\CRUD\Controller\ApiController; diff --git a/src/Bundle/ChillCalendarBundle/Controller/CalendarRangeAPIController.php b/src/Bundle/ChillCalendarBundle/Controller/CalendarRangeAPIController.php index a13e1063f..f62323a29 100644 --- a/src/Bundle/ChillCalendarBundle/Controller/CalendarRangeAPIController.php +++ b/src/Bundle/ChillCalendarBundle/Controller/CalendarRangeAPIController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CalendarBundle\Controller; use Chill\MainBundle\CRUD\Controller\ApiController; diff --git a/src/Bundle/ChillCalendarBundle/DataFixtures/ORM/LoadCancelReason.php b/src/Bundle/ChillCalendarBundle/DataFixtures/ORM/LoadCancelReason.php index 22a5094e1..fca57288e 100644 --- a/src/Bundle/ChillCalendarBundle/DataFixtures/ORM/LoadCancelReason.php +++ b/src/Bundle/ChillCalendarBundle/DataFixtures/ORM/LoadCancelReason.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CalendarBundle\DataFixtures\ORM; use Chill\CalendarBundle\Entity\CancelReason; diff --git a/src/Bundle/ChillCalendarBundle/DataFixtures/ORM/LoadInvite.php b/src/Bundle/ChillCalendarBundle/DataFixtures/ORM/LoadInvite.php index 5f8bc3a59..77519d773 100644 --- a/src/Bundle/ChillCalendarBundle/DataFixtures/ORM/LoadInvite.php +++ b/src/Bundle/ChillCalendarBundle/DataFixtures/ORM/LoadInvite.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CalendarBundle\DataFixtures\ORM; use Chill\CalendarBundle\Entity\Invite; diff --git a/src/Bundle/ChillCalendarBundle/DependencyInjection/ChillCalendarExtension.php b/src/Bundle/ChillCalendarBundle/DependencyInjection/ChillCalendarExtension.php index 3ed730b90..d0a5c3d94 100644 --- a/src/Bundle/ChillCalendarBundle/DependencyInjection/ChillCalendarExtension.php +++ b/src/Bundle/ChillCalendarBundle/DependencyInjection/ChillCalendarExtension.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CalendarBundle\DependencyInjection; use Symfony\Component\Config\FileLocator; diff --git a/src/Bundle/ChillCalendarBundle/DependencyInjection/Configuration.php b/src/Bundle/ChillCalendarBundle/DependencyInjection/Configuration.php index d24666d92..f1e744cb8 100644 --- a/src/Bundle/ChillCalendarBundle/DependencyInjection/Configuration.php +++ b/src/Bundle/ChillCalendarBundle/DependencyInjection/Configuration.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CalendarBundle\DependencyInjection; use Symfony\Component\Config\Definition\Builder\TreeBuilder; diff --git a/src/Bundle/ChillCalendarBundle/Entity/Calendar.php b/src/Bundle/ChillCalendarBundle/Entity/Calendar.php index a4ca6803d..d026b399c 100644 --- a/src/Bundle/ChillCalendarBundle/Entity/Calendar.php +++ b/src/Bundle/ChillCalendarBundle/Entity/Calendar.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CalendarBundle\Entity; use Chill\ActivityBundle\Entity\Activity; diff --git a/src/Bundle/ChillCalendarBundle/Entity/CalendarRange.php b/src/Bundle/ChillCalendarBundle/Entity/CalendarRange.php index ded4b113f..b29a9db08 100644 --- a/src/Bundle/ChillCalendarBundle/Entity/CalendarRange.php +++ b/src/Bundle/ChillCalendarBundle/Entity/CalendarRange.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CalendarBundle\Entity; use Chill\CalendarBundle\Repository\CalendarRangeRepository; diff --git a/src/Bundle/ChillCalendarBundle/Entity/CancelReason.php b/src/Bundle/ChillCalendarBundle/Entity/CancelReason.php index 3491c63ee..635508671 100644 --- a/src/Bundle/ChillCalendarBundle/Entity/CancelReason.php +++ b/src/Bundle/ChillCalendarBundle/Entity/CancelReason.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CalendarBundle\Entity; use Chill\CalendarBundle\Repository\CancelReasonRepository; diff --git a/src/Bundle/ChillCalendarBundle/Entity/Invite.php b/src/Bundle/ChillCalendarBundle/Entity/Invite.php index 127c58f53..464c5485a 100644 --- a/src/Bundle/ChillCalendarBundle/Entity/Invite.php +++ b/src/Bundle/ChillCalendarBundle/Entity/Invite.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CalendarBundle\Entity; use Chill\CalendarBundle\Repository\InviteRepository; diff --git a/src/Bundle/ChillCalendarBundle/Event/ListenToActivityCreate.php b/src/Bundle/ChillCalendarBundle/Event/ListenToActivityCreate.php index 8dfb07de2..c79cccbf5 100644 --- a/src/Bundle/ChillCalendarBundle/Event/ListenToActivityCreate.php +++ b/src/Bundle/ChillCalendarBundle/Event/ListenToActivityCreate.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CalendarBundle\Event; use Chill\ActivityBundle\Entity\Activity; diff --git a/src/Bundle/ChillCalendarBundle/Form/CalendarType.php b/src/Bundle/ChillCalendarBundle/Form/CalendarType.php index 24d5eb056..f36c7f07b 100644 --- a/src/Bundle/ChillCalendarBundle/Form/CalendarType.php +++ b/src/Bundle/ChillCalendarBundle/Form/CalendarType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CalendarBundle\Form; use Chill\CalendarBundle\Entity\Calendar; diff --git a/src/Bundle/ChillCalendarBundle/Menu/AccompanyingCourseMenuBuilder.php b/src/Bundle/ChillCalendarBundle/Menu/AccompanyingCourseMenuBuilder.php index 3d5faa686..eca770fe0 100644 --- a/src/Bundle/ChillCalendarBundle/Menu/AccompanyingCourseMenuBuilder.php +++ b/src/Bundle/ChillCalendarBundle/Menu/AccompanyingCourseMenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CalendarBundle\Menu; use Chill\MainBundle\Routing\LocalMenuBuilderInterface; diff --git a/src/Bundle/ChillCalendarBundle/Menu/UserMenuBuilder.php b/src/Bundle/ChillCalendarBundle/Menu/UserMenuBuilder.php index b90ad7261..37526c25e 100644 --- a/src/Bundle/ChillCalendarBundle/Menu/UserMenuBuilder.php +++ b/src/Bundle/ChillCalendarBundle/Menu/UserMenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CalendarBundle\Menu; use Chill\MainBundle\Routing\LocalMenuBuilderInterface; diff --git a/src/Bundle/ChillCalendarBundle/Repository/CalendarRangeRepository.php b/src/Bundle/ChillCalendarBundle/Repository/CalendarRangeRepository.php index 00269b6ba..5286c5515 100644 --- a/src/Bundle/ChillCalendarBundle/Repository/CalendarRangeRepository.php +++ b/src/Bundle/ChillCalendarBundle/Repository/CalendarRangeRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CalendarBundle\Repository; use Chill\CalendarBundle\Entity\CalendarRange; diff --git a/src/Bundle/ChillCalendarBundle/Repository/CalendarRepository.php b/src/Bundle/ChillCalendarBundle/Repository/CalendarRepository.php index 77fe1b8f8..55fba5f80 100644 --- a/src/Bundle/ChillCalendarBundle/Repository/CalendarRepository.php +++ b/src/Bundle/ChillCalendarBundle/Repository/CalendarRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CalendarBundle\Repository; use Chill\CalendarBundle\Entity\Calendar; diff --git a/src/Bundle/ChillCalendarBundle/Repository/CancelReasonRepository.php b/src/Bundle/ChillCalendarBundle/Repository/CancelReasonRepository.php index 098e7daff..47e0bfa44 100644 --- a/src/Bundle/ChillCalendarBundle/Repository/CancelReasonRepository.php +++ b/src/Bundle/ChillCalendarBundle/Repository/CancelReasonRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CalendarBundle\Repository; use Chill\CalendarBundle\Entity\CancelReason; diff --git a/src/Bundle/ChillCalendarBundle/Repository/InviteRepository.php b/src/Bundle/ChillCalendarBundle/Repository/InviteRepository.php index 484a6b38d..53aa8b2a1 100644 --- a/src/Bundle/ChillCalendarBundle/Repository/InviteRepository.php +++ b/src/Bundle/ChillCalendarBundle/Repository/InviteRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CalendarBundle\Repository; use Chill\CalendarBundle\Entity\Invite; diff --git a/src/Bundle/ChillCalendarBundle/Tests/Controller/CalendarControllerTest.php b/src/Bundle/ChillCalendarBundle/Tests/Controller/CalendarControllerTest.php index 30e9335b6..06e0cd5a9 100644 --- a/src/Bundle/ChillCalendarBundle/Tests/Controller/CalendarControllerTest.php +++ b/src/Bundle/ChillCalendarBundle/Tests/Controller/CalendarControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CalendarBundle\Tests\Controller; use Chill\PersonBundle\Entity\AccompanyingPeriod; diff --git a/src/Bundle/ChillCustomFieldsBundle/ChillCustomFieldsBundle.php b/src/Bundle/ChillCustomFieldsBundle/ChillCustomFieldsBundle.php index 22cb1f716..65cded145 100644 --- a/src/Bundle/ChillCustomFieldsBundle/ChillCustomFieldsBundle.php +++ b/src/Bundle/ChillCustomFieldsBundle/ChillCustomFieldsBundle.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle; use Chill\CustomFieldsBundle\DependencyInjection\CustomFieldCompilerPass; diff --git a/src/Bundle/ChillCustomFieldsBundle/Command/CreateFieldsOnGroupCommand.php b/src/Bundle/ChillCustomFieldsBundle/Command/CreateFieldsOnGroupCommand.php index 42b9a51bc..633f70f05 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Command/CreateFieldsOnGroupCommand.php +++ b/src/Bundle/ChillCustomFieldsBundle/Command/CreateFieldsOnGroupCommand.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Command; use Chill\CustomFieldsBundle\Entity\CustomField; diff --git a/src/Bundle/ChillCustomFieldsBundle/Controller/AdminController.php b/src/Bundle/ChillCustomFieldsBundle/Controller/AdminController.php index 69af87041..26a252cf5 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Controller/AdminController.php +++ b/src/Bundle/ChillCustomFieldsBundle/Controller/AdminController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; diff --git a/src/Bundle/ChillCustomFieldsBundle/Controller/CustomFieldController.php b/src/Bundle/ChillCustomFieldsBundle/Controller/CustomFieldController.php index e49dfc91a..4ec9a8c67 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Controller/CustomFieldController.php +++ b/src/Bundle/ChillCustomFieldsBundle/Controller/CustomFieldController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Controller; use Chill\CustomFieldsBundle\Entity\CustomField; diff --git a/src/Bundle/ChillCustomFieldsBundle/Controller/CustomFieldsGroupController.php b/src/Bundle/ChillCustomFieldsBundle/Controller/CustomFieldsGroupController.php index 91187818f..5398c5f38 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Controller/CustomFieldsGroupController.php +++ b/src/Bundle/ChillCustomFieldsBundle/Controller/CustomFieldsGroupController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Controller; use Chill\CustomFieldsBundle\Entity\CustomField; diff --git a/src/Bundle/ChillCustomFieldsBundle/CustomFields/AbstractCustomField.php b/src/Bundle/ChillCustomFieldsBundle/CustomFields/AbstractCustomField.php index 65eaced41..d821ff591 100644 --- a/src/Bundle/ChillCustomFieldsBundle/CustomFields/AbstractCustomField.php +++ b/src/Bundle/ChillCustomFieldsBundle/CustomFields/AbstractCustomField.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\CustomFields; use Chill\CustomFieldsBundle\Entity\CustomField; diff --git a/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldChoice.php b/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldChoice.php index c92521630..718f5dbb7 100644 --- a/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldChoice.php +++ b/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldChoice.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\CustomFields; use Chill\CustomFieldsBundle\Entity\CustomField; diff --git a/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldDate.php b/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldDate.php index fd95cefe8..1afa9982a 100644 --- a/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldDate.php +++ b/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldDate.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\CustomFields; use Chill\CustomFieldsBundle\Entity\CustomField; diff --git a/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldInterface.php b/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldInterface.php index c98e40bb8..fe0ffb8b9 100644 --- a/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldInterface.php +++ b/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\CustomFields; use Chill\CustomFieldsBundle\Entity\CustomField; diff --git a/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldNumber.php b/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldNumber.php index 488cd3b93..c7ec62ba2 100644 --- a/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldNumber.php +++ b/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldNumber.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\CustomFields; use Chill\CustomFieldsBundle\Entity\CustomField; diff --git a/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldText.php b/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldText.php index c04b4028c..62325b797 100644 --- a/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldText.php +++ b/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldText.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\CustomFields; use Chill\CustomFieldsBundle\Entity\CustomField; diff --git a/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldTitle.php b/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldTitle.php index fd66ef87b..4b1350499 100644 --- a/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldTitle.php +++ b/src/Bundle/ChillCustomFieldsBundle/CustomFields/CustomFieldTitle.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\CustomFields; use Chill\CustomFieldsBundle\Entity\CustomField; diff --git a/src/Bundle/ChillCustomFieldsBundle/DataFixtures/ORM/LoadOption.php b/src/Bundle/ChillCustomFieldsBundle/DataFixtures/ORM/LoadOption.php index f417d0e84..2777a0da5 100644 --- a/src/Bundle/ChillCustomFieldsBundle/DataFixtures/ORM/LoadOption.php +++ b/src/Bundle/ChillCustomFieldsBundle/DataFixtures/ORM/LoadOption.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\DataFixtures\ORM; use Chill\CustomFieldsBundle\Entity\CustomFieldLongChoice\Option; diff --git a/src/Bundle/ChillCustomFieldsBundle/DependencyInjection/ChillCustomFieldsExtension.php b/src/Bundle/ChillCustomFieldsBundle/DependencyInjection/ChillCustomFieldsExtension.php index c7c2e0a44..98e22d1ef 100644 --- a/src/Bundle/ChillCustomFieldsBundle/DependencyInjection/ChillCustomFieldsExtension.php +++ b/src/Bundle/ChillCustomFieldsBundle/DependencyInjection/ChillCustomFieldsExtension.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\DependencyInjection; use Symfony\Component\Config\FileLocator; diff --git a/src/Bundle/ChillCustomFieldsBundle/DependencyInjection/Configuration.php b/src/Bundle/ChillCustomFieldsBundle/DependencyInjection/Configuration.php index e5c0d759e..453254c4e 100644 --- a/src/Bundle/ChillCustomFieldsBundle/DependencyInjection/Configuration.php +++ b/src/Bundle/ChillCustomFieldsBundle/DependencyInjection/Configuration.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\DependencyInjection; use Symfony\Component\Config\Definition\Builder\TreeBuilder; diff --git a/src/Bundle/ChillCustomFieldsBundle/DependencyInjection/CustomFieldCompilerPass.php b/src/Bundle/ChillCustomFieldsBundle/DependencyInjection/CustomFieldCompilerPass.php index 124d65a52..198028360 100644 --- a/src/Bundle/ChillCustomFieldsBundle/DependencyInjection/CustomFieldCompilerPass.php +++ b/src/Bundle/ChillCustomFieldsBundle/DependencyInjection/CustomFieldCompilerPass.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\DependencyInjection; use LogicException; diff --git a/src/Bundle/ChillCustomFieldsBundle/Entity/CustomField.php b/src/Bundle/ChillCustomFieldsBundle/Entity/CustomField.php index 5cb2dde8e..368bf92da 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Entity/CustomField.php +++ b/src/Bundle/ChillCustomFieldsBundle/Entity/CustomField.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Entity; use Doctrine\ORM\Mapping as ORM; diff --git a/src/Bundle/ChillCustomFieldsBundle/Entity/CustomFieldLongChoice/Option.php b/src/Bundle/ChillCustomFieldsBundle/Entity/CustomFieldLongChoice/Option.php index 78e2b98d4..fe4f40149 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Entity/CustomFieldLongChoice/Option.php +++ b/src/Bundle/ChillCustomFieldsBundle/Entity/CustomFieldLongChoice/Option.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Entity\CustomFieldLongChoice; use Doctrine\Common\Collections\Collection; diff --git a/src/Bundle/ChillCustomFieldsBundle/Entity/CustomFieldsDefaultGroup.php b/src/Bundle/ChillCustomFieldsBundle/Entity/CustomFieldsDefaultGroup.php index 962bbc089..841a71306 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Entity/CustomFieldsDefaultGroup.php +++ b/src/Bundle/ChillCustomFieldsBundle/Entity/CustomFieldsDefaultGroup.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Entity; use Doctrine\ORM\Mapping as ORM; diff --git a/src/Bundle/ChillCustomFieldsBundle/Entity/CustomFieldsGroup.php b/src/Bundle/ChillCustomFieldsBundle/Entity/CustomFieldsGroup.php index b4fefb317..e5aa5fbbe 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Entity/CustomFieldsGroup.php +++ b/src/Bundle/ChillCustomFieldsBundle/Entity/CustomFieldsGroup.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Entity; use Doctrine\Common\Collections\ArrayCollection; diff --git a/src/Bundle/ChillCustomFieldsBundle/EntityRepository/CustomFieldLongChoice/OptionRepository.php b/src/Bundle/ChillCustomFieldsBundle/EntityRepository/CustomFieldLongChoice/OptionRepository.php index f9709bd09..50a4a2c87 100644 --- a/src/Bundle/ChillCustomFieldsBundle/EntityRepository/CustomFieldLongChoice/OptionRepository.php +++ b/src/Bundle/ChillCustomFieldsBundle/EntityRepository/CustomFieldLongChoice/OptionRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\EntityRepository\CustomFieldLongChoice; use Chill\CustomFieldsBundle\Entity\CustomFieldLongChoice\Option; diff --git a/src/Bundle/ChillCustomFieldsBundle/Form/CustomFieldType.php b/src/Bundle/ChillCustomFieldsBundle/Form/CustomFieldType.php index 59a1f954d..e45cc7837 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Form/CustomFieldType.php +++ b/src/Bundle/ChillCustomFieldsBundle/Form/CustomFieldType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Form; use Chill\CustomFieldsBundle\Form\DataTransformer\CustomFieldsGroupToIdTransformer; diff --git a/src/Bundle/ChillCustomFieldsBundle/Form/CustomFieldsGroupType.php b/src/Bundle/ChillCustomFieldsBundle/Form/CustomFieldsGroupType.php index 8d65b134b..f9d773f72 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Form/CustomFieldsGroupType.php +++ b/src/Bundle/ChillCustomFieldsBundle/Form/CustomFieldsGroupType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Form; use Chill\CustomFieldsBundle\Entity\CustomFieldsGroup; diff --git a/src/Bundle/ChillCustomFieldsBundle/Form/DataTransformer/CustomFieldDataTransformer.php b/src/Bundle/ChillCustomFieldsBundle/Form/DataTransformer/CustomFieldDataTransformer.php index a203c63d3..a82fe52d7 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Form/DataTransformer/CustomFieldDataTransformer.php +++ b/src/Bundle/ChillCustomFieldsBundle/Form/DataTransformer/CustomFieldDataTransformer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Form\DataTransformer; use Chill\CustomFieldsBundle\CustomFields\CustomFieldInterface; diff --git a/src/Bundle/ChillCustomFieldsBundle/Form/DataTransformer/CustomFieldsGroupToIdTransformer.php b/src/Bundle/ChillCustomFieldsBundle/Form/DataTransformer/CustomFieldsGroupToIdTransformer.php index 5b342ada1..937aaaa9b 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Form/DataTransformer/CustomFieldsGroupToIdTransformer.php +++ b/src/Bundle/ChillCustomFieldsBundle/Form/DataTransformer/CustomFieldsGroupToIdTransformer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Form\DataTransformer; use Chill\CustomFieldsBundle\Entity\CustomFieldsGroup; diff --git a/src/Bundle/ChillCustomFieldsBundle/Form/Extension/PostTextExtension.php b/src/Bundle/ChillCustomFieldsBundle/Form/Extension/PostTextExtension.php index 67ebe6902..6c35097e5 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Form/Extension/PostTextExtension.php +++ b/src/Bundle/ChillCustomFieldsBundle/Form/Extension/PostTextExtension.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Form\Extension; use Symfony\Component\Form\AbstractTypeExtension; diff --git a/src/Bundle/ChillCustomFieldsBundle/Form/Extension/PostTextIntegerExtension.php b/src/Bundle/ChillCustomFieldsBundle/Form/Extension/PostTextIntegerExtension.php index 93fdf2e53..9208720d8 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Form/Extension/PostTextIntegerExtension.php +++ b/src/Bundle/ChillCustomFieldsBundle/Form/Extension/PostTextIntegerExtension.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Form\Extension; use Symfony\Component\Form\Extension\Core\Type\IntegerType; diff --git a/src/Bundle/ChillCustomFieldsBundle/Form/Extension/PostTextNumberExtension.php b/src/Bundle/ChillCustomFieldsBundle/Form/Extension/PostTextNumberExtension.php index bfab8a0dc..02a42ae67 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Form/Extension/PostTextNumberExtension.php +++ b/src/Bundle/ChillCustomFieldsBundle/Form/Extension/PostTextNumberExtension.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Form\Extension; use Symfony\Component\Form\Extension\Core\Type\NumberType; diff --git a/src/Bundle/ChillCustomFieldsBundle/Form/Type/ChoiceWithOtherType.php b/src/Bundle/ChillCustomFieldsBundle/Form/Type/ChoiceWithOtherType.php index ac080b4ff..92ef86c4a 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Form/Type/ChoiceWithOtherType.php +++ b/src/Bundle/ChillCustomFieldsBundle/Form/Type/ChoiceWithOtherType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Form\Type; use Symfony\Component\Form\AbstractType; diff --git a/src/Bundle/ChillCustomFieldsBundle/Form/Type/ChoicesListType.php b/src/Bundle/ChillCustomFieldsBundle/Form/Type/ChoicesListType.php index d545ebd2c..b2d50b422 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Form/Type/ChoicesListType.php +++ b/src/Bundle/ChillCustomFieldsBundle/Form/Type/ChoicesListType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Form\Type; use Chill\MainBundle\Form\Type\TranslatableStringFormType; diff --git a/src/Bundle/ChillCustomFieldsBundle/Form/Type/ChoicesType.php b/src/Bundle/ChillCustomFieldsBundle/Form/Type/ChoicesType.php index b2c4f37cb..ed7b52fca 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Form/Type/ChoicesType.php +++ b/src/Bundle/ChillCustomFieldsBundle/Form/Type/ChoicesType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Form\Type; use Symfony\Component\Form\AbstractType; diff --git a/src/Bundle/ChillCustomFieldsBundle/Form/Type/CustomFieldType.php b/src/Bundle/ChillCustomFieldsBundle/Form/Type/CustomFieldType.php index de0acf24f..e3ef7c694 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Form/Type/CustomFieldType.php +++ b/src/Bundle/ChillCustomFieldsBundle/Form/Type/CustomFieldType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Form\Type; use Chill\CustomFieldsBundle\Service\CustomFieldProvider; diff --git a/src/Bundle/ChillCustomFieldsBundle/Form/Type/CustomFieldsTitleType.php b/src/Bundle/ChillCustomFieldsBundle/Form/Type/CustomFieldsTitleType.php index f6e0efa3b..95d5a649f 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Form/Type/CustomFieldsTitleType.php +++ b/src/Bundle/ChillCustomFieldsBundle/Form/Type/CustomFieldsTitleType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Form\Type; use Symfony\Component\Form\AbstractType; diff --git a/src/Bundle/ChillCustomFieldsBundle/Form/Type/LinkedCustomFieldsType.php b/src/Bundle/ChillCustomFieldsBundle/Form/Type/LinkedCustomFieldsType.php index 4ebfcb04c..35a7cd305 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Form/Type/LinkedCustomFieldsType.php +++ b/src/Bundle/ChillCustomFieldsBundle/Form/Type/LinkedCustomFieldsType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Form\Type; use Chill\MainBundle\Templating\TranslatableStringHelper; diff --git a/src/Bundle/ChillCustomFieldsBundle/Resources/test/Fixtures/App/app/AppKernel.php b/src/Bundle/ChillCustomFieldsBundle/Resources/test/Fixtures/App/app/AppKernel.php index d406419fb..901806f8c 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Resources/test/Fixtures/App/app/AppKernel.php +++ b/src/Bundle/ChillCustomFieldsBundle/Resources/test/Fixtures/App/app/AppKernel.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - use Symfony\Component\Config\Loader\LoaderInterface; use Symfony\Component\HttpKernel\Kernel; diff --git a/src/Bundle/ChillCustomFieldsBundle/Resources/test/Fixtures/App/app/autoload.php b/src/Bundle/ChillCustomFieldsBundle/Resources/test/Fixtures/App/app/autoload.php index 6f199176e..ea351fb8a 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Resources/test/Fixtures/App/app/autoload.php +++ b/src/Bundle/ChillCustomFieldsBundle/Resources/test/Fixtures/App/app/autoload.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - use Composer\Autoload\ClassLoader; use Doctrine\Common\Annotations\AnnotationRegistry; diff --git a/src/Bundle/ChillCustomFieldsBundle/Resources/test/Fixtures/App/web/app_dev.php b/src/Bundle/ChillCustomFieldsBundle/Resources/test/Fixtures/App/web/app_dev.php index cce0df8eb..914d09ffd 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Resources/test/Fixtures/App/web/app_dev.php +++ b/src/Bundle/ChillCustomFieldsBundle/Resources/test/Fixtures/App/web/app_dev.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - use Symfony\Component\Debug\Debug; use Symfony\Component\HttpFoundation\Request; diff --git a/src/Bundle/ChillCustomFieldsBundle/Service/CustomFieldProvider.php b/src/Bundle/ChillCustomFieldsBundle/Service/CustomFieldProvider.php index a6f313abf..6c90f3951 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Service/CustomFieldProvider.php +++ b/src/Bundle/ChillCustomFieldsBundle/Service/CustomFieldProvider.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Service; use LogicException; diff --git a/src/Bundle/ChillCustomFieldsBundle/Service/CustomFieldsHelper.php b/src/Bundle/ChillCustomFieldsBundle/Service/CustomFieldsHelper.php index 2b257856b..f89854a14 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Service/CustomFieldsHelper.php +++ b/src/Bundle/ChillCustomFieldsBundle/Service/CustomFieldsHelper.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Service; use Chill\CustomFieldsBundle\Entity\CustomField; diff --git a/src/Bundle/ChillCustomFieldsBundle/Service/CustomFieldsHelperException.php b/src/Bundle/ChillCustomFieldsBundle/Service/CustomFieldsHelperException.php index 8c58be86f..90c31612f 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Service/CustomFieldsHelperException.php +++ b/src/Bundle/ChillCustomFieldsBundle/Service/CustomFieldsHelperException.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Service; use Exception; diff --git a/src/Bundle/ChillCustomFieldsBundle/Templating/Twig/CustomFieldRenderingTwig.php b/src/Bundle/ChillCustomFieldsBundle/Templating/Twig/CustomFieldRenderingTwig.php index 21a5300eb..2bfe41917 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Templating/Twig/CustomFieldRenderingTwig.php +++ b/src/Bundle/ChillCustomFieldsBundle/Templating/Twig/CustomFieldRenderingTwig.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Templating\Twig; use Chill\CustomFieldsBundle\Entity\CustomField; diff --git a/src/Bundle/ChillCustomFieldsBundle/Templating/Twig/CustomFieldsGroupRenderingTwig.php b/src/Bundle/ChillCustomFieldsBundle/Templating/Twig/CustomFieldsGroupRenderingTwig.php index 7bdfb1287..a32d2190d 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Templating/Twig/CustomFieldsGroupRenderingTwig.php +++ b/src/Bundle/ChillCustomFieldsBundle/Templating/Twig/CustomFieldsGroupRenderingTwig.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Templating\Twig; use Symfony\Component\DependencyInjection\Container; diff --git a/src/Bundle/ChillCustomFieldsBundle/Tests/Config/ConfigCustomizablesEntitiesTest.php b/src/Bundle/ChillCustomFieldsBundle/Tests/Config/ConfigCustomizablesEntitiesTest.php index ceeb62f98..6a2809071 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Tests/Config/ConfigCustomizablesEntitiesTest.php +++ b/src/Bundle/ChillCustomFieldsBundle/Tests/Config/ConfigCustomizablesEntitiesTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Tests\Config; use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase; diff --git a/src/Bundle/ChillCustomFieldsBundle/Tests/Controller/CustomFieldControllerTest_TODO.php b/src/Bundle/ChillCustomFieldsBundle/Tests/Controller/CustomFieldControllerTest_TODO.php index 0bde1e63f..32513a837 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Tests/Controller/CustomFieldControllerTest_TODO.php +++ b/src/Bundle/ChillCustomFieldsBundle/Tests/Controller/CustomFieldControllerTest_TODO.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/src/Bundle/ChillCustomFieldsBundle/Tests/Controller/CustomFieldsGroupControllerTest.php b/src/Bundle/ChillCustomFieldsBundle/Tests/Controller/CustomFieldsGroupControllerTest.php index 1c78b40af..4c3447030 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Tests/Controller/CustomFieldsGroupControllerTest.php +++ b/src/Bundle/ChillCustomFieldsBundle/Tests/Controller/CustomFieldsGroupControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Client; diff --git a/src/Bundle/ChillCustomFieldsBundle/Tests/CustomFieldTestHelper.php b/src/Bundle/ChillCustomFieldsBundle/Tests/CustomFieldTestHelper.php index 97cca305e..065b32898 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Tests/CustomFieldTestHelper.php +++ b/src/Bundle/ChillCustomFieldsBundle/Tests/CustomFieldTestHelper.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Tests; use Chill\CustomFieldsBundle\Entity\CustomField; diff --git a/src/Bundle/ChillCustomFieldsBundle/Tests/CustomFields/CustomFieldsChoiceTest.php b/src/Bundle/ChillCustomFieldsBundle/Tests/CustomFields/CustomFieldsChoiceTest.php index 5fc10c4f6..58b15f0c3 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Tests/CustomFields/CustomFieldsChoiceTest.php +++ b/src/Bundle/ChillCustomFieldsBundle/Tests/CustomFields/CustomFieldsChoiceTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Tests; use Chill\CustomFieldsBundle\CustomFields\CustomFieldChoice; diff --git a/src/Bundle/ChillCustomFieldsBundle/Tests/CustomFields/CustomFieldsNumberTest.php b/src/Bundle/ChillCustomFieldsBundle/Tests/CustomFields/CustomFieldsNumberTest.php index e0307e663..d65577d91 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Tests/CustomFields/CustomFieldsNumberTest.php +++ b/src/Bundle/ChillCustomFieldsBundle/Tests/CustomFields/CustomFieldsNumberTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Tests; use Chill\CustomFieldsBundle\CustomFields\CustomFieldNumber; diff --git a/src/Bundle/ChillCustomFieldsBundle/Tests/CustomFields/CustomFieldsTextTest.php b/src/Bundle/ChillCustomFieldsBundle/Tests/CustomFields/CustomFieldsTextTest.php index 260fd0f92..8d84f072e 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Tests/CustomFields/CustomFieldsTextTest.php +++ b/src/Bundle/ChillCustomFieldsBundle/Tests/CustomFields/CustomFieldsTextTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Tests; use Chill\CustomFieldsBundle\CustomFields\CustomFieldText; diff --git a/src/Bundle/ChillCustomFieldsBundle/Tests/Form/Extension/PostTextIntegerExtensionTest.php b/src/Bundle/ChillCustomFieldsBundle/Tests/Form/Extension/PostTextIntegerExtensionTest.php index 2bfeafa54..8ce7b0cef 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Tests/Form/Extension/PostTextIntegerExtensionTest.php +++ b/src/Bundle/ChillCustomFieldsBundle/Tests/Form/Extension/PostTextIntegerExtensionTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFields\Tests\Form\Extension; use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase; diff --git a/src/Bundle/ChillCustomFieldsBundle/Tests/Form/Extension/PostTextNumberExtensionTest.php b/src/Bundle/ChillCustomFieldsBundle/Tests/Form/Extension/PostTextNumberExtensionTest.php index 6560bfeb6..a16980be0 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Tests/Form/Extension/PostTextNumberExtensionTest.php +++ b/src/Bundle/ChillCustomFieldsBundle/Tests/Form/Extension/PostTextNumberExtensionTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFields\Tests\Form\Extension; use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase; diff --git a/src/Bundle/ChillCustomFieldsBundle/Tests/Routing/RoutingLoaderTest.php b/src/Bundle/ChillCustomFieldsBundle/Tests/Routing/RoutingLoaderTest.php index 42135deda..3cde3890a 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Tests/Routing/RoutingLoaderTest.php +++ b/src/Bundle/ChillCustomFieldsBundle/Tests/Routing/RoutingLoaderTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFieldsBundle\Tests; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/src/Bundle/ChillCustomFieldsBundle/Tests/Service/CustomFieldsHelperTest.php b/src/Bundle/ChillCustomFieldsBundle/Tests/Service/CustomFieldsHelperTest.php index 2fd20495d..594e55e34 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Tests/Service/CustomFieldsHelperTest.php +++ b/src/Bundle/ChillCustomFieldsBundle/Tests/Service/CustomFieldsHelperTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFields\Tests\Service; use Chill\CustomFieldsBundle\Entity\CustomField; diff --git a/src/Bundle/ChillCustomFieldsBundle/Tests/Templating/Twig/CustomFieldRenderingTwigTest.php b/src/Bundle/ChillCustomFieldsBundle/Tests/Templating/Twig/CustomFieldRenderingTwigTest.php index a705b4d2e..425e79537 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Tests/Templating/Twig/CustomFieldRenderingTwigTest.php +++ b/src/Bundle/ChillCustomFieldsBundle/Tests/Templating/Twig/CustomFieldRenderingTwigTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFields\Tests\Templating\Twig; use Chill\CustomFieldsBundle\Entity\CustomField; diff --git a/src/Bundle/ChillCustomFieldsBundle/Tests/Templating/Twig/CustomFieldsGroupRenderingTwigTest.php b/src/Bundle/ChillCustomFieldsBundle/Tests/Templating/Twig/CustomFieldsGroupRenderingTwigTest.php index ab5e0c1d8..aa52e3efd 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Tests/Templating/Twig/CustomFieldsGroupRenderingTwigTest.php +++ b/src/Bundle/ChillCustomFieldsBundle/Tests/Templating/Twig/CustomFieldsGroupRenderingTwigTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\CustomFields\Tests\Templating\Twig; use Chill\CustomFieldsBundle\Entity\CustomField; diff --git a/src/Bundle/ChillCustomFieldsBundle/Tests/bootstrap.php b/src/Bundle/ChillCustomFieldsBundle/Tests/bootstrap.php index de8d848cc..d4e1e46fa 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Tests/bootstrap.php +++ b/src/Bundle/ChillCustomFieldsBundle/Tests/bootstrap.php @@ -9,12 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ if (!is_file($autoloadFile = __DIR__ . '/../vendor/autoload.php')) { throw new \LogicException('Could not find autoload.php in vendor/. Did you run "composer install --dev"?'); } diff --git a/src/Bundle/ChillCustomFieldsBundle/migrations/Version20141128195430.php b/src/Bundle/ChillCustomFieldsBundle/migrations/Version20141128195430.php index bde1b352e..5a93f65d9 100644 --- a/src/Bundle/ChillCustomFieldsBundle/migrations/Version20141128195430.php +++ b/src/Bundle/ChillCustomFieldsBundle/migrations/Version20141128195430.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\CustomFields; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillCustomFieldsBundle/migrations/Version20150224164531.php b/src/Bundle/ChillCustomFieldsBundle/migrations/Version20150224164531.php index 72248f2d6..41b0dc0e0 100644 --- a/src/Bundle/ChillCustomFieldsBundle/migrations/Version20150224164531.php +++ b/src/Bundle/ChillCustomFieldsBundle/migrations/Version20150224164531.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\CustomFields; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillCustomFieldsBundle/migrations/Version20151210155904.php b/src/Bundle/ChillCustomFieldsBundle/migrations/Version20151210155904.php index 19d891d5f..ba1ce6e1c 100644 --- a/src/Bundle/ChillCustomFieldsBundle/migrations/Version20151210155904.php +++ b/src/Bundle/ChillCustomFieldsBundle/migrations/Version20151210155904.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\CustomFields; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillCustomFieldsBundle/migrations/Version20151210205610.php b/src/Bundle/ChillCustomFieldsBundle/migrations/Version20151210205610.php index 87d5cd0f7..69a6e9032 100644 --- a/src/Bundle/ChillCustomFieldsBundle/migrations/Version20151210205610.php +++ b/src/Bundle/ChillCustomFieldsBundle/migrations/Version20151210205610.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\CustomFields; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillDocGeneratorBundle/ChillDocGeneratorBundle.php b/src/Bundle/ChillDocGeneratorBundle/ChillDocGeneratorBundle.php index d1b147567..d52f0f4b1 100644 --- a/src/Bundle/ChillDocGeneratorBundle/ChillDocGeneratorBundle.php +++ b/src/Bundle/ChillDocGeneratorBundle/ChillDocGeneratorBundle.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocGeneratorBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; diff --git a/src/Bundle/ChillDocGeneratorBundle/Context/DocGeneratorContextInterface.php b/src/Bundle/ChillDocGeneratorBundle/Context/DocGeneratorContextInterface.php index 990a058c4..7493f7000 100644 --- a/src/Bundle/ChillDocGeneratorBundle/Context/DocGeneratorContextInterface.php +++ b/src/Bundle/ChillDocGeneratorBundle/Context/DocGeneratorContextInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocGeneratorBundle\Context; /** diff --git a/src/Bundle/ChillDocGeneratorBundle/Context/HouseholdMemberSelectionContext.php b/src/Bundle/ChillDocGeneratorBundle/Context/HouseholdMemberSelectionContext.php index 25752fbab..5e5b12cce 100644 --- a/src/Bundle/ChillDocGeneratorBundle/Context/HouseholdMemberSelectionContext.php +++ b/src/Bundle/ChillDocGeneratorBundle/Context/HouseholdMemberSelectionContext.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocGeneratorBundle\Context; use Chill\PersonBundle\Entity\AccompanyingPeriod; diff --git a/src/Bundle/ChillDocGeneratorBundle/Controller/AdminDocGeneratorTemplateController.php b/src/Bundle/ChillDocGeneratorBundle/Controller/AdminDocGeneratorTemplateController.php index af96aef9c..a7d24f127 100644 --- a/src/Bundle/ChillDocGeneratorBundle/Controller/AdminDocGeneratorTemplateController.php +++ b/src/Bundle/ChillDocGeneratorBundle/Controller/AdminDocGeneratorTemplateController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocGeneratorBundle\Controller; use Chill\MainBundle\CRUD\Controller\CRUDController; diff --git a/src/Bundle/ChillDocGeneratorBundle/Controller/DocGeneratorController.php b/src/Bundle/ChillDocGeneratorBundle/Controller/DocGeneratorController.php index a748ca8b4..50201f6b0 100644 --- a/src/Bundle/ChillDocGeneratorBundle/Controller/DocGeneratorController.php +++ b/src/Bundle/ChillDocGeneratorBundle/Controller/DocGeneratorController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocGeneratorBundle\Controller; use ChampsLibres\AsyncUploaderBundle\TempUrl\TempUrlOpenstackGenerator; diff --git a/src/Bundle/ChillDocGeneratorBundle/Controller/DocGeneratorTemplateController.php b/src/Bundle/ChillDocGeneratorBundle/Controller/DocGeneratorTemplateController.php index f3ba81dbf..f517a7cc6 100644 --- a/src/Bundle/ChillDocGeneratorBundle/Controller/DocGeneratorTemplateController.php +++ b/src/Bundle/ChillDocGeneratorBundle/Controller/DocGeneratorTemplateController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocGeneratorBundle\Controller; use ChampsLibres\AsyncUploaderBundle\TempUrl\TempUrlGeneratorInterface; diff --git a/src/Bundle/ChillDocGeneratorBundle/DataFixtures/ORM/LoadDocGeneratorTemplate.php b/src/Bundle/ChillDocGeneratorBundle/DataFixtures/ORM/LoadDocGeneratorTemplate.php index 530371480..082605fd7 100644 --- a/src/Bundle/ChillDocGeneratorBundle/DataFixtures/ORM/LoadDocGeneratorTemplate.php +++ b/src/Bundle/ChillDocGeneratorBundle/DataFixtures/ORM/LoadDocGeneratorTemplate.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocGeneratorBundle\DataFixtures\ORM; use Chill\DocGeneratorBundle\Entity\DocGeneratorTemplate; diff --git a/src/Bundle/ChillDocGeneratorBundle/DependencyInjection/ChillDocGeneratorExtension.php b/src/Bundle/ChillDocGeneratorBundle/DependencyInjection/ChillDocGeneratorExtension.php index b661862d4..15fd49140 100644 --- a/src/Bundle/ChillDocGeneratorBundle/DependencyInjection/ChillDocGeneratorExtension.php +++ b/src/Bundle/ChillDocGeneratorBundle/DependencyInjection/ChillDocGeneratorExtension.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocGeneratorBundle\DependencyInjection; use Symfony\Component\Config\FileLocator; diff --git a/src/Bundle/ChillDocGeneratorBundle/DependencyInjection/Configuration.php b/src/Bundle/ChillDocGeneratorBundle/DependencyInjection/Configuration.php index a4d04b800..161886d87 100644 --- a/src/Bundle/ChillDocGeneratorBundle/DependencyInjection/Configuration.php +++ b/src/Bundle/ChillDocGeneratorBundle/DependencyInjection/Configuration.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocGeneratorBundle\DependencyInjection; use Symfony\Component\Config\Definition\Builder\TreeBuilder; diff --git a/src/Bundle/ChillDocGeneratorBundle/Entity/DocGeneratorTemplate.php b/src/Bundle/ChillDocGeneratorBundle/Entity/DocGeneratorTemplate.php index 945e26490..75edbcbdf 100644 --- a/src/Bundle/ChillDocGeneratorBundle/Entity/DocGeneratorTemplate.php +++ b/src/Bundle/ChillDocGeneratorBundle/Entity/DocGeneratorTemplate.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocGeneratorBundle\Entity; use Doctrine\ORM\Mapping as ORM; diff --git a/src/Bundle/ChillDocGeneratorBundle/Form/DocGeneratorTemplateType.php b/src/Bundle/ChillDocGeneratorBundle/Form/DocGeneratorTemplateType.php index 36cef89c7..75d33d0e5 100644 --- a/src/Bundle/ChillDocGeneratorBundle/Form/DocGeneratorTemplateType.php +++ b/src/Bundle/ChillDocGeneratorBundle/Form/DocGeneratorTemplateType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocGeneratorBundle\Form; use Chill\DocGeneratorBundle\Entity\DocGeneratorTemplate; diff --git a/src/Bundle/ChillDocGeneratorBundle/Serializer/Encoder/DocGenEncoder.php b/src/Bundle/ChillDocGeneratorBundle/Serializer/Encoder/DocGenEncoder.php index 206945c16..2de46228a 100644 --- a/src/Bundle/ChillDocGeneratorBundle/Serializer/Encoder/DocGenEncoder.php +++ b/src/Bundle/ChillDocGeneratorBundle/Serializer/Encoder/DocGenEncoder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocGeneratorBundle\Serializer\Encoder; use Symfony\Component\Serializer\Exception\UnexpectedValueException; diff --git a/src/Bundle/ChillDocGeneratorBundle/Serializer/Helper/NormalizeNullValueHelper.php b/src/Bundle/ChillDocGeneratorBundle/Serializer/Helper/NormalizeNullValueHelper.php index 84e000a0e..594ae8376 100644 --- a/src/Bundle/ChillDocGeneratorBundle/Serializer/Helper/NormalizeNullValueHelper.php +++ b/src/Bundle/ChillDocGeneratorBundle/Serializer/Helper/NormalizeNullValueHelper.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocGeneratorBundle\Serializer\Helper; use Symfony\Component\Serializer\Normalizer\NormalizerInterface; diff --git a/src/Bundle/ChillDocGeneratorBundle/Serializer/Normalizer/DocGenObjectNormalizer.php b/src/Bundle/ChillDocGeneratorBundle/Serializer/Normalizer/DocGenObjectNormalizer.php index ded3ed7ce..040738571 100644 --- a/src/Bundle/ChillDocGeneratorBundle/Serializer/Normalizer/DocGenObjectNormalizer.php +++ b/src/Bundle/ChillDocGeneratorBundle/Serializer/Normalizer/DocGenObjectNormalizer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocGeneratorBundle\Serializer\Normalizer; use Chill\DocGeneratorBundle\Serializer\Helper\NormalizeNullValueHelper; diff --git a/src/Bundle/ChillDocGeneratorBundle/tests/Serializer/Encoder/DocGenEncoderTest.php b/src/Bundle/ChillDocGeneratorBundle/tests/Serializer/Encoder/DocGenEncoderTest.php index 1a1daff5a..35768a28c 100644 --- a/src/Bundle/ChillDocGeneratorBundle/tests/Serializer/Encoder/DocGenEncoderTest.php +++ b/src/Bundle/ChillDocGeneratorBundle/tests/Serializer/Encoder/DocGenEncoderTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocGeneratorBundle\Tests\Serializer\Encoder; use Chill\DocGeneratorBundle\Serializer\Encoder\DocGenEncoder; diff --git a/src/Bundle/ChillDocGeneratorBundle/tests/Serializer/Normalizer/DocGenObjectNormalizerTest.php b/src/Bundle/ChillDocGeneratorBundle/tests/Serializer/Normalizer/DocGenObjectNormalizerTest.php index 978193ee1..04a241d26 100644 --- a/src/Bundle/ChillDocGeneratorBundle/tests/Serializer/Normalizer/DocGenObjectNormalizerTest.php +++ b/src/Bundle/ChillDocGeneratorBundle/tests/Serializer/Normalizer/DocGenObjectNormalizerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocGeneratorBundle\tests\Serializer\Normalizer; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillDocStoreBundle/ChillDocStoreBundle.php b/src/Bundle/ChillDocStoreBundle/ChillDocStoreBundle.php index e5ad1cb2c..c5536d0f1 100644 --- a/src/Bundle/ChillDocStoreBundle/ChillDocStoreBundle.php +++ b/src/Bundle/ChillDocStoreBundle/ChillDocStoreBundle.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocStoreBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; diff --git a/src/Bundle/ChillDocStoreBundle/Controller/AdminController.php b/src/Bundle/ChillDocStoreBundle/Controller/AdminController.php index 5992241fa..784fed6c9 100644 --- a/src/Bundle/ChillDocStoreBundle/Controller/AdminController.php +++ b/src/Bundle/ChillDocStoreBundle/Controller/AdminController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocStoreBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; diff --git a/src/Bundle/ChillDocStoreBundle/Controller/DocumentAccompanyingCourseController.php b/src/Bundle/ChillDocStoreBundle/Controller/DocumentAccompanyingCourseController.php index 80d70329e..a5ad5cfa1 100644 --- a/src/Bundle/ChillDocStoreBundle/Controller/DocumentAccompanyingCourseController.php +++ b/src/Bundle/ChillDocStoreBundle/Controller/DocumentAccompanyingCourseController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocStoreBundle\Controller; use Chill\DocStoreBundle\Entity\AccompanyingCourseDocument; diff --git a/src/Bundle/ChillDocStoreBundle/Controller/DocumentPersonController.php b/src/Bundle/ChillDocStoreBundle/Controller/DocumentPersonController.php index 9fba21828..25ac9f1bd 100644 --- a/src/Bundle/ChillDocStoreBundle/Controller/DocumentPersonController.php +++ b/src/Bundle/ChillDocStoreBundle/Controller/DocumentPersonController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocStoreBundle\Controller; use Chill\DocStoreBundle\Entity\PersonDocument; diff --git a/src/Bundle/ChillDocStoreBundle/DataFixtures/ORM/LoadDocumentACL.php b/src/Bundle/ChillDocStoreBundle/DataFixtures/ORM/LoadDocumentACL.php index c874d3706..28a35dfb4 100644 --- a/src/Bundle/ChillDocStoreBundle/DataFixtures/ORM/LoadDocumentACL.php +++ b/src/Bundle/ChillDocStoreBundle/DataFixtures/ORM/LoadDocumentACL.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocStoreBundle\DataFixtures\ORM; use Chill\DocStoreBundle\Security\Authorization\PersonDocumentVoter; diff --git a/src/Bundle/ChillDocStoreBundle/DataFixtures/ORM/LoadDocumentCategory.php b/src/Bundle/ChillDocStoreBundle/DataFixtures/ORM/LoadDocumentCategory.php index e914c18cf..3369994bd 100644 --- a/src/Bundle/ChillDocStoreBundle/DataFixtures/ORM/LoadDocumentCategory.php +++ b/src/Bundle/ChillDocStoreBundle/DataFixtures/ORM/LoadDocumentCategory.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocStoreBundle\DataFixtures\ORM; use Chill\DocStoreBundle\Entity\DocumentCategory; diff --git a/src/Bundle/ChillDocStoreBundle/DependencyInjection/ChillDocStoreExtension.php b/src/Bundle/ChillDocStoreBundle/DependencyInjection/ChillDocStoreExtension.php index c7490524d..a3fd04ca3 100644 --- a/src/Bundle/ChillDocStoreBundle/DependencyInjection/ChillDocStoreExtension.php +++ b/src/Bundle/ChillDocStoreBundle/DependencyInjection/ChillDocStoreExtension.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocStoreBundle\DependencyInjection; use Chill\DocStoreBundle\Security\Authorization\AccompanyingCourseDocumentVoter; diff --git a/src/Bundle/ChillDocStoreBundle/DependencyInjection/Configuration.php b/src/Bundle/ChillDocStoreBundle/DependencyInjection/Configuration.php index a5802988b..a0761c074 100644 --- a/src/Bundle/ChillDocStoreBundle/DependencyInjection/Configuration.php +++ b/src/Bundle/ChillDocStoreBundle/DependencyInjection/Configuration.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocStoreBundle\DependencyInjection; use Symfony\Component\Config\Definition\Builder\TreeBuilder; diff --git a/src/Bundle/ChillDocStoreBundle/Entity/AccompanyingCourseDocument.php b/src/Bundle/ChillDocStoreBundle/Entity/AccompanyingCourseDocument.php index 32223d357..b013f1a44 100644 --- a/src/Bundle/ChillDocStoreBundle/Entity/AccompanyingCourseDocument.php +++ b/src/Bundle/ChillDocStoreBundle/Entity/AccompanyingCourseDocument.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocStoreBundle\Entity; use Chill\PersonBundle\Entity\AccompanyingPeriod; diff --git a/src/Bundle/ChillDocStoreBundle/Entity/Document.php b/src/Bundle/ChillDocStoreBundle/Entity/Document.php index 7159027df..874a60f0b 100644 --- a/src/Bundle/ChillDocStoreBundle/Entity/Document.php +++ b/src/Bundle/ChillDocStoreBundle/Entity/Document.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocStoreBundle\Entity; use Chill\MainBundle\Entity\HasScopeInterface; diff --git a/src/Bundle/ChillDocStoreBundle/Entity/DocumentCategory.php b/src/Bundle/ChillDocStoreBundle/Entity/DocumentCategory.php index a3120e8b7..1ded5ccb2 100644 --- a/src/Bundle/ChillDocStoreBundle/Entity/DocumentCategory.php +++ b/src/Bundle/ChillDocStoreBundle/Entity/DocumentCategory.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocStoreBundle\Entity; use Doctrine\ORM\Mapping as ORM; diff --git a/src/Bundle/ChillDocStoreBundle/Entity/PersonDocument.php b/src/Bundle/ChillDocStoreBundle/Entity/PersonDocument.php index df11c5733..8d59384d8 100644 --- a/src/Bundle/ChillDocStoreBundle/Entity/PersonDocument.php +++ b/src/Bundle/ChillDocStoreBundle/Entity/PersonDocument.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocStoreBundle\Entity; use Chill\MainBundle\Entity\HasCenterInterface; diff --git a/src/Bundle/ChillDocStoreBundle/EntityRepository/DocumentCategoryRepository.php b/src/Bundle/ChillDocStoreBundle/EntityRepository/DocumentCategoryRepository.php index 38d241b8c..fbf4acb15 100644 --- a/src/Bundle/ChillDocStoreBundle/EntityRepository/DocumentCategoryRepository.php +++ b/src/Bundle/ChillDocStoreBundle/EntityRepository/DocumentCategoryRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocStoreBundle\EntityRepository; use Doctrine\ORM\EntityRepository; diff --git a/src/Bundle/ChillDocStoreBundle/Form/AccompanyingCourseDocumentType.php b/src/Bundle/ChillDocStoreBundle/Form/AccompanyingCourseDocumentType.php index 3c7caaa3c..12797da79 100644 --- a/src/Bundle/ChillDocStoreBundle/Form/AccompanyingCourseDocumentType.php +++ b/src/Bundle/ChillDocStoreBundle/Form/AccompanyingCourseDocumentType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocStoreBundle\Form; use Chill\DocStoreBundle\Entity\Document; diff --git a/src/Bundle/ChillDocStoreBundle/Form/DocumentCategoryType.php b/src/Bundle/ChillDocStoreBundle/Form/DocumentCategoryType.php index ec28ff638..97265f2dc 100644 --- a/src/Bundle/ChillDocStoreBundle/Form/DocumentCategoryType.php +++ b/src/Bundle/ChillDocStoreBundle/Form/DocumentCategoryType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocStoreBundle\Form; use Chill\DocStoreBundle\Entity\DocumentCategory; diff --git a/src/Bundle/ChillDocStoreBundle/Form/PersonDocumentType.php b/src/Bundle/ChillDocStoreBundle/Form/PersonDocumentType.php index 2c181c6a7..474d9d132 100644 --- a/src/Bundle/ChillDocStoreBundle/Form/PersonDocumentType.php +++ b/src/Bundle/ChillDocStoreBundle/Form/PersonDocumentType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocStoreBundle\Form; use Chill\DocStoreBundle\Entity\Document; diff --git a/src/Bundle/ChillDocStoreBundle/Form/StoredObjectType.php b/src/Bundle/ChillDocStoreBundle/Form/StoredObjectType.php index d44feb040..4de5cf48c 100644 --- a/src/Bundle/ChillDocStoreBundle/Form/StoredObjectType.php +++ b/src/Bundle/ChillDocStoreBundle/Form/StoredObjectType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocStoreBundle\Form; use ChampsLibres\AsyncUploaderBundle\Form\Type\AsyncUploaderType; diff --git a/src/Bundle/ChillDocStoreBundle/Menu/MenuBuilder.php b/src/Bundle/ChillDocStoreBundle/Menu/MenuBuilder.php index 9fd8520fb..d579dc162 100644 --- a/src/Bundle/ChillDocStoreBundle/Menu/MenuBuilder.php +++ b/src/Bundle/ChillDocStoreBundle/Menu/MenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocStoreBundle\Menu; use Chill\DocStoreBundle\Security\Authorization\AccompanyingCourseDocumentVoter; diff --git a/src/Bundle/ChillDocStoreBundle/Object/ObjectToAsyncFileTransformer.php b/src/Bundle/ChillDocStoreBundle/Object/ObjectToAsyncFileTransformer.php index ecf7d87b7..7c9054010 100644 --- a/src/Bundle/ChillDocStoreBundle/Object/ObjectToAsyncFileTransformer.php +++ b/src/Bundle/ChillDocStoreBundle/Object/ObjectToAsyncFileTransformer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocStoreBundle\Object; use ChampsLibres\AsyncUploaderBundle\Form\AsyncFileTransformer\AsyncFileTransformerInterface; diff --git a/src/Bundle/ChillDocStoreBundle/Object/PersistenceChecker.php b/src/Bundle/ChillDocStoreBundle/Object/PersistenceChecker.php index d4aa90b4d..c0e4f7509 100644 --- a/src/Bundle/ChillDocStoreBundle/Object/PersistenceChecker.php +++ b/src/Bundle/ChillDocStoreBundle/Object/PersistenceChecker.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocStoreBundle\Object; use ChampsLibres\AsyncUploaderBundle\Persistence\PersistenceCheckerInterface; diff --git a/src/Bundle/ChillDocStoreBundle/Security/Authorization/PersonDocumentVoter.php b/src/Bundle/ChillDocStoreBundle/Security/Authorization/PersonDocumentVoter.php index ea26d45f3..43d17e420 100644 --- a/src/Bundle/ChillDocStoreBundle/Security/Authorization/PersonDocumentVoter.php +++ b/src/Bundle/ChillDocStoreBundle/Security/Authorization/PersonDocumentVoter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\DocStoreBundle\Security\Authorization; use Chill\DocStoreBundle\Entity\PersonDocument; diff --git a/src/Bundle/ChillEventBundle/ChillEventBundle.php b/src/Bundle/ChillEventBundle/ChillEventBundle.php index 29ea78858..66438716e 100644 --- a/src/Bundle/ChillEventBundle/ChillEventBundle.php +++ b/src/Bundle/ChillEventBundle/ChillEventBundle.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; diff --git a/src/Bundle/ChillEventBundle/Controller/AdminController.php b/src/Bundle/ChillEventBundle/Controller/AdminController.php index 2c2700c1c..aca3b5a04 100644 --- a/src/Bundle/ChillEventBundle/Controller/AdminController.php +++ b/src/Bundle/ChillEventBundle/Controller/AdminController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; diff --git a/src/Bundle/ChillEventBundle/Controller/EventController.php b/src/Bundle/ChillEventBundle/Controller/EventController.php index feda01c23..c7d98baaa 100644 --- a/src/Bundle/ChillEventBundle/Controller/EventController.php +++ b/src/Bundle/ChillEventBundle/Controller/EventController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Controller; use Chill\EventBundle\Entity\Event; diff --git a/src/Bundle/ChillEventBundle/Controller/EventTypeController.php b/src/Bundle/ChillEventBundle/Controller/EventTypeController.php index 892333cf1..b4e19efc7 100644 --- a/src/Bundle/ChillEventBundle/Controller/EventTypeController.php +++ b/src/Bundle/ChillEventBundle/Controller/EventTypeController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Controller; use Chill\EventBundle\Entity\EventType; diff --git a/src/Bundle/ChillEventBundle/Controller/ParticipationController.php b/src/Bundle/ChillEventBundle/Controller/ParticipationController.php index 8188ab69a..b3294cfc6 100644 --- a/src/Bundle/ChillEventBundle/Controller/ParticipationController.php +++ b/src/Bundle/ChillEventBundle/Controller/ParticipationController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Controller; use ArrayIterator; diff --git a/src/Bundle/ChillEventBundle/Controller/RoleController.php b/src/Bundle/ChillEventBundle/Controller/RoleController.php index 3c5d11db8..a12a775da 100644 --- a/src/Bundle/ChillEventBundle/Controller/RoleController.php +++ b/src/Bundle/ChillEventBundle/Controller/RoleController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Controller; use Chill\EventBundle\Entity\Role; diff --git a/src/Bundle/ChillEventBundle/Controller/StatusController.php b/src/Bundle/ChillEventBundle/Controller/StatusController.php index dc68e63ac..7da8b989f 100644 --- a/src/Bundle/ChillEventBundle/Controller/StatusController.php +++ b/src/Bundle/ChillEventBundle/Controller/StatusController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Controller; use Chill\EventBundle\Entity\Status; diff --git a/src/Bundle/ChillEventBundle/DataFixtures/ORM/LoadEventTypes.php b/src/Bundle/ChillEventBundle/DataFixtures/ORM/LoadEventTypes.php index a93d8e5a4..c106d777c 100644 --- a/src/Bundle/ChillEventBundle/DataFixtures/ORM/LoadEventTypes.php +++ b/src/Bundle/ChillEventBundle/DataFixtures/ORM/LoadEventTypes.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\DataFixtures\ORM; use Chill\EventBundle\Entity\EventType; diff --git a/src/Bundle/ChillEventBundle/DataFixtures/ORM/LoadParticipation.php b/src/Bundle/ChillEventBundle/DataFixtures/ORM/LoadParticipation.php index 59a97f90d..104a12dbb 100644 --- a/src/Bundle/ChillEventBundle/DataFixtures/ORM/LoadParticipation.php +++ b/src/Bundle/ChillEventBundle/DataFixtures/ORM/LoadParticipation.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\DataFixtures\ORM; use Chill\EventBundle\Entity\Event; diff --git a/src/Bundle/ChillEventBundle/DataFixtures/ORM/LoadRolesACL.php b/src/Bundle/ChillEventBundle/DataFixtures/ORM/LoadRolesACL.php index 7b9a7d5d4..ddcef3422 100644 --- a/src/Bundle/ChillEventBundle/DataFixtures/ORM/LoadRolesACL.php +++ b/src/Bundle/ChillEventBundle/DataFixtures/ORM/LoadRolesACL.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\DataFixtures\ORM; use Chill\MainBundle\DataFixtures\ORM\LoadPermissionsGroup; diff --git a/src/Bundle/ChillEventBundle/DependencyInjection/ChillEventExtension.php b/src/Bundle/ChillEventBundle/DependencyInjection/ChillEventExtension.php index ef241f2bd..a793469b6 100644 --- a/src/Bundle/ChillEventBundle/DependencyInjection/ChillEventExtension.php +++ b/src/Bundle/ChillEventBundle/DependencyInjection/ChillEventExtension.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\DependencyInjection; use Chill\EventBundle\Security\Authorization\EventVoter; diff --git a/src/Bundle/ChillEventBundle/DependencyInjection/Configuration.php b/src/Bundle/ChillEventBundle/DependencyInjection/Configuration.php index fbb363135..181ae43db 100644 --- a/src/Bundle/ChillEventBundle/DependencyInjection/Configuration.php +++ b/src/Bundle/ChillEventBundle/DependencyInjection/Configuration.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\DependencyInjection; use Symfony\Component\Config\Definition\Builder\TreeBuilder; diff --git a/src/Bundle/ChillEventBundle/Entity/Event.php b/src/Bundle/ChillEventBundle/Entity/Event.php index 699d3fd6b..3c90967f5 100644 --- a/src/Bundle/ChillEventBundle/Entity/Event.php +++ b/src/Bundle/ChillEventBundle/Entity/Event.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Entity; use ArrayIterator; diff --git a/src/Bundle/ChillEventBundle/Entity/EventType.php b/src/Bundle/ChillEventBundle/Entity/EventType.php index 4d0641408..2a2c932d9 100644 --- a/src/Bundle/ChillEventBundle/Entity/EventType.php +++ b/src/Bundle/ChillEventBundle/Entity/EventType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Entity; use Doctrine\Common\Collections\ArrayCollection; diff --git a/src/Bundle/ChillEventBundle/Entity/Participation.php b/src/Bundle/ChillEventBundle/Entity/Participation.php index 365cbb2f8..9ba34d398 100644 --- a/src/Bundle/ChillEventBundle/Entity/Participation.php +++ b/src/Bundle/ChillEventBundle/Entity/Participation.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Entity; use ArrayAccess; diff --git a/src/Bundle/ChillEventBundle/Entity/Role.php b/src/Bundle/ChillEventBundle/Entity/Role.php index 738423976..999116700 100644 --- a/src/Bundle/ChillEventBundle/Entity/Role.php +++ b/src/Bundle/ChillEventBundle/Entity/Role.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Entity; use Doctrine\ORM\Mapping as ORM; diff --git a/src/Bundle/ChillEventBundle/Entity/Status.php b/src/Bundle/ChillEventBundle/Entity/Status.php index a5e93b288..f7d936671 100644 --- a/src/Bundle/ChillEventBundle/Entity/Status.php +++ b/src/Bundle/ChillEventBundle/Entity/Status.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Entity; use Doctrine\ORM\Mapping as ORM; diff --git a/src/Bundle/ChillEventBundle/Form/ChoiceLoader/EventChoiceLoader.php b/src/Bundle/ChillEventBundle/Form/ChoiceLoader/EventChoiceLoader.php index eecc7435d..953f1cc82 100644 --- a/src/Bundle/ChillEventBundle/Form/ChoiceLoader/EventChoiceLoader.php +++ b/src/Bundle/ChillEventBundle/Form/ChoiceLoader/EventChoiceLoader.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Form\ChoiceLoader; use Chill\EventBundle\Entity\Event; diff --git a/src/Bundle/ChillEventBundle/Form/EventType.php b/src/Bundle/ChillEventBundle/Form/EventType.php index 24a898ce0..6fe0535b3 100644 --- a/src/Bundle/ChillEventBundle/Form/EventType.php +++ b/src/Bundle/ChillEventBundle/Form/EventType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Form; use Chill\EventBundle\Form\Type\PickEventTypeType; diff --git a/src/Bundle/ChillEventBundle/Form/EventTypeType.php b/src/Bundle/ChillEventBundle/Form/EventTypeType.php index 243f5e17b..dee3fea25 100644 --- a/src/Bundle/ChillEventBundle/Form/EventTypeType.php +++ b/src/Bundle/ChillEventBundle/Form/EventTypeType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Form; use Chill\MainBundle\Form\Type\TranslatableStringFormType; diff --git a/src/Bundle/ChillEventBundle/Form/ParticipationType.php b/src/Bundle/ChillEventBundle/Form/ParticipationType.php index 5067957bf..70efcb7b9 100644 --- a/src/Bundle/ChillEventBundle/Form/ParticipationType.php +++ b/src/Bundle/ChillEventBundle/Form/ParticipationType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Form; use Chill\EventBundle\Entity\EventType; diff --git a/src/Bundle/ChillEventBundle/Form/RoleType.php b/src/Bundle/ChillEventBundle/Form/RoleType.php index 0826afc92..da91637d8 100644 --- a/src/Bundle/ChillEventBundle/Form/RoleType.php +++ b/src/Bundle/ChillEventBundle/Form/RoleType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Form; use Chill\EventBundle\Entity\EventType; diff --git a/src/Bundle/ChillEventBundle/Form/StatusType.php b/src/Bundle/ChillEventBundle/Form/StatusType.php index 0535b41a9..cea82049a 100644 --- a/src/Bundle/ChillEventBundle/Form/StatusType.php +++ b/src/Bundle/ChillEventBundle/Form/StatusType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Form; use Chill\EventBundle\Form\Type\PickEventTypeType; diff --git a/src/Bundle/ChillEventBundle/Form/Type/PickEventType.php b/src/Bundle/ChillEventBundle/Form/Type/PickEventType.php index 72382ad88..bb12e272c 100644 --- a/src/Bundle/ChillEventBundle/Form/Type/PickEventType.php +++ b/src/Bundle/ChillEventBundle/Form/Type/PickEventType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Form\Type; use Chill\EventBundle\Entity\Event; diff --git a/src/Bundle/ChillEventBundle/Form/Type/PickEventTypeType.php b/src/Bundle/ChillEventBundle/Form/Type/PickEventTypeType.php index 56b3b96ba..bad43a349 100644 --- a/src/Bundle/ChillEventBundle/Form/Type/PickEventTypeType.php +++ b/src/Bundle/ChillEventBundle/Form/Type/PickEventTypeType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Form\Type; use Chill\EventBundle\Entity\EventType; diff --git a/src/Bundle/ChillEventBundle/Form/Type/PickRoleType.php b/src/Bundle/ChillEventBundle/Form/Type/PickRoleType.php index cd7dcc917..2caf95598 100644 --- a/src/Bundle/ChillEventBundle/Form/Type/PickRoleType.php +++ b/src/Bundle/ChillEventBundle/Form/Type/PickRoleType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Form\Type; use Chill\EventBundle\Entity\EventType; diff --git a/src/Bundle/ChillEventBundle/Form/Type/PickStatusType.php b/src/Bundle/ChillEventBundle/Form/Type/PickStatusType.php index 194960078..dea302049 100644 --- a/src/Bundle/ChillEventBundle/Form/Type/PickStatusType.php +++ b/src/Bundle/ChillEventBundle/Form/Type/PickStatusType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Form\Type; use Chill\EventBundle\Entity\EventType; diff --git a/src/Bundle/ChillEventBundle/Menu/PersonMenuBuilder.php b/src/Bundle/ChillEventBundle/Menu/PersonMenuBuilder.php index 78eab100e..f96bed266 100644 --- a/src/Bundle/ChillEventBundle/Menu/PersonMenuBuilder.php +++ b/src/Bundle/ChillEventBundle/Menu/PersonMenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Menu; use Chill\EventBundle\Security\Authorization\EventVoter; diff --git a/src/Bundle/ChillEventBundle/Repository/EventRepository.php b/src/Bundle/ChillEventBundle/Repository/EventRepository.php index 345d5c3aa..352021120 100644 --- a/src/Bundle/ChillEventBundle/Repository/EventRepository.php +++ b/src/Bundle/ChillEventBundle/Repository/EventRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Repository; use Doctrine\ORM\EntityRepository; diff --git a/src/Bundle/ChillEventBundle/Repository/ParticipationRepository.php b/src/Bundle/ChillEventBundle/Repository/ParticipationRepository.php index 474a9b7f3..673d63df8 100644 --- a/src/Bundle/ChillEventBundle/Repository/ParticipationRepository.php +++ b/src/Bundle/ChillEventBundle/Repository/ParticipationRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Repository; use Doctrine\ORM\EntityRepository; diff --git a/src/Bundle/ChillEventBundle/Resources/test/Fixtures/App/AppKernel.php b/src/Bundle/ChillEventBundle/Resources/test/Fixtures/App/AppKernel.php index dca14a83d..5d91c6f5c 100644 --- a/src/Bundle/ChillEventBundle/Resources/test/Fixtures/App/AppKernel.php +++ b/src/Bundle/ChillEventBundle/Resources/test/Fixtures/App/AppKernel.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - use Symfony\Component\Config\Loader\LoaderInterface; use Symfony\Component\HttpKernel\Kernel; diff --git a/src/Bundle/ChillEventBundle/Resources/test/bootstrap.php b/src/Bundle/ChillEventBundle/Resources/test/bootstrap.php index 9baca0f38..9d402a12b 100644 --- a/src/Bundle/ChillEventBundle/Resources/test/bootstrap.php +++ b/src/Bundle/ChillEventBundle/Resources/test/bootstrap.php @@ -9,12 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ if (!is_file($autoloadFile = __DIR__ . '/../../vendor/autoload.php')) { throw new \LogicException('Could not find autoload.php in vendor/. Did you run "composer install --dev"?'); } diff --git a/src/Bundle/ChillEventBundle/Search/EventSearch.php b/src/Bundle/ChillEventBundle/Search/EventSearch.php index e6c92c007..b3594c274 100644 --- a/src/Bundle/ChillEventBundle/Search/EventSearch.php +++ b/src/Bundle/ChillEventBundle/Search/EventSearch.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Search; use Chill\EventBundle\Entity\Event; diff --git a/src/Bundle/ChillEventBundle/Security/Authorization/EventVoter.php b/src/Bundle/ChillEventBundle/Security/Authorization/EventVoter.php index 0e8058c9f..b2c201e01 100644 --- a/src/Bundle/ChillEventBundle/Security/Authorization/EventVoter.php +++ b/src/Bundle/ChillEventBundle/Security/Authorization/EventVoter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Security\Authorization; use Chill\EventBundle\Entity\Event; diff --git a/src/Bundle/ChillEventBundle/Security/Authorization/ParticipationVoter.php b/src/Bundle/ChillEventBundle/Security/Authorization/ParticipationVoter.php index 99b50babd..3438f71c3 100644 --- a/src/Bundle/ChillEventBundle/Security/Authorization/ParticipationVoter.php +++ b/src/Bundle/ChillEventBundle/Security/Authorization/ParticipationVoter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Security\Authorization; use Chill\EventBundle\Entity\Participation; diff --git a/src/Bundle/ChillEventBundle/Tests/Controller/EventControllerTest.php b/src/Bundle/ChillEventBundle/Tests/Controller/EventControllerTest.php index c829eb0e8..8966a45a1 100644 --- a/src/Bundle/ChillEventBundle/Tests/Controller/EventControllerTest.php +++ b/src/Bundle/ChillEventBundle/Tests/Controller/EventControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/src/Bundle/ChillEventBundle/Tests/Controller/EventTypeControllerTest.php b/src/Bundle/ChillEventBundle/Tests/Controller/EventTypeControllerTest.php index efd1f57ea..4b69b9849 100644 --- a/src/Bundle/ChillEventBundle/Tests/Controller/EventTypeControllerTest.php +++ b/src/Bundle/ChillEventBundle/Tests/Controller/EventTypeControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/src/Bundle/ChillEventBundle/Tests/Controller/ParticipationControllerTest.php b/src/Bundle/ChillEventBundle/Tests/Controller/ParticipationControllerTest.php index 00c1dfc47..201cfb183 100644 --- a/src/Bundle/ChillEventBundle/Tests/Controller/ParticipationControllerTest.php +++ b/src/Bundle/ChillEventBundle/Tests/Controller/ParticipationControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/src/Bundle/ChillEventBundle/Tests/Controller/RoleControllerTest.php b/src/Bundle/ChillEventBundle/Tests/Controller/RoleControllerTest.php index 9da1df086..d24b10a40 100644 --- a/src/Bundle/ChillEventBundle/Tests/Controller/RoleControllerTest.php +++ b/src/Bundle/ChillEventBundle/Tests/Controller/RoleControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/src/Bundle/ChillEventBundle/Tests/Controller/StatusControllerTest.php b/src/Bundle/ChillEventBundle/Tests/Controller/StatusControllerTest.php index 99a618a9f..d07909032 100644 --- a/src/Bundle/ChillEventBundle/Tests/Controller/StatusControllerTest.php +++ b/src/Bundle/ChillEventBundle/Tests/Controller/StatusControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/src/Bundle/ChillEventBundle/Tests/Search/EventSearchTest.php b/src/Bundle/ChillEventBundle/Tests/Search/EventSearchTest.php index f309fcada..3e93c0dbf 100644 --- a/src/Bundle/ChillEventBundle/Tests/Search/EventSearchTest.php +++ b/src/Bundle/ChillEventBundle/Tests/Search/EventSearchTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Tests\Search; use Chill\EventBundle\Entity\Event; diff --git a/src/Bundle/ChillEventBundle/Timeline/TimelineEventProvider.php b/src/Bundle/ChillEventBundle/Timeline/TimelineEventProvider.php index 5176b879a..92629fd21 100644 --- a/src/Bundle/ChillEventBundle/Timeline/TimelineEventProvider.php +++ b/src/Bundle/ChillEventBundle/Timeline/TimelineEventProvider.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\EventBundle\Timeline; use Chill\EventBundle\Entity\Event; diff --git a/src/Bundle/ChillEventBundle/migrations/Version20160318111334.php b/src/Bundle/ChillEventBundle/migrations/Version20160318111334.php index faf6ac226..241003abf 100644 --- a/src/Bundle/ChillEventBundle/migrations/Version20160318111334.php +++ b/src/Bundle/ChillEventBundle/migrations/Version20160318111334.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Event; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillFamilyMembersBundle/ChillAMLIFamilyMembersBundle.php b/src/Bundle/ChillFamilyMembersBundle/ChillAMLIFamilyMembersBundle.php index 5127234dd..68007ff1d 100644 --- a/src/Bundle/ChillFamilyMembersBundle/ChillAMLIFamilyMembersBundle.php +++ b/src/Bundle/ChillFamilyMembersBundle/ChillAMLIFamilyMembersBundle.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\FamilyMembersBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; diff --git a/src/Bundle/ChillFamilyMembersBundle/Config/ConfigRepository.php b/src/Bundle/ChillFamilyMembersBundle/Config/ConfigRepository.php index 217010272..de159eadd 100644 --- a/src/Bundle/ChillFamilyMembersBundle/Config/ConfigRepository.php +++ b/src/Bundle/ChillFamilyMembersBundle/Config/ConfigRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\FamilyMembersBundle\Config; use function count; diff --git a/src/Bundle/ChillFamilyMembersBundle/DependencyInjection/ChillAMLIFamilyMembersExtension.php b/src/Bundle/ChillFamilyMembersBundle/DependencyInjection/ChillAMLIFamilyMembersExtension.php index b09e40279..3407138c2 100644 --- a/src/Bundle/ChillFamilyMembersBundle/DependencyInjection/ChillAMLIFamilyMembersExtension.php +++ b/src/Bundle/ChillFamilyMembersBundle/DependencyInjection/ChillAMLIFamilyMembersExtension.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\FamilyMembersBundle\DependencyInjection; use Chill\AMLI\FamilyMembersBundle\Security\Voter\FamilyMemberVoter; diff --git a/src/Bundle/ChillFamilyMembersBundle/DependencyInjection/Configuration.php b/src/Bundle/ChillFamilyMembersBundle/DependencyInjection/Configuration.php index 31024b677..28057507a 100644 --- a/src/Bundle/ChillFamilyMembersBundle/DependencyInjection/Configuration.php +++ b/src/Bundle/ChillFamilyMembersBundle/DependencyInjection/Configuration.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\FamilyMembersBundle\DependencyInjection; use Symfony\Component\Config\Definition\Builder\TreeBuilder; diff --git a/src/Bundle/ChillFamilyMembersBundle/Entity/AbstractFamilyMember.php b/src/Bundle/ChillFamilyMembersBundle/Entity/AbstractFamilyMember.php index 69f78f400..ac8743af2 100644 --- a/src/Bundle/ChillFamilyMembersBundle/Entity/AbstractFamilyMember.php +++ b/src/Bundle/ChillFamilyMembersBundle/Entity/AbstractFamilyMember.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\FamilyMembersBundle\Entity; use Chill\MainBundle\Entity\HasCenterInterface; diff --git a/src/Bundle/ChillFamilyMembersBundle/Entity/FamilyMember.php b/src/Bundle/ChillFamilyMembersBundle/Entity/FamilyMember.php index d4360eaae..9e679454b 100644 --- a/src/Bundle/ChillFamilyMembersBundle/Entity/FamilyMember.php +++ b/src/Bundle/ChillFamilyMembersBundle/Entity/FamilyMember.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\FamilyMembersBundle\Entity; use Doctrine\ORM\Mapping as ORM; diff --git a/src/Bundle/ChillFamilyMembersBundle/Form/FamilyMemberType.php b/src/Bundle/ChillFamilyMembersBundle/Form/FamilyMemberType.php index fb62fcaf9..939999d48 100644 --- a/src/Bundle/ChillFamilyMembersBundle/Form/FamilyMemberType.php +++ b/src/Bundle/ChillFamilyMembersBundle/Form/FamilyMemberType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\FamilyMembersBundle\Form; use Chill\AMLI\FamilyMembersBundle\Config\ConfigRepository; diff --git a/src/Bundle/ChillFamilyMembersBundle/Form/FamilyMembersType.php b/src/Bundle/ChillFamilyMembersBundle/Form/FamilyMembersType.php index b38197525..9ea1f2fa9 100644 --- a/src/Bundle/ChillFamilyMembersBundle/Form/FamilyMembersType.php +++ b/src/Bundle/ChillFamilyMembersBundle/Form/FamilyMembersType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\FamilyMembersBundle\Form; use Chill\MainBundle\Form\Type\ChillCollectionType; diff --git a/src/Bundle/ChillFamilyMembersBundle/Menu/UserMenuBuilder.php b/src/Bundle/ChillFamilyMembersBundle/Menu/UserMenuBuilder.php index cf3a55787..17976b6ef 100644 --- a/src/Bundle/ChillFamilyMembersBundle/Menu/UserMenuBuilder.php +++ b/src/Bundle/ChillFamilyMembersBundle/Menu/UserMenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\FamilyMembersBundle\Menu; use Chill\AMLI\FamilyMembersBundle\Security\Voter\FamilyMemberVoter; diff --git a/src/Bundle/ChillFamilyMembersBundle/Security/Voter/FamilyMemberVoter.php b/src/Bundle/ChillFamilyMembersBundle/Security/Voter/FamilyMemberVoter.php index cdebd41ef..73c320720 100644 --- a/src/Bundle/ChillFamilyMembersBundle/Security/Voter/FamilyMemberVoter.php +++ b/src/Bundle/ChillFamilyMembersBundle/Security/Voter/FamilyMemberVoter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\FamilyMembersBundle\Security\Voter; use Chill\AMLI\FamilyMembersBundle\Entity\FamilyMember; diff --git a/src/Bundle/ChillFamilyMembersBundle/Templating/Twig.php b/src/Bundle/ChillFamilyMembersBundle/Templating/Twig.php index a2cf2bf20..c2c060b79 100644 --- a/src/Bundle/ChillFamilyMembersBundle/Templating/Twig.php +++ b/src/Bundle/ChillFamilyMembersBundle/Templating/Twig.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\FamilyMembersBundle\Templating; use Chill\AMLI\FamilyMembersBundle\Config\ConfigRepository; diff --git a/src/Bundle/ChillFamilyMembersBundle/Tests/Controller/FamilyMemberControllerTest.php b/src/Bundle/ChillFamilyMembersBundle/Tests/Controller/FamilyMemberControllerTest.php index b23166a03..7a10a6158 100644 --- a/src/Bundle/ChillFamilyMembersBundle/Tests/Controller/FamilyMemberControllerTest.php +++ b/src/Bundle/ChillFamilyMembersBundle/Tests/Controller/FamilyMemberControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\AMLI\FamilyMembersBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/src/Bundle/ChillMainBundle/CRUD/CompilerPass/CRUDControllerCompilerPass.php b/src/Bundle/ChillMainBundle/CRUD/CompilerPass/CRUDControllerCompilerPass.php index ac7ebd2be..86ed8a4fa 100644 --- a/src/Bundle/ChillMainBundle/CRUD/CompilerPass/CRUDControllerCompilerPass.php +++ b/src/Bundle/ChillMainBundle/CRUD/CompilerPass/CRUDControllerCompilerPass.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\CRUD\CompilerPass; use Symfony\Component\DependencyInjection\Alias; diff --git a/src/Bundle/ChillMainBundle/CRUD/Controller/CRUDController.php b/src/Bundle/ChillMainBundle/CRUD/Controller/CRUDController.php index bab799de2..0e2881b54 100644 --- a/src/Bundle/ChillMainBundle/CRUD/Controller/CRUDController.php +++ b/src/Bundle/ChillMainBundle/CRUD/Controller/CRUDController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\CRUD\Controller; use Chill\MainBundle\CRUD\Form\CRUDDeleteEntityForm; diff --git a/src/Bundle/ChillMainBundle/CRUD/Form/CRUDDeleteEntityForm.php b/src/Bundle/ChillMainBundle/CRUD/Form/CRUDDeleteEntityForm.php index a184e14b3..00cb7bfc4 100644 --- a/src/Bundle/ChillMainBundle/CRUD/Form/CRUDDeleteEntityForm.php +++ b/src/Bundle/ChillMainBundle/CRUD/Form/CRUDDeleteEntityForm.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\CRUD\Form; use Symfony\Component\Form\AbstractType; diff --git a/src/Bundle/ChillMainBundle/CRUD/Resolver/Resolver.php b/src/Bundle/ChillMainBundle/CRUD/Resolver/Resolver.php index 2a352d5f0..11b84e586 100644 --- a/src/Bundle/ChillMainBundle/CRUD/Resolver/Resolver.php +++ b/src/Bundle/ChillMainBundle/CRUD/Resolver/Resolver.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\CRUD\Resolver; use Doctrine\ORM\EntityManagerInterface; diff --git a/src/Bundle/ChillMainBundle/CRUD/Templating/TwigCRUDResolver.php b/src/Bundle/ChillMainBundle/CRUD/Templating/TwigCRUDResolver.php index d731fe005..8704a79ca 100644 --- a/src/Bundle/ChillMainBundle/CRUD/Templating/TwigCRUDResolver.php +++ b/src/Bundle/ChillMainBundle/CRUD/Templating/TwigCRUDResolver.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\CRUD\Templating; use Chill\MainBundle\CRUD\Resolver\Resolver; diff --git a/src/Bundle/ChillMainBundle/Center/GroupingCenterInterface.php b/src/Bundle/ChillMainBundle/Center/GroupingCenterInterface.php index 1549d9263..4fb6071cd 100644 --- a/src/Bundle/ChillMainBundle/Center/GroupingCenterInterface.php +++ b/src/Bundle/ChillMainBundle/Center/GroupingCenterInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Center; /** diff --git a/src/Bundle/ChillMainBundle/ChillMainBundle.php b/src/Bundle/ChillMainBundle/ChillMainBundle.php index 37bb8fa04..2ff7ef862 100644 --- a/src/Bundle/ChillMainBundle/ChillMainBundle.php +++ b/src/Bundle/ChillMainBundle/ChillMainBundle.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle; use Chill\MainBundle\CRUD\CompilerPass\CRUDControllerCompilerPass; diff --git a/src/Bundle/ChillMainBundle/Command/ChillUserSendRenewPasswordCodeCommand.php b/src/Bundle/ChillMainBundle/Command/ChillUserSendRenewPasswordCodeCommand.php index 0ef1ee562..c94ea35c2 100644 --- a/src/Bundle/ChillMainBundle/Command/ChillUserSendRenewPasswordCodeCommand.php +++ b/src/Bundle/ChillMainBundle/Command/ChillUserSendRenewPasswordCodeCommand.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Command; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillMainBundle/Command/LoadAndUpdateLanguagesCommand.php b/src/Bundle/ChillMainBundle/Command/LoadAndUpdateLanguagesCommand.php index eea4f12d7..dfb912eb9 100644 --- a/src/Bundle/ChillMainBundle/Command/LoadAndUpdateLanguagesCommand.php +++ b/src/Bundle/ChillMainBundle/Command/LoadAndUpdateLanguagesCommand.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Command; use Doctrine\ORM\EntityManager; diff --git a/src/Bundle/ChillMainBundle/Command/LoadCountriesCommand.php b/src/Bundle/ChillMainBundle/Command/LoadCountriesCommand.php index 6965dbe43..b47146324 100644 --- a/src/Bundle/ChillMainBundle/Command/LoadCountriesCommand.php +++ b/src/Bundle/ChillMainBundle/Command/LoadCountriesCommand.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Command; use Doctrine\ORM\EntityManager; diff --git a/src/Bundle/ChillMainBundle/Command/SetPasswordCommand.php b/src/Bundle/ChillMainBundle/Command/SetPasswordCommand.php index e34ecc7ee..d61aed91c 100644 --- a/src/Bundle/ChillMainBundle/Command/SetPasswordCommand.php +++ b/src/Bundle/ChillMainBundle/Command/SetPasswordCommand.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Command; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillMainBundle/Controller/AddressApiController.php b/src/Bundle/ChillMainBundle/Controller/AddressApiController.php index 3a72b83d3..db87874e2 100644 --- a/src/Bundle/ChillMainBundle/Controller/AddressApiController.php +++ b/src/Bundle/ChillMainBundle/Controller/AddressApiController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Chill\MainBundle\CRUD\Controller\ApiController; diff --git a/src/Bundle/ChillMainBundle/Controller/AddressReferenceAPIController.php b/src/Bundle/ChillMainBundle/Controller/AddressReferenceAPIController.php index c5bd14d95..1230cd0f6 100644 --- a/src/Bundle/ChillMainBundle/Controller/AddressReferenceAPIController.php +++ b/src/Bundle/ChillMainBundle/Controller/AddressReferenceAPIController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Chill\MainBundle\CRUD\Controller\ApiController; diff --git a/src/Bundle/ChillMainBundle/Controller/AdminController.php b/src/Bundle/ChillMainBundle/Controller/AdminController.php index 5975070ba..96ba627e4 100644 --- a/src/Bundle/ChillMainBundle/Controller/AdminController.php +++ b/src/Bundle/ChillMainBundle/Controller/AdminController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; diff --git a/src/Bundle/ChillMainBundle/Controller/CenterController.php b/src/Bundle/ChillMainBundle/Controller/CenterController.php index 08f446e40..02ea19e20 100644 --- a/src/Bundle/ChillMainBundle/Controller/CenterController.php +++ b/src/Bundle/ChillMainBundle/Controller/CenterController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillMainBundle/Controller/DefaultController.php b/src/Bundle/ChillMainBundle/Controller/DefaultController.php index d852954af..2c8102a39 100644 --- a/src/Bundle/ChillMainBundle/Controller/DefaultController.php +++ b/src/Bundle/ChillMainBundle/Controller/DefaultController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; diff --git a/src/Bundle/ChillMainBundle/Controller/ExportController.php b/src/Bundle/ChillMainBundle/Controller/ExportController.php index 741e5b669..809d0502d 100644 --- a/src/Bundle/ChillMainBundle/Controller/ExportController.php +++ b/src/Bundle/ChillMainBundle/Controller/ExportController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Chill\MainBundle\Export\ExportManager; diff --git a/src/Bundle/ChillMainBundle/Controller/LocationApiController.php b/src/Bundle/ChillMainBundle/Controller/LocationApiController.php index 0b8852fa3..525475e3c 100644 --- a/src/Bundle/ChillMainBundle/Controller/LocationApiController.php +++ b/src/Bundle/ChillMainBundle/Controller/LocationApiController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Chill\MainBundle\CRUD\Controller\ApiController; diff --git a/src/Bundle/ChillMainBundle/Controller/LocationController.php b/src/Bundle/ChillMainBundle/Controller/LocationController.php index cf544059a..10087ec1e 100644 --- a/src/Bundle/ChillMainBundle/Controller/LocationController.php +++ b/src/Bundle/ChillMainBundle/Controller/LocationController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Chill\MainBundle\CRUD\Controller\CRUDController; diff --git a/src/Bundle/ChillMainBundle/Controller/LocationTypeApiController.php b/src/Bundle/ChillMainBundle/Controller/LocationTypeApiController.php index 664e14a45..1c7fbdb89 100644 --- a/src/Bundle/ChillMainBundle/Controller/LocationTypeApiController.php +++ b/src/Bundle/ChillMainBundle/Controller/LocationTypeApiController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Chill\MainBundle\CRUD\Controller\ApiController; diff --git a/src/Bundle/ChillMainBundle/Controller/LocationTypeController.php b/src/Bundle/ChillMainBundle/Controller/LocationTypeController.php index a37733969..542282260 100644 --- a/src/Bundle/ChillMainBundle/Controller/LocationTypeController.php +++ b/src/Bundle/ChillMainBundle/Controller/LocationTypeController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Chill\MainBundle\CRUD\Controller\CRUDController; diff --git a/src/Bundle/ChillMainBundle/Controller/LoginController.php b/src/Bundle/ChillMainBundle/Controller/LoginController.php index c5b9250b0..d853d75af 100644 --- a/src/Bundle/ChillMainBundle/Controller/LoginController.php +++ b/src/Bundle/ChillMainBundle/Controller/LoginController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; diff --git a/src/Bundle/ChillMainBundle/Controller/MenuController.php b/src/Bundle/ChillMainBundle/Controller/MenuController.php index 3a6ab4631..81a80f485 100644 --- a/src/Bundle/ChillMainBundle/Controller/MenuController.php +++ b/src/Bundle/ChillMainBundle/Controller/MenuController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; diff --git a/src/Bundle/ChillMainBundle/Controller/NotificationController.php b/src/Bundle/ChillMainBundle/Controller/NotificationController.php index 7afb017ee..4eed79740 100644 --- a/src/Bundle/ChillMainBundle/Controller/NotificationController.php +++ b/src/Bundle/ChillMainBundle/Controller/NotificationController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Chill\MainBundle\Notification\NotificationRenderer; diff --git a/src/Bundle/ChillMainBundle/Controller/PasswordController.php b/src/Bundle/ChillMainBundle/Controller/PasswordController.php index 6edea0f0b..853cb85d6 100644 --- a/src/Bundle/ChillMainBundle/Controller/PasswordController.php +++ b/src/Bundle/ChillMainBundle/Controller/PasswordController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillMainBundle/Controller/PermissionApiController.php b/src/Bundle/ChillMainBundle/Controller/PermissionApiController.php index 27437bffb..6a2afccb2 100644 --- a/src/Bundle/ChillMainBundle/Controller/PermissionApiController.php +++ b/src/Bundle/ChillMainBundle/Controller/PermissionApiController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; diff --git a/src/Bundle/ChillMainBundle/Controller/PermissionsGroupController.php b/src/Bundle/ChillMainBundle/Controller/PermissionsGroupController.php index 65832567e..8cffd02b3 100644 --- a/src/Bundle/ChillMainBundle/Controller/PermissionsGroupController.php +++ b/src/Bundle/ChillMainBundle/Controller/PermissionsGroupController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Chill\MainBundle\Entity\PermissionsGroup; diff --git a/src/Bundle/ChillMainBundle/Controller/PostalCodeAPIController.php b/src/Bundle/ChillMainBundle/Controller/PostalCodeAPIController.php index b52e0d10f..fb926733b 100644 --- a/src/Bundle/ChillMainBundle/Controller/PostalCodeAPIController.php +++ b/src/Bundle/ChillMainBundle/Controller/PostalCodeAPIController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Chill\MainBundle\CRUD\Controller\ApiController; diff --git a/src/Bundle/ChillMainBundle/Controller/PostalCodeController.php b/src/Bundle/ChillMainBundle/Controller/PostalCodeController.php index 66d22c8b5..0280be61f 100644 --- a/src/Bundle/ChillMainBundle/Controller/PostalCodeController.php +++ b/src/Bundle/ChillMainBundle/Controller/PostalCodeController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Chill\MainBundle\Entity\PostalCode; diff --git a/src/Bundle/ChillMainBundle/Controller/ScopeController.php b/src/Bundle/ChillMainBundle/Controller/ScopeController.php index b940da292..07945c7fa 100644 --- a/src/Bundle/ChillMainBundle/Controller/ScopeController.php +++ b/src/Bundle/ChillMainBundle/Controller/ScopeController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Chill\MainBundle\Entity\Scope; diff --git a/src/Bundle/ChillMainBundle/Controller/SearchController.php b/src/Bundle/ChillMainBundle/Controller/SearchController.php index 6115e01b4..c231bf162 100644 --- a/src/Bundle/ChillMainBundle/Controller/SearchController.php +++ b/src/Bundle/ChillMainBundle/Controller/SearchController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Chill\MainBundle\Pagination\PaginatorFactory; diff --git a/src/Bundle/ChillMainBundle/Controller/TimelineCenterController.php b/src/Bundle/ChillMainBundle/Controller/TimelineCenterController.php index 390769101..8cf5f8782 100644 --- a/src/Bundle/ChillMainBundle/Controller/TimelineCenterController.php +++ b/src/Bundle/ChillMainBundle/Controller/TimelineCenterController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Chill\MainBundle\Pagination\PaginatorFactory; diff --git a/src/Bundle/ChillMainBundle/Controller/UIController.php b/src/Bundle/ChillMainBundle/Controller/UIController.php index fbccda126..97be4ca3c 100644 --- a/src/Bundle/ChillMainBundle/Controller/UIController.php +++ b/src/Bundle/ChillMainBundle/Controller/UIController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Chill\MainBundle\Templating\UI\CountNotificationUser; diff --git a/src/Bundle/ChillMainBundle/Controller/UserApiController.php b/src/Bundle/ChillMainBundle/Controller/UserApiController.php index 673bfddbb..75e566048 100644 --- a/src/Bundle/ChillMainBundle/Controller/UserApiController.php +++ b/src/Bundle/ChillMainBundle/Controller/UserApiController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Controller; use Chill\MainBundle\CRUD\Controller\ApiController; diff --git a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadAbstractNotificationsTrait.php b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadAbstractNotificationsTrait.php index d0bb71f3a..bbeab94b3 100644 --- a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadAbstractNotificationsTrait.php +++ b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadAbstractNotificationsTrait.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DataFixtures\ORM; use Chill\MainBundle\Entity\Notification; diff --git a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadAddressReferences.php b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadAddressReferences.php index ee0454037..5714b5138 100644 --- a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadAddressReferences.php +++ b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadAddressReferences.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DataFixtures\ORM; use Chill\MainBundle\Doctrine\Model\Point; diff --git a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadCenters.php b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadCenters.php index 22072b2c0..e4cd7d565 100644 --- a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadCenters.php +++ b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadCenters.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DataFixtures\ORM; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadCivility.php b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadCivility.php index e66f8591b..856ef6a46 100644 --- a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadCivility.php +++ b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadCivility.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DataFixtures\ORM; use Chill\MainBundle\Entity\Civility; diff --git a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadCountries.php b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadCountries.php index 0836ef8a5..88750b340 100644 --- a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadCountries.php +++ b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadCountries.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DataFixtures\ORM; use Chill\MainBundle\Command\LoadCountriesCommand; diff --git a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadGroupCenters.php b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadGroupCenters.php index edafa24ce..ad04709ab 100644 --- a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadGroupCenters.php +++ b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadGroupCenters.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DataFixtures\ORM; use Chill\MainBundle\Entity\GroupCenter; diff --git a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadLanguages.php b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadLanguages.php index 3314b5759..47d63efdf 100644 --- a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadLanguages.php +++ b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadLanguages.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DataFixtures\ORM; use Chill\MainBundle\Entity\Language; diff --git a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadLocationType.php b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadLocationType.php index 72d5c4326..3e24d034c 100644 --- a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadLocationType.php +++ b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadLocationType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DataFixtures\ORM; use Chill\MainBundle\Entity\LocationType; diff --git a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadPermissionsGroup.php b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadPermissionsGroup.php index ece81441a..dc7773765 100644 --- a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadPermissionsGroup.php +++ b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadPermissionsGroup.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DataFixtures\ORM; use Chill\MainBundle\Entity\PermissionsGroup; diff --git a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadPostalCodes.php b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadPostalCodes.php index dd8276ae7..ecf839450 100644 --- a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadPostalCodes.php +++ b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadPostalCodes.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DataFixtures\ORM; use Chill\MainBundle\Doctrine\Model\Point; diff --git a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadRoleScopes.php b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadRoleScopes.php index df70a5303..9db21414d 100644 --- a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadRoleScopes.php +++ b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadRoleScopes.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DataFixtures\ORM; use Chill\MainBundle\Entity\RoleScope; diff --git a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadScopes.php b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadScopes.php index c442f5dd9..d3a66d887 100644 --- a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadScopes.php +++ b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadScopes.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DataFixtures\ORM; use Doctrine\Common\DataFixtures\AbstractFixture; diff --git a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadUsers.php b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadUsers.php index 811d22b8f..b7d7cb941 100644 --- a/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadUsers.php +++ b/src/Bundle/ChillMainBundle/DataFixtures/ORM/LoadUsers.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DataFixtures\ORM; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/ChillMainExtension.php b/src/Bundle/ChillMainBundle/DependencyInjection/ChillMainExtension.php index 8f7d0bd9f..012643aad 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/ChillMainExtension.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/ChillMainExtension.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DependencyInjection; use Chill\MainBundle\Controller\AddressApiController; diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/ExportsCompilerPass.php b/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/ExportsCompilerPass.php index 3ca31b376..64b5704bc 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/ExportsCompilerPass.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/ExportsCompilerPass.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DependencyInjection\CompilerPass; use LogicException; diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/GroupingCenterCompilerPass.php b/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/GroupingCenterCompilerPass.php index c61927bd9..9b5d0903c 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/GroupingCenterCompilerPass.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/GroupingCenterCompilerPass.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DependencyInjection\CompilerPass; use LogicException; diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/MenuCompilerPass.php b/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/MenuCompilerPass.php index da41a6f71..7a63412d5 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/MenuCompilerPass.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/MenuCompilerPass.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DependencyInjection\CompilerPass; use Chill\MainBundle\Routing\MenuComposer; diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/NotificationCounterCompilerPass.php b/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/NotificationCounterCompilerPass.php index 7cecaa673..36435400c 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/NotificationCounterCompilerPass.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/NotificationCounterCompilerPass.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DependencyInjection\CompilerPass; use Chill\MainBundle\Templating\UI\CountNotificationUser; diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/SearchableServicesCompilerPass.php b/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/SearchableServicesCompilerPass.php index 47c85c23f..e5504a532 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/SearchableServicesCompilerPass.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/SearchableServicesCompilerPass.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DependencyInjection\CompilerPass; use LogicException; diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/TimelineCompilerClass.php b/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/TimelineCompilerClass.php index 359d30ac1..8b9b83fb6 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/TimelineCompilerClass.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/TimelineCompilerClass.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DependencyInjection\CompilerPass; use LogicException; diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/WidgetsCompilerPass.php b/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/WidgetsCompilerPass.php index 793e00eff..f079571a1 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/WidgetsCompilerPass.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/WidgetsCompilerPass.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DependencyInjection\CompilerPass; use Chill\MainBundle\DependencyInjection\Widget\AbstractWidgetsCompilerPass; diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/ConfigConsistencyCompilerPass.php b/src/Bundle/ChillMainBundle/DependencyInjection/ConfigConsistencyCompilerPass.php index 49f2c1504..5a803e9de 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/ConfigConsistencyCompilerPass.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/ConfigConsistencyCompilerPass.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DependencyInjection; use LogicException; diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/Configuration.php b/src/Bundle/ChillMainBundle/DependencyInjection/Configuration.php index 93cd7e8b1..9236c8a50 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/Configuration.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/Configuration.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DependencyInjection; use Chill\MainBundle\DependencyInjection\Widget\AddWidgetConfigurationTrait; diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/MissingBundleException.php b/src/Bundle/ChillMainBundle/DependencyInjection/MissingBundleException.php index 42a309543..54961699a 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/MissingBundleException.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/MissingBundleException.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DependencyInjection; use Exception; diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/RoleProvidersCompilerPass.php b/src/Bundle/ChillMainBundle/DependencyInjection/RoleProvidersCompilerPass.php index 6f13e8513..fa9fd2d30 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/RoleProvidersCompilerPass.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/RoleProvidersCompilerPass.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DependencyInjection; use LogicException; diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/Widget/AbstractWidgetsCompilerPass.php b/src/Bundle/ChillMainBundle/DependencyInjection/Widget/AbstractWidgetsCompilerPass.php index dcf3d1272..e352470e7 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/Widget/AbstractWidgetsCompilerPass.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/Widget/AbstractWidgetsCompilerPass.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DependencyInjection\Widget; use Chill\MainBundle\DependencyInjection\Widget\Factory\WidgetFactoryInterface; diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/Widget/AddWidgetConfigurationTrait.php b/src/Bundle/ChillMainBundle/DependencyInjection/Widget/AddWidgetConfigurationTrait.php index 08a3c566b..2b2d0f001 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/Widget/AddWidgetConfigurationTrait.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/Widget/AddWidgetConfigurationTrait.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DependencyInjection\Widget; use Chill\MainBundle\DependencyInjection\Widget\AbstractWidgetsCompilerPass as WidgetsCompilerPass; diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/Widget/Factory/AbstractWidgetFactory.php b/src/Bundle/ChillMainBundle/DependencyInjection/Widget/Factory/AbstractWidgetFactory.php index c39e85e38..242b46e9c 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/Widget/Factory/AbstractWidgetFactory.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/Widget/Factory/AbstractWidgetFactory.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DependencyInjection\Widget\Factory; use Symfony\Component\DependencyInjection\ContainerBuilder; diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/Widget/Factory/WidgetFactoryInterface.php b/src/Bundle/ChillMainBundle/DependencyInjection/Widget/Factory/WidgetFactoryInterface.php index 79fbaf61e..8ab19a270 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/Widget/Factory/WidgetFactoryInterface.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/Widget/Factory/WidgetFactoryInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DependencyInjection\Widget\Factory; use Symfony\Component\Config\Definition\Builder\NodeBuilder; diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/Widget/HasWidgetFactoriesExtensionInterface.php b/src/Bundle/ChillMainBundle/DependencyInjection/Widget/HasWidgetFactoriesExtensionInterface.php index 103e99661..92279ea70 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/Widget/HasWidgetFactoriesExtensionInterface.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/Widget/HasWidgetFactoriesExtensionInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\DependencyInjection\Widget; use Chill\MainBundle\DependencyInjection\Widget\Factory\WidgetFactoryInterface; diff --git a/src/Bundle/ChillMainBundle/Doctrine/DQL/GetJsonFieldByKey.php b/src/Bundle/ChillMainBundle/Doctrine/DQL/GetJsonFieldByKey.php index f1ec328dc..d57cc866d 100644 --- a/src/Bundle/ChillMainBundle/Doctrine/DQL/GetJsonFieldByKey.php +++ b/src/Bundle/ChillMainBundle/Doctrine/DQL/GetJsonFieldByKey.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Doctrine\DQL; use Doctrine\ORM\Query\AST\Functions\FunctionNode; diff --git a/src/Bundle/ChillMainBundle/Doctrine/DQL/JsonAggregate.php b/src/Bundle/ChillMainBundle/Doctrine/DQL/JsonAggregate.php index 1cbd2ce09..a678f8c27 100644 --- a/src/Bundle/ChillMainBundle/Doctrine/DQL/JsonAggregate.php +++ b/src/Bundle/ChillMainBundle/Doctrine/DQL/JsonAggregate.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Doctrine\DQL; use Doctrine\ORM\Query\AST\Functions\FunctionNode; diff --git a/src/Bundle/ChillMainBundle/Doctrine/DQL/JsonbArrayLength.php b/src/Bundle/ChillMainBundle/Doctrine/DQL/JsonbArrayLength.php index 1f3873cae..680d5c6f4 100644 --- a/src/Bundle/ChillMainBundle/Doctrine/DQL/JsonbArrayLength.php +++ b/src/Bundle/ChillMainBundle/Doctrine/DQL/JsonbArrayLength.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Doctrine\DQL; use Doctrine\ORM\Query\AST\Functions\FunctionNode; diff --git a/src/Bundle/ChillMainBundle/Doctrine/DQL/JsonbExistsInArray.php b/src/Bundle/ChillMainBundle/Doctrine/DQL/JsonbExistsInArray.php index 2c2f05310..6295cf366 100644 --- a/src/Bundle/ChillMainBundle/Doctrine/DQL/JsonbExistsInArray.php +++ b/src/Bundle/ChillMainBundle/Doctrine/DQL/JsonbExistsInArray.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Doctrine\DQL; use Doctrine\ORM\Query\AST\Functions\FunctionNode; diff --git a/src/Bundle/ChillMainBundle/Doctrine/DQL/Replace.php b/src/Bundle/ChillMainBundle/Doctrine/DQL/Replace.php index d0166bc7a..d7f46ab54 100644 --- a/src/Bundle/ChillMainBundle/Doctrine/DQL/Replace.php +++ b/src/Bundle/ChillMainBundle/Doctrine/DQL/Replace.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Doctrine\DQL; use Doctrine\ORM\Query\AST\Functions\FunctionNode; diff --git a/src/Bundle/ChillMainBundle/Doctrine/DQL/STContains.php b/src/Bundle/ChillMainBundle/Doctrine/DQL/STContains.php index ec8cd3619..810084e56 100644 --- a/src/Bundle/ChillMainBundle/Doctrine/DQL/STContains.php +++ b/src/Bundle/ChillMainBundle/Doctrine/DQL/STContains.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Doctrine\DQL; use Doctrine\ORM\Query\AST\Functions\FunctionNode; diff --git a/src/Bundle/ChillMainBundle/Doctrine/DQL/Similarity.php b/src/Bundle/ChillMainBundle/Doctrine/DQL/Similarity.php index 40f07b212..d6a3c1238 100644 --- a/src/Bundle/ChillMainBundle/Doctrine/DQL/Similarity.php +++ b/src/Bundle/ChillMainBundle/Doctrine/DQL/Similarity.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Doctrine\DQL; use Doctrine\ORM\Query\AST\Functions\FunctionNode; diff --git a/src/Bundle/ChillMainBundle/Doctrine/DQL/StrictWordSimilarityOPS.php b/src/Bundle/ChillMainBundle/Doctrine/DQL/StrictWordSimilarityOPS.php index 0f25fb275..fead5a37d 100644 --- a/src/Bundle/ChillMainBundle/Doctrine/DQL/StrictWordSimilarityOPS.php +++ b/src/Bundle/ChillMainBundle/Doctrine/DQL/StrictWordSimilarityOPS.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Doctrine\DQL; use Doctrine\ORM\Query\Lexer; diff --git a/src/Bundle/ChillMainBundle/Doctrine/DQL/Unaccent.php b/src/Bundle/ChillMainBundle/Doctrine/DQL/Unaccent.php index b9b190add..799b208bb 100644 --- a/src/Bundle/ChillMainBundle/Doctrine/DQL/Unaccent.php +++ b/src/Bundle/ChillMainBundle/Doctrine/DQL/Unaccent.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Doctrine\DQL; use Doctrine\ORM\Query\AST\Functions\FunctionNode; diff --git a/src/Bundle/ChillMainBundle/Doctrine/Event/TrackCreateUpdateSubscriber.php b/src/Bundle/ChillMainBundle/Doctrine/Event/TrackCreateUpdateSubscriber.php index a3607598e..3aabe46fc 100644 --- a/src/Bundle/ChillMainBundle/Doctrine/Event/TrackCreateUpdateSubscriber.php +++ b/src/Bundle/ChillMainBundle/Doctrine/Event/TrackCreateUpdateSubscriber.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Doctrine\Event; use Chill\MainBundle\Doctrine\Model\TrackCreationInterface; diff --git a/src/Bundle/ChillMainBundle/Doctrine/Migrations/VersionComparator.php b/src/Bundle/ChillMainBundle/Doctrine/Migrations/VersionComparator.php index 98b442538..aafa852f6 100644 --- a/src/Bundle/ChillMainBundle/Doctrine/Migrations/VersionComparator.php +++ b/src/Bundle/ChillMainBundle/Doctrine/Migrations/VersionComparator.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Doctrine\Migrations; use Doctrine\Migrations\Version\Comparator; diff --git a/src/Bundle/ChillMainBundle/Doctrine/Model/Point.php b/src/Bundle/ChillMainBundle/Doctrine/Model/Point.php index cce39f457..f63101b33 100644 --- a/src/Bundle/ChillMainBundle/Doctrine/Model/Point.php +++ b/src/Bundle/ChillMainBundle/Doctrine/Model/Point.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Doctrine\Model; use Exception; diff --git a/src/Bundle/ChillMainBundle/Doctrine/Model/PointException.php b/src/Bundle/ChillMainBundle/Doctrine/Model/PointException.php index f8762a2a3..5186e8168 100644 --- a/src/Bundle/ChillMainBundle/Doctrine/Model/PointException.php +++ b/src/Bundle/ChillMainBundle/Doctrine/Model/PointException.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Doctrine\Model; use Exception; diff --git a/src/Bundle/ChillMainBundle/Doctrine/Model/TrackCreationInterface.php b/src/Bundle/ChillMainBundle/Doctrine/Model/TrackCreationInterface.php index 141047243..f4862c35a 100644 --- a/src/Bundle/ChillMainBundle/Doctrine/Model/TrackCreationInterface.php +++ b/src/Bundle/ChillMainBundle/Doctrine/Model/TrackCreationInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Doctrine\Model; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillMainBundle/Doctrine/Model/TrackUpdateInterface.php b/src/Bundle/ChillMainBundle/Doctrine/Model/TrackUpdateInterface.php index d31cd1939..d85dc5809 100644 --- a/src/Bundle/ChillMainBundle/Doctrine/Model/TrackUpdateInterface.php +++ b/src/Bundle/ChillMainBundle/Doctrine/Model/TrackUpdateInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Doctrine\Model; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillMainBundle/Doctrine/Type/NativeDateIntervalType.php b/src/Bundle/ChillMainBundle/Doctrine/Type/NativeDateIntervalType.php index 82b14444b..a1ec0c955 100644 --- a/src/Bundle/ChillMainBundle/Doctrine/Type/NativeDateIntervalType.php +++ b/src/Bundle/ChillMainBundle/Doctrine/Type/NativeDateIntervalType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Doctrine\Type; use DateInterval; diff --git a/src/Bundle/ChillMainBundle/Entity/Address.php b/src/Bundle/ChillMainBundle/Entity/Address.php index 2519194d2..dcf0c5a96 100644 --- a/src/Bundle/ChillMainBundle/Entity/Address.php +++ b/src/Bundle/ChillMainBundle/Entity/Address.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Entity; use Chill\MainBundle\Doctrine\Model\Point; diff --git a/src/Bundle/ChillMainBundle/Entity/AddressReference.php b/src/Bundle/ChillMainBundle/Entity/AddressReference.php index bdc40c5f7..e793167f6 100644 --- a/src/Bundle/ChillMainBundle/Entity/AddressReference.php +++ b/src/Bundle/ChillMainBundle/Entity/AddressReference.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Entity; use Chill\MainBundle\Doctrine\Model\Point; diff --git a/src/Bundle/ChillMainBundle/Entity/Center.php b/src/Bundle/ChillMainBundle/Entity/Center.php index c41e70bee..10584bea9 100644 --- a/src/Bundle/ChillMainBundle/Entity/Center.php +++ b/src/Bundle/ChillMainBundle/Entity/Center.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Entity; use Doctrine\Common\Collections\ArrayCollection; diff --git a/src/Bundle/ChillMainBundle/Entity/Civility.php b/src/Bundle/ChillMainBundle/Entity/Civility.php index 48220d00a..4fcad0db8 100644 --- a/src/Bundle/ChillMainBundle/Entity/Civility.php +++ b/src/Bundle/ChillMainBundle/Entity/Civility.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Entity; use Doctrine\ORM\Mapping as ORM; diff --git a/src/Bundle/ChillMainBundle/Entity/Country.php b/src/Bundle/ChillMainBundle/Entity/Country.php index a6763c1c4..1bd009689 100644 --- a/src/Bundle/ChillMainBundle/Entity/Country.php +++ b/src/Bundle/ChillMainBundle/Entity/Country.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Entity; use Doctrine\ORM\Mapping as ORM; diff --git a/src/Bundle/ChillMainBundle/Entity/Embeddable/CommentEmbeddable.php b/src/Bundle/ChillMainBundle/Entity/Embeddable/CommentEmbeddable.php index 1176f79ae..51b8978a0 100644 --- a/src/Bundle/ChillMainBundle/Entity/Embeddable/CommentEmbeddable.php +++ b/src/Bundle/ChillMainBundle/Entity/Embeddable/CommentEmbeddable.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Entity\Embeddable; use DateTime; diff --git a/src/Bundle/ChillMainBundle/Entity/GroupCenter.php b/src/Bundle/ChillMainBundle/Entity/GroupCenter.php index f7635a292..ccf000b9d 100644 --- a/src/Bundle/ChillMainBundle/Entity/GroupCenter.php +++ b/src/Bundle/ChillMainBundle/Entity/GroupCenter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Entity; use Doctrine\Common\Collections\ArrayCollection; diff --git a/src/Bundle/ChillMainBundle/Entity/HasCenterInterface.php b/src/Bundle/ChillMainBundle/Entity/HasCenterInterface.php index d9a427364..5ffe6dc87 100644 --- a/src/Bundle/ChillMainBundle/Entity/HasCenterInterface.php +++ b/src/Bundle/ChillMainBundle/Entity/HasCenterInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Entity; /** diff --git a/src/Bundle/ChillMainBundle/Entity/HasCentersInterface.php b/src/Bundle/ChillMainBundle/Entity/HasCentersInterface.php index e50f486d2..ae22cd6c6 100644 --- a/src/Bundle/ChillMainBundle/Entity/HasCentersInterface.php +++ b/src/Bundle/ChillMainBundle/Entity/HasCentersInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Entity; interface HasCentersInterface diff --git a/src/Bundle/ChillMainBundle/Entity/HasScopeInterface.php b/src/Bundle/ChillMainBundle/Entity/HasScopeInterface.php index 8ba0637d9..44d4b4834 100644 --- a/src/Bundle/ChillMainBundle/Entity/HasScopeInterface.php +++ b/src/Bundle/ChillMainBundle/Entity/HasScopeInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Entity; /** diff --git a/src/Bundle/ChillMainBundle/Entity/HasScopesInterface.php b/src/Bundle/ChillMainBundle/Entity/HasScopesInterface.php index f0641ed39..1beea38f5 100644 --- a/src/Bundle/ChillMainBundle/Entity/HasScopesInterface.php +++ b/src/Bundle/ChillMainBundle/Entity/HasScopesInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Entity; interface HasScopesInterface diff --git a/src/Bundle/ChillMainBundle/Entity/Language.php b/src/Bundle/ChillMainBundle/Entity/Language.php index 9baf8f1a0..ad47eae1b 100644 --- a/src/Bundle/ChillMainBundle/Entity/Language.php +++ b/src/Bundle/ChillMainBundle/Entity/Language.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Entity; use Doctrine\ORM\Mapping as ORM; diff --git a/src/Bundle/ChillMainBundle/Entity/Location.php b/src/Bundle/ChillMainBundle/Entity/Location.php index 527959185..ba1ad8fb0 100644 --- a/src/Bundle/ChillMainBundle/Entity/Location.php +++ b/src/Bundle/ChillMainBundle/Entity/Location.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Entity; use Chill\MainBundle\Doctrine\Model\TrackCreationInterface; diff --git a/src/Bundle/ChillMainBundle/Entity/LocationType.php b/src/Bundle/ChillMainBundle/Entity/LocationType.php index f98a71e2f..cda7e073f 100644 --- a/src/Bundle/ChillMainBundle/Entity/LocationType.php +++ b/src/Bundle/ChillMainBundle/Entity/LocationType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Entity; use Chill\MainBundle\Repository\LocationTypeRepository; diff --git a/src/Bundle/ChillMainBundle/Entity/Notification.php b/src/Bundle/ChillMainBundle/Entity/Notification.php index 79b75eeef..cba4f33e5 100644 --- a/src/Bundle/ChillMainBundle/Entity/Notification.php +++ b/src/Bundle/ChillMainBundle/Entity/Notification.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Entity; use DateTimeImmutable; diff --git a/src/Bundle/ChillMainBundle/Entity/PermissionsGroup.php b/src/Bundle/ChillMainBundle/Entity/PermissionsGroup.php index d78ba2b5b..f066178dc 100644 --- a/src/Bundle/ChillMainBundle/Entity/PermissionsGroup.php +++ b/src/Bundle/ChillMainBundle/Entity/PermissionsGroup.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Entity; use Doctrine\Common\Collections\ArrayCollection; diff --git a/src/Bundle/ChillMainBundle/Entity/PostalCode.php b/src/Bundle/ChillMainBundle/Entity/PostalCode.php index aefd0a895..866ad04db 100644 --- a/src/Bundle/ChillMainBundle/Entity/PostalCode.php +++ b/src/Bundle/ChillMainBundle/Entity/PostalCode.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Entity; use Chill\MainBundle\Doctrine\Model\Point; diff --git a/src/Bundle/ChillMainBundle/Entity/Scope.php b/src/Bundle/ChillMainBundle/Entity/Scope.php index 6bacb9c19..3a6cbd953 100644 --- a/src/Bundle/ChillMainBundle/Entity/Scope.php +++ b/src/Bundle/ChillMainBundle/Entity/Scope.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Entity; use Doctrine\Common\Collections\ArrayCollection; diff --git a/src/Bundle/ChillMainBundle/Entity/User.php b/src/Bundle/ChillMainBundle/Entity/User.php index 150b65c3b..73fc45bbe 100644 --- a/src/Bundle/ChillMainBundle/Entity/User.php +++ b/src/Bundle/ChillMainBundle/Entity/User.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Entity; use Doctrine\Common\Collections\ArrayCollection; diff --git a/src/Bundle/ChillMainBundle/Entity/UserJob.php b/src/Bundle/ChillMainBundle/Entity/UserJob.php index 61513e7f8..bccba10dd 100644 --- a/src/Bundle/ChillMainBundle/Entity/UserJob.php +++ b/src/Bundle/ChillMainBundle/Entity/UserJob.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Entity; use Doctrine\ORM\Mapping as ORM; diff --git a/src/Bundle/ChillMainBundle/Export/AggregatorInterface.php b/src/Bundle/ChillMainBundle/Export/AggregatorInterface.php index fb45fafc9..244d3ba14 100644 --- a/src/Bundle/ChillMainBundle/Export/AggregatorInterface.php +++ b/src/Bundle/ChillMainBundle/Export/AggregatorInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Export; use Closure; diff --git a/src/Bundle/ChillMainBundle/Export/DirectExportInterface.php b/src/Bundle/ChillMainBundle/Export/DirectExportInterface.php index 7f7b0ce80..734939b7c 100644 --- a/src/Bundle/ChillMainBundle/Export/DirectExportInterface.php +++ b/src/Bundle/ChillMainBundle/Export/DirectExportInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Export; use Symfony\Component\Security\Core\Role\Role; diff --git a/src/Bundle/ChillMainBundle/Export/ExportElementInterface.php b/src/Bundle/ChillMainBundle/Export/ExportElementInterface.php index f5b3892af..0e4457764 100644 --- a/src/Bundle/ChillMainBundle/Export/ExportElementInterface.php +++ b/src/Bundle/ChillMainBundle/Export/ExportElementInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Export; use Symfony\Component\Form\FormBuilderInterface; diff --git a/src/Bundle/ChillMainBundle/Export/ExportElementValidatedInterface.php b/src/Bundle/ChillMainBundle/Export/ExportElementValidatedInterface.php index 4977f88d5..c2e13d25e 100644 --- a/src/Bundle/ChillMainBundle/Export/ExportElementValidatedInterface.php +++ b/src/Bundle/ChillMainBundle/Export/ExportElementValidatedInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Export; use Symfony\Component\Validator\Context\ExecutionContextInterface; diff --git a/src/Bundle/ChillMainBundle/Export/ExportElementsProviderInterface.php b/src/Bundle/ChillMainBundle/Export/ExportElementsProviderInterface.php index 0024fb9e3..b43d2d267 100644 --- a/src/Bundle/ChillMainBundle/Export/ExportElementsProviderInterface.php +++ b/src/Bundle/ChillMainBundle/Export/ExportElementsProviderInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Export; /** diff --git a/src/Bundle/ChillMainBundle/Export/ExportInterface.php b/src/Bundle/ChillMainBundle/Export/ExportInterface.php index 6f08f865b..419d9b250 100644 --- a/src/Bundle/ChillMainBundle/Export/ExportInterface.php +++ b/src/Bundle/ChillMainBundle/Export/ExportInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Export; use Closure; diff --git a/src/Bundle/ChillMainBundle/Export/ExportManager.php b/src/Bundle/ChillMainBundle/Export/ExportManager.php index f827d99e8..782a2fdd2 100644 --- a/src/Bundle/ChillMainBundle/Export/ExportManager.php +++ b/src/Bundle/ChillMainBundle/Export/ExportManager.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Export; use Chill\MainBundle\Form\Type\Export\ExportType; diff --git a/src/Bundle/ChillMainBundle/Export/FilterInterface.php b/src/Bundle/ChillMainBundle/Export/FilterInterface.php index 7d3070d7d..0b27f1cf1 100644 --- a/src/Bundle/ChillMainBundle/Export/FilterInterface.php +++ b/src/Bundle/ChillMainBundle/Export/FilterInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Export; /** diff --git a/src/Bundle/ChillMainBundle/Export/Formatter/CSVListFormatter.php b/src/Bundle/ChillMainBundle/Export/Formatter/CSVListFormatter.php index 009a729f3..94c8c5ee3 100644 --- a/src/Bundle/ChillMainBundle/Export/Formatter/CSVListFormatter.php +++ b/src/Bundle/ChillMainBundle/Export/Formatter/CSVListFormatter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Export\Formatter; use Chill\MainBundle\Export\ExportManager; diff --git a/src/Bundle/ChillMainBundle/Export/Formatter/CSVPivotedListFormatter.php b/src/Bundle/ChillMainBundle/Export/Formatter/CSVPivotedListFormatter.php index 221958357..7e3334340 100644 --- a/src/Bundle/ChillMainBundle/Export/Formatter/CSVPivotedListFormatter.php +++ b/src/Bundle/ChillMainBundle/Export/Formatter/CSVPivotedListFormatter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Export\Formatter; use Chill\MainBundle\Export\ExportManager; diff --git a/src/Bundle/ChillMainBundle/Export/Formatter/SpreadSheetFormatter.php b/src/Bundle/ChillMainBundle/Export/Formatter/SpreadSheetFormatter.php index c91a82378..590e79a41 100644 --- a/src/Bundle/ChillMainBundle/Export/Formatter/SpreadSheetFormatter.php +++ b/src/Bundle/ChillMainBundle/Export/Formatter/SpreadSheetFormatter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Export\Formatter; use Chill\MainBundle\Export\ExportManager; diff --git a/src/Bundle/ChillMainBundle/Export/Formatter/SpreadsheetListFormatter.php b/src/Bundle/ChillMainBundle/Export/Formatter/SpreadsheetListFormatter.php index 22c949570..e31535602 100644 --- a/src/Bundle/ChillMainBundle/Export/Formatter/SpreadsheetListFormatter.php +++ b/src/Bundle/ChillMainBundle/Export/Formatter/SpreadsheetListFormatter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Export\Formatter; use Chill\MainBundle\Export\ExportManager; diff --git a/src/Bundle/ChillMainBundle/Export/FormatterInterface.php b/src/Bundle/ChillMainBundle/Export/FormatterInterface.php index 78808986f..2e4e569fc 100644 --- a/src/Bundle/ChillMainBundle/Export/FormatterInterface.php +++ b/src/Bundle/ChillMainBundle/Export/FormatterInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Export; use Symfony\Component\Form\FormBuilderInterface; diff --git a/src/Bundle/ChillMainBundle/Export/GroupedExportInterface.php b/src/Bundle/ChillMainBundle/Export/GroupedExportInterface.php index 5d11c8d00..6a0e7722a 100644 --- a/src/Bundle/ChillMainBundle/Export/GroupedExportInterface.php +++ b/src/Bundle/ChillMainBundle/Export/GroupedExportInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Export; /** diff --git a/src/Bundle/ChillMainBundle/Export/ListInterface.php b/src/Bundle/ChillMainBundle/Export/ListInterface.php index 7493e06b9..496415e3b 100644 --- a/src/Bundle/ChillMainBundle/Export/ListInterface.php +++ b/src/Bundle/ChillMainBundle/Export/ListInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Export; /** diff --git a/src/Bundle/ChillMainBundle/Export/ModifierInterface.php b/src/Bundle/ChillMainBundle/Export/ModifierInterface.php index bfc5eb480..1265f52c4 100644 --- a/src/Bundle/ChillMainBundle/Export/ModifierInterface.php +++ b/src/Bundle/ChillMainBundle/Export/ModifierInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Export; use Doctrine\ORM\QueryBuilder; diff --git a/src/Bundle/ChillMainBundle/Form/AdvancedSearchType.php b/src/Bundle/ChillMainBundle/Form/AdvancedSearchType.php index 03761d4f3..e1d94728e 100644 --- a/src/Bundle/ChillMainBundle/Form/AdvancedSearchType.php +++ b/src/Bundle/ChillMainBundle/Form/AdvancedSearchType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form; use Chill\MainBundle\Search\SearchProvider; diff --git a/src/Bundle/ChillMainBundle/Form/CenterType.php b/src/Bundle/ChillMainBundle/Form/CenterType.php index 0ed22dc17..494df50e9 100644 --- a/src/Bundle/ChillMainBundle/Form/CenterType.php +++ b/src/Bundle/ChillMainBundle/Form/CenterType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form; use Symfony\Component\Form\AbstractType; diff --git a/src/Bundle/ChillMainBundle/Form/ChoiceLoader/PostalCodeChoiceLoader.php b/src/Bundle/ChillMainBundle/Form/ChoiceLoader/PostalCodeChoiceLoader.php index 235824d3e..7e0702de1 100644 --- a/src/Bundle/ChillMainBundle/Form/ChoiceLoader/PostalCodeChoiceLoader.php +++ b/src/Bundle/ChillMainBundle/Form/ChoiceLoader/PostalCodeChoiceLoader.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\ChoiceLoader; use Chill\MainBundle\Entity\PostalCode; diff --git a/src/Bundle/ChillMainBundle/Form/DataMapper/AddressDataMapper.php b/src/Bundle/ChillMainBundle/Form/DataMapper/AddressDataMapper.php index c3c4d3027..73a61c998 100644 --- a/src/Bundle/ChillMainBundle/Form/DataMapper/AddressDataMapper.php +++ b/src/Bundle/ChillMainBundle/Form/DataMapper/AddressDataMapper.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\DataMapper; use Chill\MainBundle\Entity\Address; diff --git a/src/Bundle/ChillMainBundle/Form/DataMapper/ScopePickerDataMapper.php b/src/Bundle/ChillMainBundle/Form/DataMapper/ScopePickerDataMapper.php index ca4d74b21..7284b9b3a 100644 --- a/src/Bundle/ChillMainBundle/Form/DataMapper/ScopePickerDataMapper.php +++ b/src/Bundle/ChillMainBundle/Form/DataMapper/ScopePickerDataMapper.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\DataMapper; use Chill\MainBundle\Entity\Scope; diff --git a/src/Bundle/ChillMainBundle/Form/Event/CustomizeFormEvent.php b/src/Bundle/ChillMainBundle/Form/Event/CustomizeFormEvent.php index c2812d200..776a8d80c 100644 --- a/src/Bundle/ChillMainBundle/Form/Event/CustomizeFormEvent.php +++ b/src/Bundle/ChillMainBundle/Form/Event/CustomizeFormEvent.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Event; use Symfony\Component\Form\FormBuilderInterface; diff --git a/src/Bundle/ChillMainBundle/Form/LocationFormType.php b/src/Bundle/ChillMainBundle/Form/LocationFormType.php index e93ccc5d8..ecb4a76ea 100644 --- a/src/Bundle/ChillMainBundle/Form/LocationFormType.php +++ b/src/Bundle/ChillMainBundle/Form/LocationFormType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form; use Chill\MainBundle\Entity\LocationType as EntityLocationType; diff --git a/src/Bundle/ChillMainBundle/Form/LocationTypeType.php b/src/Bundle/ChillMainBundle/Form/LocationTypeType.php index c41454e65..aa096b3e6 100644 --- a/src/Bundle/ChillMainBundle/Form/LocationTypeType.php +++ b/src/Bundle/ChillMainBundle/Form/LocationTypeType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form; use Chill\MainBundle\Entity\LocationType; diff --git a/src/Bundle/ChillMainBundle/Form/PermissionsGroupType.php b/src/Bundle/ChillMainBundle/Form/PermissionsGroupType.php index f7cae97ee..e798a262e 100644 --- a/src/Bundle/ChillMainBundle/Form/PermissionsGroupType.php +++ b/src/Bundle/ChillMainBundle/Form/PermissionsGroupType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form; use Chill\MainBundle\Form\Utils\PermissionsGroupFlagProvider; diff --git a/src/Bundle/ChillMainBundle/Form/ScopeType.php b/src/Bundle/ChillMainBundle/Form/ScopeType.php index 6c9a0937d..c0c08ffbf 100644 --- a/src/Bundle/ChillMainBundle/Form/ScopeType.php +++ b/src/Bundle/ChillMainBundle/Form/ScopeType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form; use Chill\MainBundle\Form\Type\TranslatableStringFormType; diff --git a/src/Bundle/ChillMainBundle/Form/Type/AddressType.php b/src/Bundle/ChillMainBundle/Form/Type/AddressType.php index b50cf14fc..24872650f 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/AddressType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/AddressType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type; use Chill\MainBundle\Entity\Address; diff --git a/src/Bundle/ChillMainBundle/Form/Type/AppendScopeChoiceTypeTrait.php b/src/Bundle/ChillMainBundle/Form/Type/AppendScopeChoiceTypeTrait.php index 1624e24f7..3391fc845 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/AppendScopeChoiceTypeTrait.php +++ b/src/Bundle/ChillMainBundle/Form/Type/AppendScopeChoiceTypeTrait.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillMainBundle/Form/Type/ChillCollectionType.php b/src/Bundle/ChillMainBundle/Form/Type/ChillCollectionType.php index 48c9a1b98..88d5d3ce0 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/ChillCollectionType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/ChillCollectionType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type; use Symfony\Component\Form\AbstractType; diff --git a/src/Bundle/ChillMainBundle/Form/Type/ChillDateTimeType.php b/src/Bundle/ChillMainBundle/Form/Type/ChillDateTimeType.php index 38c60cfa9..f0d9d5eae 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/ChillDateTimeType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/ChillDateTimeType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type; use Symfony\Component\Form\AbstractType; diff --git a/src/Bundle/ChillMainBundle/Form/Type/ChillDateType.php b/src/Bundle/ChillMainBundle/Form/Type/ChillDateType.php index 0b2673e51..1b7f51115 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/ChillDateType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/ChillDateType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type; use Symfony\Component\Form\AbstractType; diff --git a/src/Bundle/ChillMainBundle/Form/Type/ChillTextareaType.php b/src/Bundle/ChillMainBundle/Form/Type/ChillTextareaType.php index 723c782b0..18bfd885b 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/ChillTextareaType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/ChillTextareaType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type; use Symfony\Component\Form\AbstractType; diff --git a/src/Bundle/ChillMainBundle/Form/Type/CommentType.php b/src/Bundle/ChillMainBundle/Form/Type/CommentType.php index 4886cd099..3adca5eca 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/CommentType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/CommentType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type; use Chill\MainBundle\Entity\Embeddable\CommentEmbeddable; diff --git a/src/Bundle/ChillMainBundle/Form/Type/ComposedGroupCenterType.php b/src/Bundle/ChillMainBundle/Form/Type/ComposedGroupCenterType.php index 96883a4e9..1398a8ce2 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/ComposedGroupCenterType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/ComposedGroupCenterType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillMainBundle/Form/Type/ComposedRoleScopeType.php b/src/Bundle/ChillMainBundle/Form/Type/ComposedRoleScopeType.php index 0e8360417..bf5e2d4f8 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/ComposedRoleScopeType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/ComposedRoleScopeType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type; use Chill\MainBundle\Entity\Scope; diff --git a/src/Bundle/ChillMainBundle/Form/Type/DataTransformer/AddressToIdDataTransformer.php b/src/Bundle/ChillMainBundle/Form/Type/DataTransformer/AddressToIdDataTransformer.php index f6948d57c..76f217df6 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/DataTransformer/AddressToIdDataTransformer.php +++ b/src/Bundle/ChillMainBundle/Form/Type/DataTransformer/AddressToIdDataTransformer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type\DataTransformer; use Chill\MainBundle\Repository\AddressRepository; diff --git a/src/Bundle/ChillMainBundle/Form/Type/DataTransformer/CenterTransformer.php b/src/Bundle/ChillMainBundle/Form/Type/DataTransformer/CenterTransformer.php index 359e25f15..a0f609d46 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/DataTransformer/CenterTransformer.php +++ b/src/Bundle/ChillMainBundle/Form/Type/DataTransformer/CenterTransformer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type\DataTransformer; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillMainBundle/Form/Type/DataTransformer/MultipleObjectsToIdTransformer.php b/src/Bundle/ChillMainBundle/Form/Type/DataTransformer/MultipleObjectsToIdTransformer.php index 652ccabcf..48ef5cdf0 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/DataTransformer/MultipleObjectsToIdTransformer.php +++ b/src/Bundle/ChillMainBundle/Form/Type/DataTransformer/MultipleObjectsToIdTransformer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type\DataTransformer; use Doctrine\Common\Collections\ArrayCollection; diff --git a/src/Bundle/ChillMainBundle/Form/Type/DataTransformer/ObjectToIdTransformer.php b/src/Bundle/ChillMainBundle/Form/Type/DataTransformer/ObjectToIdTransformer.php index 3b7adf6cb..145ab0441 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/DataTransformer/ObjectToIdTransformer.php +++ b/src/Bundle/ChillMainBundle/Form/Type/DataTransformer/ObjectToIdTransformer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type\DataTransformer; use Doctrine\ORM\EntityManagerInterface; diff --git a/src/Bundle/ChillMainBundle/Form/Type/DataTransformer/ScopeTransformer.php b/src/Bundle/ChillMainBundle/Form/Type/DataTransformer/ScopeTransformer.php index ec313a52c..5f6c3ed65 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/DataTransformer/ScopeTransformer.php +++ b/src/Bundle/ChillMainBundle/Form/Type/DataTransformer/ScopeTransformer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type\DataTransformer; use Chill\MainBundle\Entity\Scope; diff --git a/src/Bundle/ChillMainBundle/Form/Type/DateIntervalType.php b/src/Bundle/ChillMainBundle/Form/Type/DateIntervalType.php index ebe3c5268..66ae4d846 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/DateIntervalType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/DateIntervalType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type; use Chill\MainBundle\Form\Type\DataTransformer\DateIntervalTransformer; diff --git a/src/Bundle/ChillMainBundle/Form/Type/Export/AggregatorType.php b/src/Bundle/ChillMainBundle/Form/Type/Export/AggregatorType.php index 91db53344..9a5d97083 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/Export/AggregatorType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/Export/AggregatorType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type\Export; use Symfony\Component\Form\AbstractType; diff --git a/src/Bundle/ChillMainBundle/Form/Type/Export/ExportType.php b/src/Bundle/ChillMainBundle/Form/Type/Export/ExportType.php index 0f5d3eeb0..4b0c0694b 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/Export/ExportType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/Export/ExportType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type\Export; use Chill\MainBundle\Export\ExportManager; diff --git a/src/Bundle/ChillMainBundle/Form/Type/Export/FilterType.php b/src/Bundle/ChillMainBundle/Form/Type/Export/FilterType.php index 9079309e7..8612dd690 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/Export/FilterType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/Export/FilterType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type\Export; use Symfony\Component\Form\AbstractType; diff --git a/src/Bundle/ChillMainBundle/Form/Type/Export/FormatterType.php b/src/Bundle/ChillMainBundle/Form/Type/Export/FormatterType.php index b22458d01..c7c87e949 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/Export/FormatterType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/Export/FormatterType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type\Export; use Chill\MainBundle\Export\ExportManager; diff --git a/src/Bundle/ChillMainBundle/Form/Type/Export/PickCenterType.php b/src/Bundle/ChillMainBundle/Form/Type/Export/PickCenterType.php index 8d54749c4..daf33eb57 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/Export/PickCenterType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/Export/PickCenterType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type\Export; use Chill\MainBundle\Center\GroupingCenterInterface; diff --git a/src/Bundle/ChillMainBundle/Form/Type/Export/PickFormatterType.php b/src/Bundle/ChillMainBundle/Form/Type/Export/PickFormatterType.php index 5c547e09b..2b1c8e093 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/Export/PickFormatterType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/Export/PickFormatterType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type\Export; use Chill\MainBundle\Export\ExportManager; diff --git a/src/Bundle/ChillMainBundle/Form/Type/Listing/FilterOrderType.php b/src/Bundle/ChillMainBundle/Form/Type/Listing/FilterOrderType.php index 89a7b442a..488246a50 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/Listing/FilterOrderType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/Listing/FilterOrderType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type\Listing; use Chill\MainBundle\Templating\Listing\FilterOrderHelper; diff --git a/src/Bundle/ChillMainBundle/Form/Type/PickAddressType.php b/src/Bundle/ChillMainBundle/Form/Type/PickAddressType.php index 95fb59c3f..647c45553 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/PickAddressType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/PickAddressType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type; use Chill\MainBundle\Entity\Address; diff --git a/src/Bundle/ChillMainBundle/Form/Type/PickCenterType.php b/src/Bundle/ChillMainBundle/Form/Type/PickCenterType.php index b1eb05415..5ccf217a0 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/PickCenterType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/PickCenterType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillMainBundle/Form/Type/PostalCodeType.php b/src/Bundle/ChillMainBundle/Form/Type/PostalCodeType.php index 483cd955b..debd56ad4 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/PostalCodeType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/PostalCodeType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type; use Chill\MainBundle\Entity\PostalCode; diff --git a/src/Bundle/ChillMainBundle/Form/Type/ScopePickerType.php b/src/Bundle/ChillMainBundle/Form/Type/ScopePickerType.php index 12892504a..0b3642f7d 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/ScopePickerType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/ScopePickerType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillMainBundle/Form/Type/Select2ChoiceType.php b/src/Bundle/ChillMainBundle/Form/Type/Select2ChoiceType.php index e733e498e..ae5ab075e 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/Select2ChoiceType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/Select2ChoiceType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type; use Symfony\Component\Form\AbstractType; diff --git a/src/Bundle/ChillMainBundle/Form/Type/Select2CountryType.php b/src/Bundle/ChillMainBundle/Form/Type/Select2CountryType.php index e8e352866..bed90ad18 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/Select2CountryType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/Select2CountryType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type; use Chill\MainBundle\Form\Type\DataTransformer\ObjectToIdTransformer; diff --git a/src/Bundle/ChillMainBundle/Form/Type/Select2EntityType.php b/src/Bundle/ChillMainBundle/Form/Type/Select2EntityType.php index 235a66e03..b4db6393e 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/Select2EntityType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/Select2EntityType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type; use Symfony\Bridge\Doctrine\Form\Type\EntityType; diff --git a/src/Bundle/ChillMainBundle/Form/Type/Select2LanguageType.php b/src/Bundle/ChillMainBundle/Form/Type/Select2LanguageType.php index e9ee006a6..9fad2bdb3 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/Select2LanguageType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/Select2LanguageType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type; use Chill\MainBundle\Form\Type\DataTransformer\MultipleObjectsToIdTransformer; diff --git a/src/Bundle/ChillMainBundle/Form/Type/TranslatableStringFormType.php b/src/Bundle/ChillMainBundle/Form/Type/TranslatableStringFormType.php index a90aed08b..3f44a4e97 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/TranslatableStringFormType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/TranslatableStringFormType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type; /* diff --git a/src/Bundle/ChillMainBundle/Form/Type/UserPickerType.php b/src/Bundle/ChillMainBundle/Form/Type/UserPickerType.php index 4846002e8..9c8829dd9 100644 --- a/src/Bundle/ChillMainBundle/Form/Type/UserPickerType.php +++ b/src/Bundle/ChillMainBundle/Form/Type/UserPickerType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type; use Chill\MainBundle\Entity\Scope; diff --git a/src/Bundle/ChillMainBundle/Form/UserCurrentLocationType.php b/src/Bundle/ChillMainBundle/Form/UserCurrentLocationType.php index b7cdd4b32..4bdf61604 100644 --- a/src/Bundle/ChillMainBundle/Form/UserCurrentLocationType.php +++ b/src/Bundle/ChillMainBundle/Form/UserCurrentLocationType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form; use Chill\MainBundle\Entity\Location; diff --git a/src/Bundle/ChillMainBundle/Form/UserJobType.php b/src/Bundle/ChillMainBundle/Form/UserJobType.php index c8fbbccd5..74d69bd07 100644 --- a/src/Bundle/ChillMainBundle/Form/UserJobType.php +++ b/src/Bundle/ChillMainBundle/Form/UserJobType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form; use Chill\MainBundle\Form\Type\TranslatableStringFormType; diff --git a/src/Bundle/ChillMainBundle/Form/UserPasswordType.php b/src/Bundle/ChillMainBundle/Form/UserPasswordType.php index c64c851ba..d2e60c1ef 100644 --- a/src/Bundle/ChillMainBundle/Form/UserPasswordType.php +++ b/src/Bundle/ChillMainBundle/Form/UserPasswordType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form; use Psr\Log\LoggerInterface; diff --git a/src/Bundle/ChillMainBundle/Form/UserType.php b/src/Bundle/ChillMainBundle/Form/UserType.php index b9048f601..58f053ac1 100644 --- a/src/Bundle/ChillMainBundle/Form/UserType.php +++ b/src/Bundle/ChillMainBundle/Form/UserType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillMainBundle/Form/Utils/PermissionsGroupFlagProvider.php b/src/Bundle/ChillMainBundle/Form/Utils/PermissionsGroupFlagProvider.php index 32279adb4..f4a91f100 100644 --- a/src/Bundle/ChillMainBundle/Form/Utils/PermissionsGroupFlagProvider.php +++ b/src/Bundle/ChillMainBundle/Form/Utils/PermissionsGroupFlagProvider.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Utils; interface PermissionsGroupFlagProvider diff --git a/src/Bundle/ChillMainBundle/Notification/Mailer.php b/src/Bundle/ChillMainBundle/Notification/Mailer.php index c978c5476..84382b4fb 100644 --- a/src/Bundle/ChillMainBundle/Notification/Mailer.php +++ b/src/Bundle/ChillMainBundle/Notification/Mailer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Notification; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillMainBundle/Notification/NotificationRenderer.php b/src/Bundle/ChillMainBundle/Notification/NotificationRenderer.php index 71440c62d..048dfc02f 100644 --- a/src/Bundle/ChillMainBundle/Notification/NotificationRenderer.php +++ b/src/Bundle/ChillMainBundle/Notification/NotificationRenderer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Notification; use Chill\ActivityBundle\Notification\ActivityNotificationRenderer; diff --git a/src/Bundle/ChillMainBundle/Pagination/ChillItemsPerPageTwig.php b/src/Bundle/ChillMainBundle/Pagination/ChillItemsPerPageTwig.php index 8a89877c4..3a236f5c1 100644 --- a/src/Bundle/ChillMainBundle/Pagination/ChillItemsPerPageTwig.php +++ b/src/Bundle/ChillMainBundle/Pagination/ChillItemsPerPageTwig.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Pagination; use Twig\Environment; diff --git a/src/Bundle/ChillMainBundle/Pagination/ChillPaginationTwig.php b/src/Bundle/ChillMainBundle/Pagination/ChillPaginationTwig.php index f66c61d09..ed540b0c2 100644 --- a/src/Bundle/ChillMainBundle/Pagination/ChillPaginationTwig.php +++ b/src/Bundle/ChillMainBundle/Pagination/ChillPaginationTwig.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Pagination; use Twig\Environment; diff --git a/src/Bundle/ChillMainBundle/Pagination/Page.php b/src/Bundle/ChillMainBundle/Pagination/Page.php index 508fec359..c93af4508 100644 --- a/src/Bundle/ChillMainBundle/Pagination/Page.php +++ b/src/Bundle/ChillMainBundle/Pagination/Page.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Pagination; use Symfony\Component\Routing\Generator\UrlGeneratorInterface; diff --git a/src/Bundle/ChillMainBundle/Pagination/PageInterface.php b/src/Bundle/ChillMainBundle/Pagination/PageInterface.php index 33fc68977..acca7301c 100644 --- a/src/Bundle/ChillMainBundle/Pagination/PageInterface.php +++ b/src/Bundle/ChillMainBundle/Pagination/PageInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Pagination; /** diff --git a/src/Bundle/ChillMainBundle/Pagination/Paginator.php b/src/Bundle/ChillMainBundle/Pagination/Paginator.php index 4820d439d..d6da55618 100644 --- a/src/Bundle/ChillMainBundle/Pagination/Paginator.php +++ b/src/Bundle/ChillMainBundle/Pagination/Paginator.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Pagination; use RuntimeException; diff --git a/src/Bundle/ChillMainBundle/Pagination/PaginatorFactory.php b/src/Bundle/ChillMainBundle/Pagination/PaginatorFactory.php index 1ea9e4e19..e02729287 100644 --- a/src/Bundle/ChillMainBundle/Pagination/PaginatorFactory.php +++ b/src/Bundle/ChillMainBundle/Pagination/PaginatorFactory.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Pagination; use Symfony\Component\HttpFoundation\RequestStack; diff --git a/src/Bundle/ChillMainBundle/Pagination/PaginatorInterface.php b/src/Bundle/ChillMainBundle/Pagination/PaginatorInterface.php index 2171ae071..bf7130516 100644 --- a/src/Bundle/ChillMainBundle/Pagination/PaginatorInterface.php +++ b/src/Bundle/ChillMainBundle/Pagination/PaginatorInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Pagination; use Countable; diff --git a/src/Bundle/ChillMainBundle/Phonenumber/PhonenumberHelper.php b/src/Bundle/ChillMainBundle/Phonenumber/PhonenumberHelper.php index 491d3b316..e807efebe 100644 --- a/src/Bundle/ChillMainBundle/Phonenumber/PhonenumberHelper.php +++ b/src/Bundle/ChillMainBundle/Phonenumber/PhonenumberHelper.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Phonenumber; use GuzzleHttp\Client; diff --git a/src/Bundle/ChillMainBundle/Phonenumber/Templating.php b/src/Bundle/ChillMainBundle/Phonenumber/Templating.php index 34cb181eb..414732263 100644 --- a/src/Bundle/ChillMainBundle/Phonenumber/Templating.php +++ b/src/Bundle/ChillMainBundle/Phonenumber/Templating.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Phonenumber; use Twig\Extension\AbstractExtension; diff --git a/src/Bundle/ChillMainBundle/Redis/ChillRedis.php b/src/Bundle/ChillMainBundle/Redis/ChillRedis.php index 2a61e887e..2ae13b2ac 100644 --- a/src/Bundle/ChillMainBundle/Redis/ChillRedis.php +++ b/src/Bundle/ChillMainBundle/Redis/ChillRedis.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Redis; use Redis; diff --git a/src/Bundle/ChillMainBundle/Redis/RedisConnectionFactory.php b/src/Bundle/ChillMainBundle/Redis/RedisConnectionFactory.php index 34e7ab57f..5beb05b93 100644 --- a/src/Bundle/ChillMainBundle/Redis/RedisConnectionFactory.php +++ b/src/Bundle/ChillMainBundle/Redis/RedisConnectionFactory.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Redis; use RuntimeException; diff --git a/src/Bundle/ChillMainBundle/Repository/CivilityRepository.php b/src/Bundle/ChillMainBundle/Repository/CivilityRepository.php index ae2e7de34..3604f25d0 100644 --- a/src/Bundle/ChillMainBundle/Repository/CivilityRepository.php +++ b/src/Bundle/ChillMainBundle/Repository/CivilityRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Repository; use Chill\MainBundle\Entity\Civility; diff --git a/src/Bundle/ChillMainBundle/Repository/LocationRepository.php b/src/Bundle/ChillMainBundle/Repository/LocationRepository.php index dd0d50090..253298d49 100644 --- a/src/Bundle/ChillMainBundle/Repository/LocationRepository.php +++ b/src/Bundle/ChillMainBundle/Repository/LocationRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Repository; use Chill\MainBundle\Entity\Location; diff --git a/src/Bundle/ChillMainBundle/Repository/LocationTypeRepository.php b/src/Bundle/ChillMainBundle/Repository/LocationTypeRepository.php index 9e495bd1e..e8d5579d0 100644 --- a/src/Bundle/ChillMainBundle/Repository/LocationTypeRepository.php +++ b/src/Bundle/ChillMainBundle/Repository/LocationTypeRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Repository; use Chill\MainBundle\Entity\LocationType; diff --git a/src/Bundle/ChillMainBundle/Repository/NotificationRepository.php b/src/Bundle/ChillMainBundle/Repository/NotificationRepository.php index 55875ceb9..4af19550c 100644 --- a/src/Bundle/ChillMainBundle/Repository/NotificationRepository.php +++ b/src/Bundle/ChillMainBundle/Repository/NotificationRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Repository; use Chill\MainBundle\Entity\Notification; diff --git a/src/Bundle/ChillMainBundle/Repository/UserACLAwareRepository.php b/src/Bundle/ChillMainBundle/Repository/UserACLAwareRepository.php index 17127c498..6dc446111 100644 --- a/src/Bundle/ChillMainBundle/Repository/UserACLAwareRepository.php +++ b/src/Bundle/ChillMainBundle/Repository/UserACLAwareRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Repository; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillMainBundle/Repository/UserACLAwareRepositoryInterface.php b/src/Bundle/ChillMainBundle/Repository/UserACLAwareRepositoryInterface.php index 4a0baf106..206096b96 100644 --- a/src/Bundle/ChillMainBundle/Repository/UserACLAwareRepositoryInterface.php +++ b/src/Bundle/ChillMainBundle/Repository/UserACLAwareRepositoryInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Repository; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillMainBundle/Repository/UserJobRepository.php b/src/Bundle/ChillMainBundle/Repository/UserJobRepository.php index f80faa13d..13eb9e481 100644 --- a/src/Bundle/ChillMainBundle/Repository/UserJobRepository.php +++ b/src/Bundle/ChillMainBundle/Repository/UserJobRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Repository; use Chill\MainBundle\Entity\UserJob; diff --git a/src/Bundle/ChillMainBundle/Resources/test/Fixtures/App/app/AppKernel.php b/src/Bundle/ChillMainBundle/Resources/test/Fixtures/App/app/AppKernel.php index d374dd070..4f0542aec 100644 --- a/src/Bundle/ChillMainBundle/Resources/test/Fixtures/App/app/AppKernel.php +++ b/src/Bundle/ChillMainBundle/Resources/test/Fixtures/App/app/AppKernel.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - use Symfony\Component\Config\Loader\LoaderInterface; use Symfony\Component\HttpKernel\Kernel; diff --git a/src/Bundle/ChillMainBundle/Resources/test/Fixtures/App/app/autoload.php b/src/Bundle/ChillMainBundle/Resources/test/Fixtures/App/app/autoload.php index 6f199176e..ea351fb8a 100644 --- a/src/Bundle/ChillMainBundle/Resources/test/Fixtures/App/app/autoload.php +++ b/src/Bundle/ChillMainBundle/Resources/test/Fixtures/App/app/autoload.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - use Composer\Autoload\ClassLoader; use Doctrine\Common\Annotations\AnnotationRegistry; diff --git a/src/Bundle/ChillMainBundle/Routing/LocalMenuBuilderInterface.php b/src/Bundle/ChillMainBundle/Routing/LocalMenuBuilderInterface.php index cabc36e65..23d4a5724 100644 --- a/src/Bundle/ChillMainBundle/Routing/LocalMenuBuilderInterface.php +++ b/src/Bundle/ChillMainBundle/Routing/LocalMenuBuilderInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Routing; use Knp\Menu\MenuItem; diff --git a/src/Bundle/ChillMainBundle/Routing/MenuBuilder/AdminSectionMenuBuilder.php b/src/Bundle/ChillMainBundle/Routing/MenuBuilder/AdminSectionMenuBuilder.php index 2a4f1653a..9bcc80ad2 100644 --- a/src/Bundle/ChillMainBundle/Routing/MenuBuilder/AdminSectionMenuBuilder.php +++ b/src/Bundle/ChillMainBundle/Routing/MenuBuilder/AdminSectionMenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Routing\MenuBuilder; use Chill\MainBundle\Routing\LocalMenuBuilderInterface; diff --git a/src/Bundle/ChillMainBundle/Routing/MenuBuilder/LocationMenuBuilder.php b/src/Bundle/ChillMainBundle/Routing/MenuBuilder/LocationMenuBuilder.php index 22da369c4..da1ce479b 100644 --- a/src/Bundle/ChillMainBundle/Routing/MenuBuilder/LocationMenuBuilder.php +++ b/src/Bundle/ChillMainBundle/Routing/MenuBuilder/LocationMenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Routing\MenuBuilder; use Knp\Menu\MenuItem; diff --git a/src/Bundle/ChillMainBundle/Routing/MenuBuilder/PermissionMenuBuilder.php b/src/Bundle/ChillMainBundle/Routing/MenuBuilder/PermissionMenuBuilder.php index 391d62079..6fab6b635 100644 --- a/src/Bundle/ChillMainBundle/Routing/MenuBuilder/PermissionMenuBuilder.php +++ b/src/Bundle/ChillMainBundle/Routing/MenuBuilder/PermissionMenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Routing\MenuBuilder; use Knp\Menu\MenuItem; diff --git a/src/Bundle/ChillMainBundle/Routing/MenuBuilder/SectionMenuBuilder.php b/src/Bundle/ChillMainBundle/Routing/MenuBuilder/SectionMenuBuilder.php index 5ff103100..9aae86e48 100644 --- a/src/Bundle/ChillMainBundle/Routing/MenuBuilder/SectionMenuBuilder.php +++ b/src/Bundle/ChillMainBundle/Routing/MenuBuilder/SectionMenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Routing\MenuBuilder; use Chill\MainBundle\Routing\LocalMenuBuilderInterface; diff --git a/src/Bundle/ChillMainBundle/Routing/MenuBuilder/UserMenuBuilder.php b/src/Bundle/ChillMainBundle/Routing/MenuBuilder/UserMenuBuilder.php index 769d452ad..51758d979 100644 --- a/src/Bundle/ChillMainBundle/Routing/MenuBuilder/UserMenuBuilder.php +++ b/src/Bundle/ChillMainBundle/Routing/MenuBuilder/UserMenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Routing\MenuBuilder; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillMainBundle/Routing/MenuTwig.php b/src/Bundle/ChillMainBundle/Routing/MenuTwig.php index 6489f86ed..bf59bfcb8 100644 --- a/src/Bundle/ChillMainBundle/Routing/MenuTwig.php +++ b/src/Bundle/ChillMainBundle/Routing/MenuTwig.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Routing; use Symfony\Component\DependencyInjection\ContainerAwareInterface; diff --git a/src/Bundle/ChillMainBundle/Search/AbstractSearch.php b/src/Bundle/ChillMainBundle/Search/AbstractSearch.php index e1265185d..adadc3422 100644 --- a/src/Bundle/ChillMainBundle/Search/AbstractSearch.php +++ b/src/Bundle/ChillMainBundle/Search/AbstractSearch.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Search; use DateTime; diff --git a/src/Bundle/ChillMainBundle/Search/Entity/SearchUserApiProvider.php b/src/Bundle/ChillMainBundle/Search/Entity/SearchUserApiProvider.php index 204cd481b..5a68fab37 100644 --- a/src/Bundle/ChillMainBundle/Search/Entity/SearchUserApiProvider.php +++ b/src/Bundle/ChillMainBundle/Search/Entity/SearchUserApiProvider.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Search\Entity; use Chill\MainBundle\Repository\UserRepository; diff --git a/src/Bundle/ChillMainBundle/Search/HasAdvancedSearchFormInterface.php b/src/Bundle/ChillMainBundle/Search/HasAdvancedSearchFormInterface.php index 6b0cc0828..dbe34c00b 100644 --- a/src/Bundle/ChillMainBundle/Search/HasAdvancedSearchFormInterface.php +++ b/src/Bundle/ChillMainBundle/Search/HasAdvancedSearchFormInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Search; use Symfony\Component\Form\FormBuilderInterface; diff --git a/src/Bundle/ChillMainBundle/Search/Model/Result.php b/src/Bundle/ChillMainBundle/Search/Model/Result.php index e4057322d..96d021187 100644 --- a/src/Bundle/ChillMainBundle/Search/Model/Result.php +++ b/src/Bundle/ChillMainBundle/Search/Model/Result.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Search\Model; class Result diff --git a/src/Bundle/ChillMainBundle/Search/ParsingException.php b/src/Bundle/ChillMainBundle/Search/ParsingException.php index db8ba0404..1c53463a5 100644 --- a/src/Bundle/ChillMainBundle/Search/ParsingException.php +++ b/src/Bundle/ChillMainBundle/Search/ParsingException.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Search; use Exception; diff --git a/src/Bundle/ChillMainBundle/Search/SearchApiInterface.php b/src/Bundle/ChillMainBundle/Search/SearchApiInterface.php index 8ba6bd31d..111bd5e5e 100644 --- a/src/Bundle/ChillMainBundle/Search/SearchApiInterface.php +++ b/src/Bundle/ChillMainBundle/Search/SearchApiInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Search; interface SearchApiInterface diff --git a/src/Bundle/ChillMainBundle/Search/SearchApiNoQueryException.php b/src/Bundle/ChillMainBundle/Search/SearchApiNoQueryException.php index 15df80ea9..46dfc759b 100644 --- a/src/Bundle/ChillMainBundle/Search/SearchApiNoQueryException.php +++ b/src/Bundle/ChillMainBundle/Search/SearchApiNoQueryException.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Search; use RuntimeException; diff --git a/src/Bundle/ChillMainBundle/Search/SearchApiQuery.php b/src/Bundle/ChillMainBundle/Search/SearchApiQuery.php index 1c7098ec0..2fcea304d 100644 --- a/src/Bundle/ChillMainBundle/Search/SearchApiQuery.php +++ b/src/Bundle/ChillMainBundle/Search/SearchApiQuery.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Search; use function array_push; diff --git a/src/Bundle/ChillMainBundle/Search/SearchInterface.php b/src/Bundle/ChillMainBundle/Search/SearchInterface.php index 74537d151..0c9369808 100644 --- a/src/Bundle/ChillMainBundle/Search/SearchInterface.php +++ b/src/Bundle/ChillMainBundle/Search/SearchInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Search; /** diff --git a/src/Bundle/ChillMainBundle/Search/SearchProvider.php b/src/Bundle/ChillMainBundle/Search/SearchProvider.php index aae86488c..61eb3fcd8 100644 --- a/src/Bundle/ChillMainBundle/Search/SearchProvider.php +++ b/src/Bundle/ChillMainBundle/Search/SearchProvider.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Search; use function array_key_exists; diff --git a/src/Bundle/ChillMainBundle/Search/UnknowSearchDomainException.php b/src/Bundle/ChillMainBundle/Search/UnknowSearchDomainException.php index 8abb2dde2..6868a53f6 100644 --- a/src/Bundle/ChillMainBundle/Search/UnknowSearchDomainException.php +++ b/src/Bundle/ChillMainBundle/Search/UnknowSearchDomainException.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Search; use Exception; diff --git a/src/Bundle/ChillMainBundle/Search/UnknowSearchNameException.php b/src/Bundle/ChillMainBundle/Search/UnknowSearchNameException.php index eeabc2ef0..36ee550e0 100644 --- a/src/Bundle/ChillMainBundle/Search/UnknowSearchNameException.php +++ b/src/Bundle/ChillMainBundle/Search/UnknowSearchNameException.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Search; use Exception; diff --git a/src/Bundle/ChillMainBundle/Search/Utils/ExtractDateFromPattern.php b/src/Bundle/ChillMainBundle/Search/Utils/ExtractDateFromPattern.php index 6d92f0d44..058bfe070 100644 --- a/src/Bundle/ChillMainBundle/Search/Utils/ExtractDateFromPattern.php +++ b/src/Bundle/ChillMainBundle/Search/Utils/ExtractDateFromPattern.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Search\Utils; use DateTimeImmutable; diff --git a/src/Bundle/ChillMainBundle/Search/Utils/ExtractPhonenumberFromPattern.php b/src/Bundle/ChillMainBundle/Search/Utils/ExtractPhonenumberFromPattern.php index 00ec3bab9..caad6d093 100644 --- a/src/Bundle/ChillMainBundle/Search/Utils/ExtractPhonenumberFromPattern.php +++ b/src/Bundle/ChillMainBundle/Search/Utils/ExtractPhonenumberFromPattern.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Search\Utils; use LogicException; diff --git a/src/Bundle/ChillMainBundle/Search/Utils/SearchExtractionResult.php b/src/Bundle/ChillMainBundle/Search/Utils/SearchExtractionResult.php index 14760a7cc..23c1dae6b 100644 --- a/src/Bundle/ChillMainBundle/Search/Utils/SearchExtractionResult.php +++ b/src/Bundle/ChillMainBundle/Search/Utils/SearchExtractionResult.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Search\Utils; class SearchExtractionResult diff --git a/src/Bundle/ChillMainBundle/Security/Authorization/AuthorizationHelperInterface.php b/src/Bundle/ChillMainBundle/Security/Authorization/AuthorizationHelperInterface.php index 928fd365a..0e4d739f6 100644 --- a/src/Bundle/ChillMainBundle/Security/Authorization/AuthorizationHelperInterface.php +++ b/src/Bundle/ChillMainBundle/Security/Authorization/AuthorizationHelperInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Security\Authorization; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillMainBundle/Security/Authorization/ChillVoterInterface.php b/src/Bundle/ChillMainBundle/Security/Authorization/ChillVoterInterface.php index 29957aee6..013cac51d 100644 --- a/src/Bundle/ChillMainBundle/Security/Authorization/ChillVoterInterface.php +++ b/src/Bundle/ChillMainBundle/Security/Authorization/ChillVoterInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Security\Authorization; /** diff --git a/src/Bundle/ChillMainBundle/Security/Authorization/VoterGeneratorInterface.php b/src/Bundle/ChillMainBundle/Security/Authorization/VoterGeneratorInterface.php index 0fc33db97..ebf35ad7e 100644 --- a/src/Bundle/ChillMainBundle/Security/Authorization/VoterGeneratorInterface.php +++ b/src/Bundle/ChillMainBundle/Security/Authorization/VoterGeneratorInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Security\Authorization; interface VoterGeneratorInterface diff --git a/src/Bundle/ChillMainBundle/Security/Authorization/VoterHelperFactoryInterface.php b/src/Bundle/ChillMainBundle/Security/Authorization/VoterHelperFactoryInterface.php index 08f519769..405faae60 100644 --- a/src/Bundle/ChillMainBundle/Security/Authorization/VoterHelperFactoryInterface.php +++ b/src/Bundle/ChillMainBundle/Security/Authorization/VoterHelperFactoryInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Security\Authorization; interface VoterHelperFactoryInterface diff --git a/src/Bundle/ChillMainBundle/Security/ParentRoleHelper.php b/src/Bundle/ChillMainBundle/Security/ParentRoleHelper.php index 231255b55..137c774b2 100644 --- a/src/Bundle/ChillMainBundle/Security/ParentRoleHelper.php +++ b/src/Bundle/ChillMainBundle/Security/ParentRoleHelper.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Security; use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface; diff --git a/src/Bundle/ChillMainBundle/Security/PasswordRecover/PasswordRecoverEvent.php b/src/Bundle/ChillMainBundle/Security/PasswordRecover/PasswordRecoverEvent.php index dfe3ff7e7..5e183e478 100644 --- a/src/Bundle/ChillMainBundle/Security/PasswordRecover/PasswordRecoverEvent.php +++ b/src/Bundle/ChillMainBundle/Security/PasswordRecover/PasswordRecoverEvent.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Security\PasswordRecover; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillMainBundle/Security/PasswordRecover/PasswordRecoverEventSubscriber.php b/src/Bundle/ChillMainBundle/Security/PasswordRecover/PasswordRecoverEventSubscriber.php index cc2e7ab53..3bd747428 100644 --- a/src/Bundle/ChillMainBundle/Security/PasswordRecover/PasswordRecoverEventSubscriber.php +++ b/src/Bundle/ChillMainBundle/Security/PasswordRecover/PasswordRecoverEventSubscriber.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Security\PasswordRecover; use Symfony\Component\EventDispatcher\EventSubscriberInterface; diff --git a/src/Bundle/ChillMainBundle/Security/PasswordRecover/PasswordRecoverLocker.php b/src/Bundle/ChillMainBundle/Security/PasswordRecover/PasswordRecoverLocker.php index ef63cf79e..223aa1494 100644 --- a/src/Bundle/ChillMainBundle/Security/PasswordRecover/PasswordRecoverLocker.php +++ b/src/Bundle/ChillMainBundle/Security/PasswordRecover/PasswordRecoverLocker.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Security\PasswordRecover; use Chill\MainBundle\Redis\ChillRedis; diff --git a/src/Bundle/ChillMainBundle/Security/PasswordRecover/PasswordRecoverVoter.php b/src/Bundle/ChillMainBundle/Security/PasswordRecover/PasswordRecoverVoter.php index d3001afb5..40787fe74 100644 --- a/src/Bundle/ChillMainBundle/Security/PasswordRecover/PasswordRecoverVoter.php +++ b/src/Bundle/ChillMainBundle/Security/PasswordRecover/PasswordRecoverVoter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Security\PasswordRecover; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillMainBundle/Security/PasswordRecover/RecoverPasswordHelper.php b/src/Bundle/ChillMainBundle/Security/PasswordRecover/RecoverPasswordHelper.php index 6d7589d91..e6f3db0e7 100644 --- a/src/Bundle/ChillMainBundle/Security/PasswordRecover/RecoverPasswordHelper.php +++ b/src/Bundle/ChillMainBundle/Security/PasswordRecover/RecoverPasswordHelper.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Security\PasswordRecover; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillMainBundle/Security/PasswordRecover/TokenManager.php b/src/Bundle/ChillMainBundle/Security/PasswordRecover/TokenManager.php index 4fa526c10..6a7f6f03e 100644 --- a/src/Bundle/ChillMainBundle/Security/PasswordRecover/TokenManager.php +++ b/src/Bundle/ChillMainBundle/Security/PasswordRecover/TokenManager.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Security\PasswordRecover; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillMainBundle/Security/Resolver/CenterResolverInterface.php b/src/Bundle/ChillMainBundle/Security/Resolver/CenterResolverInterface.php index a4c2c1ced..2c4e1f8f8 100644 --- a/src/Bundle/ChillMainBundle/Security/Resolver/CenterResolverInterface.php +++ b/src/Bundle/ChillMainBundle/Security/Resolver/CenterResolverInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Security\Resolver; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillMainBundle/Security/Resolver/DefaultCenterResolver.php b/src/Bundle/ChillMainBundle/Security/Resolver/DefaultCenterResolver.php index 2622feb78..0da9e1151 100644 --- a/src/Bundle/ChillMainBundle/Security/Resolver/DefaultCenterResolver.php +++ b/src/Bundle/ChillMainBundle/Security/Resolver/DefaultCenterResolver.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Security\Resolver; use Chill\MainBundle\Entity\HasCenterInterface; diff --git a/src/Bundle/ChillMainBundle/Security/Resolver/DefaultScopeResolver.php b/src/Bundle/ChillMainBundle/Security/Resolver/DefaultScopeResolver.php index 4c8e3e1d6..b2b5e97e5 100644 --- a/src/Bundle/ChillMainBundle/Security/Resolver/DefaultScopeResolver.php +++ b/src/Bundle/ChillMainBundle/Security/Resolver/DefaultScopeResolver.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Security\Resolver; use Chill\MainBundle\Entity\HasScopeInterface; diff --git a/src/Bundle/ChillMainBundle/Security/Resolver/ResolverTwigExtension.php b/src/Bundle/ChillMainBundle/Security/Resolver/ResolverTwigExtension.php index 5a58e54c2..66bfdb4ee 100644 --- a/src/Bundle/ChillMainBundle/Security/Resolver/ResolverTwigExtension.php +++ b/src/Bundle/ChillMainBundle/Security/Resolver/ResolverTwigExtension.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Security\Resolver; use Twig\TwigFilter; diff --git a/src/Bundle/ChillMainBundle/Security/Resolver/ScopeResolverDispatcher.php b/src/Bundle/ChillMainBundle/Security/Resolver/ScopeResolverDispatcher.php index aacab4b18..1cd03e2b7 100644 --- a/src/Bundle/ChillMainBundle/Security/Resolver/ScopeResolverDispatcher.php +++ b/src/Bundle/ChillMainBundle/Security/Resolver/ScopeResolverDispatcher.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Security\Resolver; use Chill\MainBundle\Entity\Scope; diff --git a/src/Bundle/ChillMainBundle/Security/Resolver/ScopeResolverInterface.php b/src/Bundle/ChillMainBundle/Security/Resolver/ScopeResolverInterface.php index b59c27a33..2d5601ffa 100644 --- a/src/Bundle/ChillMainBundle/Security/Resolver/ScopeResolverInterface.php +++ b/src/Bundle/ChillMainBundle/Security/Resolver/ScopeResolverInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Security\Resolver; use Chill\MainBundle\Entity\Scope; diff --git a/src/Bundle/ChillMainBundle/Security/RoleProvider.php b/src/Bundle/ChillMainBundle/Security/RoleProvider.php index a21fb2ec5..15b7f69ff 100644 --- a/src/Bundle/ChillMainBundle/Security/RoleProvider.php +++ b/src/Bundle/ChillMainBundle/Security/RoleProvider.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Security; use function array_fill_keys; diff --git a/src/Bundle/ChillMainBundle/Serializer/Model/Collection.php b/src/Bundle/ChillMainBundle/Serializer/Model/Collection.php index ab86648b1..758ca55b4 100644 --- a/src/Bundle/ChillMainBundle/Serializer/Model/Collection.php +++ b/src/Bundle/ChillMainBundle/Serializer/Model/Collection.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Serializer\Model; use Chill\MainBundle\Pagination\PaginatorInterface; diff --git a/src/Bundle/ChillMainBundle/Serializer/Normalizer/CenterNormalizer.php b/src/Bundle/ChillMainBundle/Serializer/Normalizer/CenterNormalizer.php index 6d7aa42bc..cbe712ee8 100644 --- a/src/Bundle/ChillMainBundle/Serializer/Normalizer/CenterNormalizer.php +++ b/src/Bundle/ChillMainBundle/Serializer/Normalizer/CenterNormalizer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Serializer\Normalizer; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillMainBundle/Serializer/Normalizer/CollectionNormalizer.php b/src/Bundle/ChillMainBundle/Serializer/Normalizer/CollectionNormalizer.php index 98e069b76..0c80e0439 100644 --- a/src/Bundle/ChillMainBundle/Serializer/Normalizer/CollectionNormalizer.php +++ b/src/Bundle/ChillMainBundle/Serializer/Normalizer/CollectionNormalizer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Serializer\Normalizer; use Chill\MainBundle\Serializer\Model\Collection; diff --git a/src/Bundle/ChillMainBundle/Serializer/Normalizer/DateNormalizer.php b/src/Bundle/ChillMainBundle/Serializer/Normalizer/DateNormalizer.php index 1a6fd79c1..3050ad268 100644 --- a/src/Bundle/ChillMainBundle/Serializer/Normalizer/DateNormalizer.php +++ b/src/Bundle/ChillMainBundle/Serializer/Normalizer/DateNormalizer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Serializer\Normalizer; use DateTime; diff --git a/src/Bundle/ChillMainBundle/Serializer/Normalizer/DiscriminatedObjectDenormalizer.php b/src/Bundle/ChillMainBundle/Serializer/Normalizer/DiscriminatedObjectDenormalizer.php index b15470771..f31b5d60d 100644 --- a/src/Bundle/ChillMainBundle/Serializer/Normalizer/DiscriminatedObjectDenormalizer.php +++ b/src/Bundle/ChillMainBundle/Serializer/Normalizer/DiscriminatedObjectDenormalizer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Serializer\Normalizer; use LogicException; diff --git a/src/Bundle/ChillMainBundle/Serializer/Normalizer/DoctrineExistingEntityNormalizer.php b/src/Bundle/ChillMainBundle/Serializer/Normalizer/DoctrineExistingEntityNormalizer.php index 607a47b10..aa9d12e24 100644 --- a/src/Bundle/ChillMainBundle/Serializer/Normalizer/DoctrineExistingEntityNormalizer.php +++ b/src/Bundle/ChillMainBundle/Serializer/Normalizer/DoctrineExistingEntityNormalizer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Serializer\Normalizer; use Doctrine\ORM\EntityManagerInterface; diff --git a/src/Bundle/ChillMainBundle/Serializer/Normalizer/PointNormalizer.php b/src/Bundle/ChillMainBundle/Serializer/Normalizer/PointNormalizer.php index 5ab5b8929..c8c532802 100644 --- a/src/Bundle/ChillMainBundle/Serializer/Normalizer/PointNormalizer.php +++ b/src/Bundle/ChillMainBundle/Serializer/Normalizer/PointNormalizer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Serializer\Normalizer; use Chill\MainBundle\Doctrine\Model\Point; diff --git a/src/Bundle/ChillMainBundle/Serializer/Normalizer/UserNormalizer.php b/src/Bundle/ChillMainBundle/Serializer/Normalizer/UserNormalizer.php index 22a9cfb13..f046cb34f 100644 --- a/src/Bundle/ChillMainBundle/Serializer/Normalizer/UserNormalizer.php +++ b/src/Bundle/ChillMainBundle/Serializer/Normalizer/UserNormalizer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Serializer\Normalizer; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillMainBundle/Templating/CSVCellTwig.php b/src/Bundle/ChillMainBundle/Templating/CSVCellTwig.php index e007bd109..6d3075d6f 100644 --- a/src/Bundle/ChillMainBundle/Templating/CSVCellTwig.php +++ b/src/Bundle/ChillMainBundle/Templating/CSVCellTwig.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating; use Twig\Extension\AbstractExtension; diff --git a/src/Bundle/ChillMainBundle/Templating/ChillMarkdownRenderExtension.php b/src/Bundle/ChillMainBundle/Templating/ChillMarkdownRenderExtension.php index d4da847c5..55212c64f 100644 --- a/src/Bundle/ChillMainBundle/Templating/ChillMarkdownRenderExtension.php +++ b/src/Bundle/ChillMainBundle/Templating/ChillMarkdownRenderExtension.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating; use Parsedown; diff --git a/src/Bundle/ChillMainBundle/Templating/ChillTwigHelper.php b/src/Bundle/ChillMainBundle/Templating/ChillTwigHelper.php index 5c6eae005..4bc0cffd4 100644 --- a/src/Bundle/ChillMainBundle/Templating/ChillTwigHelper.php +++ b/src/Bundle/ChillMainBundle/Templating/ChillTwigHelper.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating; use DateTimeInterface; diff --git a/src/Bundle/ChillMainBundle/Templating/ChillTwigRoutingHelper.php b/src/Bundle/ChillMainBundle/Templating/ChillTwigRoutingHelper.php index 178b3e8e3..478920f05 100644 --- a/src/Bundle/ChillMainBundle/Templating/ChillTwigRoutingHelper.php +++ b/src/Bundle/ChillMainBundle/Templating/ChillTwigRoutingHelper.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating; use Symfony\Bridge\Twig\Extension\RoutingExtension; diff --git a/src/Bundle/ChillMainBundle/Templating/Entity/AbstractChillEntityRender.php b/src/Bundle/ChillMainBundle/Templating/Entity/AbstractChillEntityRender.php index 3cd8a89a2..d82b2885a 100644 --- a/src/Bundle/ChillMainBundle/Templating/Entity/AbstractChillEntityRender.php +++ b/src/Bundle/ChillMainBundle/Templating/Entity/AbstractChillEntityRender.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating\Entity; abstract class AbstractChillEntityRender implements ChillEntityRenderInterface diff --git a/src/Bundle/ChillMainBundle/Templating/Entity/AddressRender.php b/src/Bundle/ChillMainBundle/Templating/Entity/AddressRender.php index 22831bef6..2a29fb2f3 100644 --- a/src/Bundle/ChillMainBundle/Templating/Entity/AddressRender.php +++ b/src/Bundle/ChillMainBundle/Templating/Entity/AddressRender.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating\Entity; use Chill\MainBundle\Entity\Address; diff --git a/src/Bundle/ChillMainBundle/Templating/Entity/ChillEntityRender.php b/src/Bundle/ChillMainBundle/Templating/Entity/ChillEntityRender.php index b13ce4323..87a15955a 100644 --- a/src/Bundle/ChillMainBundle/Templating/Entity/ChillEntityRender.php +++ b/src/Bundle/ChillMainBundle/Templating/Entity/ChillEntityRender.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating\Entity; /** diff --git a/src/Bundle/ChillMainBundle/Templating/Entity/ChillEntityRenderExtension.php b/src/Bundle/ChillMainBundle/Templating/Entity/ChillEntityRenderExtension.php index d74c0b929..e1eae3884 100644 --- a/src/Bundle/ChillMainBundle/Templating/Entity/ChillEntityRenderExtension.php +++ b/src/Bundle/ChillMainBundle/Templating/Entity/ChillEntityRenderExtension.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating\Entity; use Twig\Extension\AbstractExtension; diff --git a/src/Bundle/ChillMainBundle/Templating/Entity/ChillEntityRenderInterface.php b/src/Bundle/ChillMainBundle/Templating/Entity/ChillEntityRenderInterface.php index c533b0351..d55b8bfd7 100644 --- a/src/Bundle/ChillMainBundle/Templating/Entity/ChillEntityRenderInterface.php +++ b/src/Bundle/ChillMainBundle/Templating/Entity/ChillEntityRenderInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating\Entity; /** diff --git a/src/Bundle/ChillMainBundle/Templating/Entity/CommentRender.php b/src/Bundle/ChillMainBundle/Templating/Entity/CommentRender.php index d4f8f5ed3..a6285d26b 100644 --- a/src/Bundle/ChillMainBundle/Templating/Entity/CommentRender.php +++ b/src/Bundle/ChillMainBundle/Templating/Entity/CommentRender.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating\Entity; use Chill\MainBundle\Entity\Embeddable\CommentEmbeddable; diff --git a/src/Bundle/ChillMainBundle/Templating/Entity/CompilerPass.php b/src/Bundle/ChillMainBundle/Templating/Entity/CompilerPass.php index c5219e011..38f6284ca 100644 --- a/src/Bundle/ChillMainBundle/Templating/Entity/CompilerPass.php +++ b/src/Bundle/ChillMainBundle/Templating/Entity/CompilerPass.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating\Entity; use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; diff --git a/src/Bundle/ChillMainBundle/Templating/Entity/UserRender.php b/src/Bundle/ChillMainBundle/Templating/Entity/UserRender.php index 38042746d..9247b8ffb 100644 --- a/src/Bundle/ChillMainBundle/Templating/Entity/UserRender.php +++ b/src/Bundle/ChillMainBundle/Templating/Entity/UserRender.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating\Entity; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillMainBundle/Templating/Events/DelegatedBlockRenderingEvent.php b/src/Bundle/ChillMainBundle/Templating/Events/DelegatedBlockRenderingEvent.php index d3e475076..965c80fda 100644 --- a/src/Bundle/ChillMainBundle/Templating/Events/DelegatedBlockRenderingEvent.php +++ b/src/Bundle/ChillMainBundle/Templating/Events/DelegatedBlockRenderingEvent.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating\Events; use ArrayAccess; diff --git a/src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelper.php b/src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelper.php index ede87e966..82b5f8295 100644 --- a/src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelper.php +++ b/src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelper.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating\Listing; use Chill\MainBundle\Form\Type\Listing\FilterOrderType; diff --git a/src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelperBuilder.php b/src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelperBuilder.php index 8ad35a503..9e6cb813c 100644 --- a/src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelperBuilder.php +++ b/src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelperBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating\Listing; use Symfony\Component\Form\FormFactoryInterface; diff --git a/src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelperFactory.php b/src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelperFactory.php index 5b4d4583b..fd6b4622d 100644 --- a/src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelperFactory.php +++ b/src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelperFactory.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating\Listing; use Symfony\Component\Form\FormFactoryInterface; diff --git a/src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelperFactoryInterface.php b/src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelperFactoryInterface.php index 33258434f..223e2d568 100644 --- a/src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelperFactoryInterface.php +++ b/src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelperFactoryInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating\Listing; interface FilterOrderHelperFactoryInterface diff --git a/src/Bundle/ChillMainBundle/Templating/Listing/Templating.php b/src/Bundle/ChillMainBundle/Templating/Listing/Templating.php index d70b2f415..15e570009 100644 --- a/src/Bundle/ChillMainBundle/Templating/Listing/Templating.php +++ b/src/Bundle/ChillMainBundle/Templating/Listing/Templating.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating\Listing; use Twig\Environment; diff --git a/src/Bundle/ChillMainBundle/Templating/TranslatableStringTwig.php b/src/Bundle/ChillMainBundle/Templating/TranslatableStringTwig.php index 3e855af6c..6f614f93d 100644 --- a/src/Bundle/ChillMainBundle/Templating/TranslatableStringTwig.php +++ b/src/Bundle/ChillMainBundle/Templating/TranslatableStringTwig.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating; use Symfony\Component\DependencyInjection\ContainerAwareTrait; diff --git a/src/Bundle/ChillMainBundle/Templating/UI/CountNotificationUser.php b/src/Bundle/ChillMainBundle/Templating/UI/CountNotificationUser.php index 65b980ea0..80dde8fa1 100644 --- a/src/Bundle/ChillMainBundle/Templating/UI/CountNotificationUser.php +++ b/src/Bundle/ChillMainBundle/Templating/UI/CountNotificationUser.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating\UI; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillMainBundle/Templating/UI/NotificationCounterInterface.php b/src/Bundle/ChillMainBundle/Templating/UI/NotificationCounterInterface.php index 211bea120..528903cbf 100644 --- a/src/Bundle/ChillMainBundle/Templating/UI/NotificationCounterInterface.php +++ b/src/Bundle/ChillMainBundle/Templating/UI/NotificationCounterInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating\UI; use Symfony\Component\Security\Core\User\UserInterface; diff --git a/src/Bundle/ChillMainBundle/Templating/Widget/WidgetInterface.php b/src/Bundle/ChillMainBundle/Templating/Widget/WidgetInterface.php index 56b623ec4..16f33057d 100644 --- a/src/Bundle/ChillMainBundle/Templating/Widget/WidgetInterface.php +++ b/src/Bundle/ChillMainBundle/Templating/Widget/WidgetInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating\Widget; use Twig\Environment; diff --git a/src/Bundle/ChillMainBundle/Templating/Widget/WidgetRenderingTwig.php b/src/Bundle/ChillMainBundle/Templating/Widget/WidgetRenderingTwig.php index 1b948d57b..b8b751b81 100644 --- a/src/Bundle/ChillMainBundle/Templating/Widget/WidgetRenderingTwig.php +++ b/src/Bundle/ChillMainBundle/Templating/Widget/WidgetRenderingTwig.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Templating\Widget; use Chill\MainBundle\Templating\Events\DelegatedBlockRenderingEvent; diff --git a/src/Bundle/ChillMainBundle/Test/Export/AbstractAggregatorTest.php b/src/Bundle/ChillMainBundle/Test/Export/AbstractAggregatorTest.php index ddac05620..f5b26b353 100644 --- a/src/Bundle/ChillMainBundle/Test/Export/AbstractAggregatorTest.php +++ b/src/Bundle/ChillMainBundle/Test/Export/AbstractAggregatorTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Test\Export; use Doctrine\ORM\AbstractQuery; diff --git a/src/Bundle/ChillMainBundle/Test/Export/AbstractExportTest.php b/src/Bundle/ChillMainBundle/Test/Export/AbstractExportTest.php index d78628ea5..99e9779f1 100644 --- a/src/Bundle/ChillMainBundle/Test/Export/AbstractExportTest.php +++ b/src/Bundle/ChillMainBundle/Test/Export/AbstractExportTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Test\Export; use Chill\MainBundle\Test\PrepareClientTrait; diff --git a/src/Bundle/ChillMainBundle/Test/Export/AbstractFilterTest.php b/src/Bundle/ChillMainBundle/Test/Export/AbstractFilterTest.php index 91665cd37..78cf0083a 100644 --- a/src/Bundle/ChillMainBundle/Test/Export/AbstractFilterTest.php +++ b/src/Bundle/ChillMainBundle/Test/Export/AbstractFilterTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Test\Export; use Doctrine\ORM\QueryBuilder; diff --git a/src/Bundle/ChillMainBundle/Test/PrepareCenterTrait.php b/src/Bundle/ChillMainBundle/Test/PrepareCenterTrait.php index 8da03fa26..9e4d6ea68 100644 --- a/src/Bundle/ChillMainBundle/Test/PrepareCenterTrait.php +++ b/src/Bundle/ChillMainBundle/Test/PrepareCenterTrait.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Test; /** diff --git a/src/Bundle/ChillMainBundle/Test/PrepareCircleTrait.php b/src/Bundle/ChillMainBundle/Test/PrepareCircleTrait.php index 5d780b51f..3aa3ebd11 100644 --- a/src/Bundle/ChillMainBundle/Test/PrepareCircleTrait.php +++ b/src/Bundle/ChillMainBundle/Test/PrepareCircleTrait.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Test; /** diff --git a/src/Bundle/ChillMainBundle/Test/PrepareClientTrait.php b/src/Bundle/ChillMainBundle/Test/PrepareClientTrait.php index 34723ec73..213eaed60 100644 --- a/src/Bundle/ChillMainBundle/Test/PrepareClientTrait.php +++ b/src/Bundle/ChillMainBundle/Test/PrepareClientTrait.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Test; use LogicException; diff --git a/src/Bundle/ChillMainBundle/Test/PrepareScopeTrait.php b/src/Bundle/ChillMainBundle/Test/PrepareScopeTrait.php index 65edd5301..286322f5e 100644 --- a/src/Bundle/ChillMainBundle/Test/PrepareScopeTrait.php +++ b/src/Bundle/ChillMainBundle/Test/PrepareScopeTrait.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Test; /** diff --git a/src/Bundle/ChillMainBundle/Test/PrepareUserTrait.php b/src/Bundle/ChillMainBundle/Test/PrepareUserTrait.php index c42a74a00..662438a98 100644 --- a/src/Bundle/ChillMainBundle/Test/PrepareUserTrait.php +++ b/src/Bundle/ChillMainBundle/Test/PrepareUserTrait.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Test; use Chill\MainBundle\Entity\GroupCenter; diff --git a/src/Bundle/ChillMainBundle/Test/ProphecyTrait.php b/src/Bundle/ChillMainBundle/Test/ProphecyTrait.php index 68c4b3f69..a25624719 100644 --- a/src/Bundle/ChillMainBundle/Test/ProphecyTrait.php +++ b/src/Bundle/ChillMainBundle/Test/ProphecyTrait.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Test; /** diff --git a/src/Bundle/ChillMainBundle/Tests/Authorization/ParentRoleHelperTest.php b/src/Bundle/ChillMainBundle/Tests/Authorization/ParentRoleHelperTest.php index cf6b0042a..de3b95a31 100644 --- a/src/Bundle/ChillMainBundle/Tests/Authorization/ParentRoleHelperTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Authorization/ParentRoleHelperTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Security\Authorization; use Chill\MainBundle\Security\ParentRoleHelper; diff --git a/src/Bundle/ChillMainBundle/Tests/Controller/AddressControllerTest.php b/src/Bundle/ChillMainBundle/Tests/Controller/AddressControllerTest.php index 1e270e302..b36a655c5 100644 --- a/src/Bundle/ChillMainBundle/Tests/Controller/AddressControllerTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Controller/AddressControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Controller; use Chill\MainBundle\Entity\Address; diff --git a/src/Bundle/ChillMainBundle/Tests/Controller/CenterControllerTest.php b/src/Bundle/ChillMainBundle/Tests/Controller/CenterControllerTest.php index 0cdb3fe75..981bb3094 100644 --- a/src/Bundle/ChillMainBundle/Tests/Controller/CenterControllerTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Controller/CenterControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/src/Bundle/ChillMainBundle/Tests/Controller/ExportControllerTest.php b/src/Bundle/ChillMainBundle/Tests/Controller/ExportControllerTest.php index 3b05747a1..33dbcc4ee 100644 --- a/src/Bundle/ChillMainBundle/Tests/Controller/ExportControllerTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Controller/ExportControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/src/Bundle/ChillMainBundle/Tests/Controller/LoginControllerTest.php b/src/Bundle/ChillMainBundle/Tests/Controller/LoginControllerTest.php index 2d6e2cedb..bed40b372 100644 --- a/src/Bundle/ChillMainBundle/Tests/Controller/LoginControllerTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Controller/LoginControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/src/Bundle/ChillMainBundle/Tests/Controller/PermissionApiControllerTest.php b/src/Bundle/ChillMainBundle/Tests/Controller/PermissionApiControllerTest.php index 4efe242cb..aec392045 100644 --- a/src/Bundle/ChillMainBundle/Tests/Controller/PermissionApiControllerTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Controller/PermissionApiControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Controller; use Chill\MainBundle\Test\PrepareClientTrait; diff --git a/src/Bundle/ChillMainBundle/Tests/Controller/PermissionsGroupControllerTest.php b/src/Bundle/ChillMainBundle/Tests/Controller/PermissionsGroupControllerTest.php index 68d391815..f27eaa7a7 100644 --- a/src/Bundle/ChillMainBundle/Tests/Controller/PermissionsGroupControllerTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Controller/PermissionsGroupControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/src/Bundle/ChillMainBundle/Tests/Controller/ScopeControllerTest.php b/src/Bundle/ChillMainBundle/Tests/Controller/ScopeControllerTest.php index a8072e9b7..806153220 100644 --- a/src/Bundle/ChillMainBundle/Tests/Controller/ScopeControllerTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Controller/ScopeControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/src/Bundle/ChillMainBundle/Tests/Controller/SearchApiControllerTest.php b/src/Bundle/ChillMainBundle/Tests/Controller/SearchApiControllerTest.php index 1c594ca3e..a2cf41951 100644 --- a/src/Bundle/ChillMainBundle/Tests/Controller/SearchApiControllerTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Controller/SearchApiControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Bundle\ChillMainBundle\Tests\Controller; use Chill\MainBundle\Test\PrepareClientTrait; diff --git a/src/Bundle/ChillMainBundle/Tests/Controller/SearchControllerTest.php b/src/Bundle/ChillMainBundle/Tests/Controller/SearchControllerTest.php index 23ce969d3..4e101e370 100644 --- a/src/Bundle/ChillMainBundle/Tests/Controller/SearchControllerTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Controller/SearchControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/src/Bundle/ChillMainBundle/Tests/Controller/UserApiControllerTest.php b/src/Bundle/ChillMainBundle/Tests/Controller/UserApiControllerTest.php index ef3591d80..813e9bc40 100644 --- a/src/Bundle/ChillMainBundle/Tests/Controller/UserApiControllerTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Controller/UserApiControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Controller; use Chill\MainBundle\Test\PrepareClientTrait; diff --git a/src/Bundle/ChillMainBundle/Tests/Controller/UserControllerTest.php b/src/Bundle/ChillMainBundle/Tests/Controller/UserControllerTest.php index 5d28e0b95..00bec29f6 100644 --- a/src/Bundle/ChillMainBundle/Tests/Controller/UserControllerTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Controller/UserControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Controller; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillMainBundle/Tests/Doctrine/Model/PointTest.php b/src/Bundle/ChillMainBundle/Tests/Doctrine/Model/PointTest.php index a66f6cf22..bcb5b2d26 100644 --- a/src/Bundle/ChillMainBundle/Tests/Doctrine/Model/PointTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Doctrine/Model/PointTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Doctrine\Model; use Chill\MainBundle\Doctrine\Model\Point; diff --git a/src/Bundle/ChillMainBundle/Tests/Export/ExportManagerTest.php b/src/Bundle/ChillMainBundle/Tests/Export/ExportManagerTest.php index b1216bc9d..645dff22e 100644 --- a/src/Bundle/ChillMainBundle/Tests/Export/ExportManagerTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Export/ExportManagerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Export; use Chill\MainBundle\Export\AggregatorInterface; diff --git a/src/Bundle/ChillMainBundle/Tests/Form/Type/PickCenterTypeTest.php b/src/Bundle/ChillMainBundle/Tests/Form/Type/PickCenterTypeTest.php index 693196291..55f9b64c5 100644 --- a/src/Bundle/ChillMainBundle/Tests/Form/Type/PickCenterTypeTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Form/Type/PickCenterTypeTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Form\Type; use Chill\MainBundle\Entity\GroupCenter; diff --git a/src/Bundle/ChillMainBundle/Tests/Pagination/PageTest.php b/src/Bundle/ChillMainBundle/Tests/Pagination/PageTest.php index f93b43a82..c527a1f6a 100644 --- a/src/Bundle/ChillMainBundle/Tests/Pagination/PageTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Pagination/PageTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Pagination; use Chill\MainBundle\Pagination\Page; diff --git a/src/Bundle/ChillMainBundle/Tests/Pagination/PaginatorTest.php b/src/Bundle/ChillMainBundle/Tests/Pagination/PaginatorTest.php index f46ef17ed..219669825 100644 --- a/src/Bundle/ChillMainBundle/Tests/Pagination/PaginatorTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Pagination/PaginatorTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Pagination; use Chill\MainBundle\Pagination\Paginator; diff --git a/src/Bundle/ChillMainBundle/Tests/Routing/Loader/RouteLoaderTest.php b/src/Bundle/ChillMainBundle/Tests/Routing/Loader/RouteLoaderTest.php index 7377e17ba..ff8ee423e 100644 --- a/src/Bundle/ChillMainBundle/Tests/Routing/Loader/RouteLoaderTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Routing/Loader/RouteLoaderTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Routing\Loader; use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase; diff --git a/src/Bundle/ChillMainBundle/Tests/Search/AbstractSearchTest.php b/src/Bundle/ChillMainBundle/Tests/Search/AbstractSearchTest.php index 53952b9d4..c0c3b176a 100644 --- a/src/Bundle/ChillMainBundle/Tests/Search/AbstractSearchTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Search/AbstractSearchTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Search; /** diff --git a/src/Bundle/ChillMainBundle/Tests/Search/SearchApiQueryTest.php b/src/Bundle/ChillMainBundle/Tests/Search/SearchApiQueryTest.php index a71fb36ec..339145d9f 100644 --- a/src/Bundle/ChillMainBundle/Tests/Search/SearchApiQueryTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Search/SearchApiQueryTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Search; use Chill\MainBundle\Search\SearchApiQuery; diff --git a/src/Bundle/ChillMainBundle/Tests/Search/SearchProviderTest.php b/src/Bundle/ChillMainBundle/Tests/Search/SearchProviderTest.php index d246975f7..3bbc2b94b 100644 --- a/src/Bundle/ChillMainBundle/Tests/Search/SearchProviderTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Search/SearchProviderTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Test\Search; use Chill\MainBundle\Search\SearchInterface; diff --git a/src/Bundle/ChillMainBundle/Tests/Search/Utils/ExtractDateFromPatternTest.php b/src/Bundle/ChillMainBundle/Tests/Search/Utils/ExtractDateFromPatternTest.php index 21b6a36a3..310fac60e 100644 --- a/src/Bundle/ChillMainBundle/Tests/Search/Utils/ExtractDateFromPatternTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Search/Utils/ExtractDateFromPatternTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Search\Utils; use Chill\MainBundle\Search\Utils\ExtractDateFromPattern; diff --git a/src/Bundle/ChillMainBundle/Tests/Search/Utils/ExtractPhonenumberFromPatternTest.php b/src/Bundle/ChillMainBundle/Tests/Search/Utils/ExtractPhonenumberFromPatternTest.php index 5194007db..f792c0a04 100644 --- a/src/Bundle/ChillMainBundle/Tests/Search/Utils/ExtractPhonenumberFromPatternTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Search/Utils/ExtractPhonenumberFromPatternTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Search\Utils; use Chill\MainBundle\Search\Utils\ExtractPhonenumberFromPattern; diff --git a/src/Bundle/ChillMainBundle/Tests/Security/Authorization/AuthorizationHelperTest.php b/src/Bundle/ChillMainBundle/Tests/Security/Authorization/AuthorizationHelperTest.php index 479b4e898..ea960bb8c 100644 --- a/src/Bundle/ChillMainBundle/Tests/Security/Authorization/AuthorizationHelperTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Security/Authorization/AuthorizationHelperTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Security\Authorization; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillMainBundle/Tests/Security/PasswordRecover/TokenManagerTest.php b/src/Bundle/ChillMainBundle/Tests/Security/PasswordRecover/TokenManagerTest.php index 58cc68113..7083cfdc4 100644 --- a/src/Bundle/ChillMainBundle/Tests/Security/PasswordRecover/TokenManagerTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Security/PasswordRecover/TokenManagerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\PasswordRecover; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillMainBundle/Tests/Security/Resolver/DefaultScopeResolverTest.php b/src/Bundle/ChillMainBundle/Tests/Security/Resolver/DefaultScopeResolverTest.php index 54fb76e3c..32c07b04e 100644 --- a/src/Bundle/ChillMainBundle/Tests/Security/Resolver/DefaultScopeResolverTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Security/Resolver/DefaultScopeResolverTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Security\Resolver; use Chill\MainBundle\Entity\HasScopeInterface; diff --git a/src/Bundle/ChillMainBundle/Tests/Security/Resolver/ScopeResolverDispatcherTest.php b/src/Bundle/ChillMainBundle/Tests/Security/Resolver/ScopeResolverDispatcherTest.php index 8e503d4b9..320d2e326 100644 --- a/src/Bundle/ChillMainBundle/Tests/Security/Resolver/ScopeResolverDispatcherTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Security/Resolver/ScopeResolverDispatcherTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Security\Resolver; use Chill\MainBundle\Entity\HasScopeInterface; diff --git a/src/Bundle/ChillMainBundle/Tests/Serializer/Normalizer/DateNormalizerTest.php b/src/Bundle/ChillMainBundle/Tests/Serializer/Normalizer/DateNormalizerTest.php index c008e5c5d..fc9612299 100644 --- a/src/Bundle/ChillMainBundle/Tests/Serializer/Normalizer/DateNormalizerTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Serializer/Normalizer/DateNormalizerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Serializer\Normalizer; use Chill\MainBundle\Serializer\Normalizer\DateNormalizer; diff --git a/src/Bundle/ChillMainBundle/Tests/Serializer/Normalizer/DoctrineExistingEntityNormalizerTest.php b/src/Bundle/ChillMainBundle/Tests/Serializer/Normalizer/DoctrineExistingEntityNormalizerTest.php index 47de032b2..b45b2c21d 100644 --- a/src/Bundle/ChillMainBundle/Tests/Serializer/Normalizer/DoctrineExistingEntityNormalizerTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Serializer/Normalizer/DoctrineExistingEntityNormalizerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Serializer\Normalizer; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillMainBundle/Tests/Services/MenuComposerTest.php b/src/Bundle/ChillMainBundle/Tests/Services/MenuComposerTest.php index 01ed5d8a7..bb98b074d 100644 --- a/src/Bundle/ChillMainBundle/Tests/Services/MenuComposerTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Services/MenuComposerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Services; use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase; diff --git a/src/Bundle/ChillMainBundle/Tests/Templating/ChillMarkdownRenderExtensionTest.php b/src/Bundle/ChillMainBundle/Tests/Templating/ChillMarkdownRenderExtensionTest.php index 0c5b44ae8..89edc17d6 100644 --- a/src/Bundle/ChillMainBundle/Tests/Templating/ChillMarkdownRenderExtensionTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Templating/ChillMarkdownRenderExtensionTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Templating; use Chill\MainBundle\Templating\ChillMarkdownRenderExtension; diff --git a/src/Bundle/ChillMainBundle/Tests/Templating/Entity/AddressRenderTest.php b/src/Bundle/ChillMainBundle/Tests/Templating/Entity/AddressRenderTest.php index 38435b08c..c866224e3 100644 --- a/src/Bundle/ChillMainBundle/Tests/Templating/Entity/AddressRenderTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Templating/Entity/AddressRenderTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Templating\Entity; use Chill\MainBundle\Entity\Address; diff --git a/src/Bundle/ChillMainBundle/Tests/TestHelper.php b/src/Bundle/ChillMainBundle/Tests/TestHelper.php index 94ad4144b..205474685 100644 --- a/src/Bundle/ChillMainBundle/Tests/TestHelper.php +++ b/src/Bundle/ChillMainBundle/Tests/TestHelper.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests; use Symfony\Component\BrowserKit\Client; diff --git a/src/Bundle/ChillMainBundle/Tests/Util/CountriesInfoTest.php b/src/Bundle/ChillMainBundle/Tests/Util/CountriesInfoTest.php index a6dd51636..6fd0facd4 100644 --- a/src/Bundle/ChillMainBundle/Tests/Util/CountriesInfoTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Util/CountriesInfoTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Util; use Chill\MainBundle\Util\CountriesInfo; diff --git a/src/Bundle/ChillMainBundle/Tests/Util/DateRangeCoveringTest.php b/src/Bundle/ChillMainBundle/Tests/Util/DateRangeCoveringTest.php index b485cdd10..694677a8f 100644 --- a/src/Bundle/ChillMainBundle/Tests/Util/DateRangeCoveringTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Util/DateRangeCoveringTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Tests\Util; use Chill\MainBundle\Util\DateRangeCovering; diff --git a/src/Bundle/ChillMainBundle/Tests/bootstrap.php b/src/Bundle/ChillMainBundle/Tests/bootstrap.php index de8d848cc..d4e1e46fa 100644 --- a/src/Bundle/ChillMainBundle/Tests/bootstrap.php +++ b/src/Bundle/ChillMainBundle/Tests/bootstrap.php @@ -9,12 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ if (!is_file($autoloadFile = __DIR__ . '/../vendor/autoload.php')) { throw new \LogicException('Could not find autoload.php in vendor/. Did you run "composer install --dev"?'); } diff --git a/src/Bundle/ChillMainBundle/Timeline/TimelineBuilder.php b/src/Bundle/ChillMainBundle/Timeline/TimelineBuilder.php index fd73c5b40..c36751960 100644 --- a/src/Bundle/ChillMainBundle/Timeline/TimelineBuilder.php +++ b/src/Bundle/ChillMainBundle/Timeline/TimelineBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Timeline; use DateTime; diff --git a/src/Bundle/ChillMainBundle/Timeline/TimelineProviderInterface.php b/src/Bundle/ChillMainBundle/Timeline/TimelineProviderInterface.php index 33f6a8417..98c812ef2 100644 --- a/src/Bundle/ChillMainBundle/Timeline/TimelineProviderInterface.php +++ b/src/Bundle/ChillMainBundle/Timeline/TimelineProviderInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Timeline; use LogicException; diff --git a/src/Bundle/ChillMainBundle/Timeline/TimelineSingleQuery.php b/src/Bundle/ChillMainBundle/Timeline/TimelineSingleQuery.php index ac48c87d1..23e60ef97 100644 --- a/src/Bundle/ChillMainBundle/Timeline/TimelineSingleQuery.php +++ b/src/Bundle/ChillMainBundle/Timeline/TimelineSingleQuery.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Timeline; use function strtr; diff --git a/src/Bundle/ChillMainBundle/Util/CountriesInfo.php b/src/Bundle/ChillMainBundle/Util/CountriesInfo.php index 97b296e5c..05089a04f 100644 --- a/src/Bundle/ChillMainBundle/Util/CountriesInfo.php +++ b/src/Bundle/ChillMainBundle/Util/CountriesInfo.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Util; use UnexpectedValueException; diff --git a/src/Bundle/ChillMainBundle/Util/DateRangeCovering.php b/src/Bundle/ChillMainBundle/Util/DateRangeCovering.php index 16a9cab65..07f8b14ff 100644 --- a/src/Bundle/ChillMainBundle/Util/DateRangeCovering.php +++ b/src/Bundle/ChillMainBundle/Util/DateRangeCovering.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Util; use DateTimeImmutable; diff --git a/src/Bundle/ChillMainBundle/Validation/Constraint/PhonenumberConstraint.php b/src/Bundle/ChillMainBundle/Validation/Constraint/PhonenumberConstraint.php index 9ed9019a7..27fbe2f50 100644 --- a/src/Bundle/ChillMainBundle/Validation/Constraint/PhonenumberConstraint.php +++ b/src/Bundle/ChillMainBundle/Validation/Constraint/PhonenumberConstraint.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Validation\Constraint; use Symfony\Component\Validator\Constraint; diff --git a/src/Bundle/ChillMainBundle/Validation/Constraint/RoleScopeScopePresenceConstraint.php b/src/Bundle/ChillMainBundle/Validation/Constraint/RoleScopeScopePresenceConstraint.php index 84b12e132..fe61d4655 100644 --- a/src/Bundle/ChillMainBundle/Validation/Constraint/RoleScopeScopePresenceConstraint.php +++ b/src/Bundle/ChillMainBundle/Validation/Constraint/RoleScopeScopePresenceConstraint.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Validation\Constraint; use Symfony\Component\Validator\Constraint; diff --git a/src/Bundle/ChillMainBundle/Validation/Constraint/UserUniqueEmailAndUsernameConstraint.php b/src/Bundle/ChillMainBundle/Validation/Constraint/UserUniqueEmailAndUsernameConstraint.php index f3b3afc79..4b2a5d5b4 100644 --- a/src/Bundle/ChillMainBundle/Validation/Constraint/UserUniqueEmailAndUsernameConstraint.php +++ b/src/Bundle/ChillMainBundle/Validation/Constraint/UserUniqueEmailAndUsernameConstraint.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Validation\Constraint; use Chill\MainBundle\Validation\Validator\UserUniqueEmailAndUsername; diff --git a/src/Bundle/ChillMainBundle/Validation/Validator/RoleScopeScopePresence.php b/src/Bundle/ChillMainBundle/Validation/Validator/RoleScopeScopePresence.php index b7fc47d99..20abb8907 100644 --- a/src/Bundle/ChillMainBundle/Validation/Validator/RoleScopeScopePresence.php +++ b/src/Bundle/ChillMainBundle/Validation/Validator/RoleScopeScopePresence.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Validation\Validator; use Chill\MainBundle\Entity\RoleScope; diff --git a/src/Bundle/ChillMainBundle/Validation/Validator/UserUniqueEmailAndUsername.php b/src/Bundle/ChillMainBundle/Validation/Validator/UserUniqueEmailAndUsername.php index b4e6ed2ca..4ece73852 100644 --- a/src/Bundle/ChillMainBundle/Validation/Validator/UserUniqueEmailAndUsername.php +++ b/src/Bundle/ChillMainBundle/Validation/Validator/UserUniqueEmailAndUsername.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Validation\Validator; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillMainBundle/Validation/Validator/ValidPhonenumber.php b/src/Bundle/ChillMainBundle/Validation/Validator/ValidPhonenumber.php index ae10adb9d..5f2a5bf14 100644 --- a/src/Bundle/ChillMainBundle/Validation/Validator/ValidPhonenumber.php +++ b/src/Bundle/ChillMainBundle/Validation/Validator/ValidPhonenumber.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Validation\Validator; use Chill\MainBundle\Phonenumber\PhonenumberHelper; diff --git a/src/Bundle/ChillMainBundle/Validator/Constraints/Entity/UserCircleConsistency.php b/src/Bundle/ChillMainBundle/Validator/Constraints/Entity/UserCircleConsistency.php index 59aedc3a6..8b405db6a 100644 --- a/src/Bundle/ChillMainBundle/Validator/Constraints/Entity/UserCircleConsistency.php +++ b/src/Bundle/ChillMainBundle/Validator/Constraints/Entity/UserCircleConsistency.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Validator\Constraints\Entity; use Symfony\Component\Validator\Constraint; diff --git a/src/Bundle/ChillMainBundle/Validator/Constraints/Entity/UserCircleConsistencyValidator.php b/src/Bundle/ChillMainBundle/Validator/Constraints/Entity/UserCircleConsistencyValidator.php index d0e1d16b0..5cc283d95 100644 --- a/src/Bundle/ChillMainBundle/Validator/Constraints/Entity/UserCircleConsistencyValidator.php +++ b/src/Bundle/ChillMainBundle/Validator/Constraints/Entity/UserCircleConsistencyValidator.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Validator\Constraints\Entity; use Chill\MainBundle\Security\Authorization\AuthorizationHelper; diff --git a/src/Bundle/ChillMainBundle/Validator/Constraints/Export/ExportElementConstraint.php b/src/Bundle/ChillMainBundle/Validator/Constraints/Export/ExportElementConstraint.php index cdd6e4762..88378e9ce 100644 --- a/src/Bundle/ChillMainBundle/Validator/Constraints/Export/ExportElementConstraint.php +++ b/src/Bundle/ChillMainBundle/Validator/Constraints/Export/ExportElementConstraint.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Validator\Constraints\Export; use Symfony\Component\Validator\Constraint; diff --git a/src/Bundle/ChillMainBundle/Validator/Constraints/Export/ExportElementConstraintValidator.php b/src/Bundle/ChillMainBundle/Validator/Constraints/Export/ExportElementConstraintValidator.php index 53adf3d28..f395008d7 100644 --- a/src/Bundle/ChillMainBundle/Validator/Constraints/Export/ExportElementConstraintValidator.php +++ b/src/Bundle/ChillMainBundle/Validator/Constraints/Export/ExportElementConstraintValidator.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\MainBundle\Validator\Constraints\Export; use Chill\MainBundle\Export\ExportElementValidatedInterface; diff --git a/src/Bundle/ChillMainBundle/migrations/Version20141128194409.php b/src/Bundle/ChillMainBundle/migrations/Version20141128194409.php index 98c5404b9..37de9c102 100644 --- a/src/Bundle/ChillMainBundle/migrations/Version20141128194409.php +++ b/src/Bundle/ChillMainBundle/migrations/Version20141128194409.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Main; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillMainBundle/migrations/Version20150821105642.php b/src/Bundle/ChillMainBundle/migrations/Version20150821105642.php index d43d7e2f9..910a6b028 100644 --- a/src/Bundle/ChillMainBundle/migrations/Version20150821105642.php +++ b/src/Bundle/ChillMainBundle/migrations/Version20150821105642.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Main; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillMainBundle/migrations/Version20150821122935.php b/src/Bundle/ChillMainBundle/migrations/Version20150821122935.php index 75f44fd9e..500ac9de4 100644 --- a/src/Bundle/ChillMainBundle/migrations/Version20150821122935.php +++ b/src/Bundle/ChillMainBundle/migrations/Version20150821122935.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Main; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillMainBundle/migrations/Version20160310122322.php b/src/Bundle/ChillMainBundle/migrations/Version20160310122322.php index 60e6d4ab6..d1a8a31d1 100644 --- a/src/Bundle/ChillMainBundle/migrations/Version20160310122322.php +++ b/src/Bundle/ChillMainBundle/migrations/Version20160310122322.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Main; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillPersonBundle/AccompanyingPeriod/SocialIssueConsistency/AccompanyingPeriodLinkedWithSocialIssuesEntityInterface.php b/src/Bundle/ChillPersonBundle/AccompanyingPeriod/SocialIssueConsistency/AccompanyingPeriodLinkedWithSocialIssuesEntityInterface.php index 11be05d25..566e05440 100644 --- a/src/Bundle/ChillPersonBundle/AccompanyingPeriod/SocialIssueConsistency/AccompanyingPeriodLinkedWithSocialIssuesEntityInterface.php +++ b/src/Bundle/ChillPersonBundle/AccompanyingPeriod/SocialIssueConsistency/AccompanyingPeriodLinkedWithSocialIssuesEntityInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\AccompanyingPeriod\SocialIssueConsistency; use Chill\PersonBundle\Entity\AccompanyingPeriod; diff --git a/src/Bundle/ChillPersonBundle/AccompanyingPeriod/SocialIssueConsistency/AccompanyingPeriodSocialIssueConsistencyEntityListener.php b/src/Bundle/ChillPersonBundle/AccompanyingPeriod/SocialIssueConsistency/AccompanyingPeriodSocialIssueConsistencyEntityListener.php index 12ceab1d2..05d25104e 100644 --- a/src/Bundle/ChillPersonBundle/AccompanyingPeriod/SocialIssueConsistency/AccompanyingPeriodSocialIssueConsistencyEntityListener.php +++ b/src/Bundle/ChillPersonBundle/AccompanyingPeriod/SocialIssueConsistency/AccompanyingPeriodSocialIssueConsistencyEntityListener.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\AccompanyingPeriod\SocialIssueConsistency; use Chill\PersonBundle\Entity\AccompanyingPeriod; diff --git a/src/Bundle/ChillPersonBundle/AccompanyingPeriod/Suggestion/ReferralsSuggestion.php b/src/Bundle/ChillPersonBundle/AccompanyingPeriod/Suggestion/ReferralsSuggestion.php index c38a99999..552a7a879 100644 --- a/src/Bundle/ChillPersonBundle/AccompanyingPeriod/Suggestion/ReferralsSuggestion.php +++ b/src/Bundle/ChillPersonBundle/AccompanyingPeriod/Suggestion/ReferralsSuggestion.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\AccompanyingPeriod\Suggestion; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillPersonBundle/AccompanyingPeriod/Suggestion/ReferralsSuggestionInterface.php b/src/Bundle/ChillPersonBundle/AccompanyingPeriod/Suggestion/ReferralsSuggestionInterface.php index 7ce7010ef..2abf4ce40 100644 --- a/src/Bundle/ChillPersonBundle/AccompanyingPeriod/Suggestion/ReferralsSuggestionInterface.php +++ b/src/Bundle/ChillPersonBundle/AccompanyingPeriod/Suggestion/ReferralsSuggestionInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\AccompanyingPeriod\Suggestion; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillPersonBundle/Actions/ActionEvent.php b/src/Bundle/ChillPersonBundle/Actions/ActionEvent.php index c0940174f..92306dd05 100644 --- a/src/Bundle/ChillPersonBundle/Actions/ActionEvent.php +++ b/src/Bundle/ChillPersonBundle/Actions/ActionEvent.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Actions; use Symfony\Component\EventDispatcher\Event; diff --git a/src/Bundle/ChillPersonBundle/Actions/Remove/PersonMove.php b/src/Bundle/ChillPersonBundle/Actions/Remove/PersonMove.php index 59e3814f6..930b96e07 100644 --- a/src/Bundle/ChillPersonBundle/Actions/Remove/PersonMove.php +++ b/src/Bundle/ChillPersonBundle/Actions/Remove/PersonMove.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Actions\Remove; use Chill\PersonBundle\Actions\ActionEvent; diff --git a/src/Bundle/ChillPersonBundle/CRUD/Controller/EntityPersonCRUDController.php b/src/Bundle/ChillPersonBundle/CRUD/Controller/EntityPersonCRUDController.php index 89a6e7443..d3de0bd3d 100644 --- a/src/Bundle/ChillPersonBundle/CRUD/Controller/EntityPersonCRUDController.php +++ b/src/Bundle/ChillPersonBundle/CRUD/Controller/EntityPersonCRUDController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\CRUD\Controller; use Chill\MainBundle\CRUD\Controller\CRUDController; diff --git a/src/Bundle/ChillPersonBundle/ChillPersonBundle.php b/src/Bundle/ChillPersonBundle/ChillPersonBundle.php index ca55399c9..4e73d2137 100644 --- a/src/Bundle/ChillPersonBundle/ChillPersonBundle.php +++ b/src/Bundle/ChillPersonBundle/ChillPersonBundle.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle; use Chill\PersonBundle\DependencyInjection\CompilerPass\AccompanyingPeriodTimelineCompilerPass; diff --git a/src/Bundle/ChillPersonBundle/Command/ChillPersonMoveCommand.php b/src/Bundle/ChillPersonBundle/Command/ChillPersonMoveCommand.php index ed0dedf1f..3af14fb0b 100644 --- a/src/Bundle/ChillPersonBundle/Command/ChillPersonMoveCommand.php +++ b/src/Bundle/ChillPersonBundle/Command/ChillPersonMoveCommand.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Command; use Chill\PersonBundle\Actions\Remove\PersonMove; diff --git a/src/Bundle/ChillPersonBundle/Command/ImportPeopleFromCSVCommand.php b/src/Bundle/ChillPersonBundle/Command/ImportPeopleFromCSVCommand.php index 346f7263f..d3500acd6 100644 --- a/src/Bundle/ChillPersonBundle/Command/ImportPeopleFromCSVCommand.php +++ b/src/Bundle/ChillPersonBundle/Command/ImportPeopleFromCSVCommand.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Command; use Chill\CustomFieldsBundle\Service\CustomFieldProvider; diff --git a/src/Bundle/ChillPersonBundle/Config/ConfigPersonAltNamesHelper.php b/src/Bundle/ChillPersonBundle/Config/ConfigPersonAltNamesHelper.php index ef879b887..ae291067b 100644 --- a/src/Bundle/ChillPersonBundle/Config/ConfigPersonAltNamesHelper.php +++ b/src/Bundle/ChillPersonBundle/Config/ConfigPersonAltNamesHelper.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Config; use function count; diff --git a/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseApiController.php b/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseApiController.php index 360ae76c5..43276c949 100644 --- a/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseApiController.php +++ b/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseApiController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller; use Chill\MainBundle\CRUD\Controller\ApiController; diff --git a/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseController.php b/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseController.php index c0f403b20..7d0e841cf 100644 --- a/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseController.php +++ b/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller; use Chill\ActivityBundle\Entity\Activity; diff --git a/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseWorkApiController.php b/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseWorkApiController.php index 3f8fe0824..95cbaf023 100644 --- a/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseWorkApiController.php +++ b/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseWorkApiController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller; use Chill\MainBundle\CRUD\Controller\ApiController; diff --git a/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseWorkController.php b/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseWorkController.php index 114c6ac48..1da7424bf 100644 --- a/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseWorkController.php +++ b/src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseWorkController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller; use Chill\MainBundle\Pagination\PaginatorFactory; diff --git a/src/Bundle/ChillPersonBundle/Controller/AccompanyingPeriodController.php b/src/Bundle/ChillPersonBundle/Controller/AccompanyingPeriodController.php index 1b1f21a79..bfc85a5b3 100644 --- a/src/Bundle/ChillPersonBundle/Controller/AccompanyingPeriodController.php +++ b/src/Bundle/ChillPersonBundle/Controller/AccompanyingPeriodController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller; use Chill\PersonBundle\Entity\AccompanyingPeriod; diff --git a/src/Bundle/ChillPersonBundle/Controller/AdminClosingMotiveController.php b/src/Bundle/ChillPersonBundle/Controller/AdminClosingMotiveController.php index 2e6df418a..9eee2c4a0 100644 --- a/src/Bundle/ChillPersonBundle/Controller/AdminClosingMotiveController.php +++ b/src/Bundle/ChillPersonBundle/Controller/AdminClosingMotiveController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller; use Chill\MainBundle\CRUD\Controller\CRUDController; diff --git a/src/Bundle/ChillPersonBundle/Controller/AdminController.php b/src/Bundle/ChillPersonBundle/Controller/AdminController.php index 93b80c07f..9d16bdc13 100644 --- a/src/Bundle/ChillPersonBundle/Controller/AdminController.php +++ b/src/Bundle/ChillPersonBundle/Controller/AdminController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; diff --git a/src/Bundle/ChillPersonBundle/Controller/AdminMaritalStatusController.php b/src/Bundle/ChillPersonBundle/Controller/AdminMaritalStatusController.php index 1dbf1ce8c..d27ebe2e8 100644 --- a/src/Bundle/ChillPersonBundle/Controller/AdminMaritalStatusController.php +++ b/src/Bundle/ChillPersonBundle/Controller/AdminMaritalStatusController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller; use Chill\MainBundle\CRUD\Controller\CRUDController; diff --git a/src/Bundle/ChillPersonBundle/Controller/HouseholdApiController.php b/src/Bundle/ChillPersonBundle/Controller/HouseholdApiController.php index 867f0e8c2..62f4fc68f 100644 --- a/src/Bundle/ChillPersonBundle/Controller/HouseholdApiController.php +++ b/src/Bundle/ChillPersonBundle/Controller/HouseholdApiController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller; use Chill\MainBundle\CRUD\Controller\ApiController; diff --git a/src/Bundle/ChillPersonBundle/Controller/HouseholdController.php b/src/Bundle/ChillPersonBundle/Controller/HouseholdController.php index b86dd243b..6ce73d508 100644 --- a/src/Bundle/ChillPersonBundle/Controller/HouseholdController.php +++ b/src/Bundle/ChillPersonBundle/Controller/HouseholdController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller; use Chill\MainBundle\Entity\Address; diff --git a/src/Bundle/ChillPersonBundle/Controller/HouseholdMemberController.php b/src/Bundle/ChillPersonBundle/Controller/HouseholdMemberController.php index 7bb32bda4..802f9fd6c 100644 --- a/src/Bundle/ChillPersonBundle/Controller/HouseholdMemberController.php +++ b/src/Bundle/ChillPersonBundle/Controller/HouseholdMemberController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller; use Chill\MainBundle\CRUD\Controller\ApiController; diff --git a/src/Bundle/ChillPersonBundle/Controller/OpeningApiController.php b/src/Bundle/ChillPersonBundle/Controller/OpeningApiController.php index 19bf7607b..e62c0c123 100644 --- a/src/Bundle/ChillPersonBundle/Controller/OpeningApiController.php +++ b/src/Bundle/ChillPersonBundle/Controller/OpeningApiController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller; use Chill\MainBundle\CRUD\Controller\ApiController; diff --git a/src/Bundle/ChillPersonBundle/Controller/PersonAddressController.php b/src/Bundle/ChillPersonBundle/Controller/PersonAddressController.php index 439f8434d..d387ff737 100644 --- a/src/Bundle/ChillPersonBundle/Controller/PersonAddressController.php +++ b/src/Bundle/ChillPersonBundle/Controller/PersonAddressController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller; use Chill\MainBundle\Entity\Address; diff --git a/src/Bundle/ChillPersonBundle/Controller/PersonApiController.php b/src/Bundle/ChillPersonBundle/Controller/PersonApiController.php index 20daf483b..23f6ec95d 100644 --- a/src/Bundle/ChillPersonBundle/Controller/PersonApiController.php +++ b/src/Bundle/ChillPersonBundle/Controller/PersonApiController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller; use Chill\MainBundle\CRUD\Controller\ApiController; diff --git a/src/Bundle/ChillPersonBundle/Controller/PersonController.php b/src/Bundle/ChillPersonBundle/Controller/PersonController.php index 14cc4942d..6247b92bb 100644 --- a/src/Bundle/ChillPersonBundle/Controller/PersonController.php +++ b/src/Bundle/ChillPersonBundle/Controller/PersonController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller; use Chill\PersonBundle\Config\ConfigPersonAltNamesHelper; diff --git a/src/Bundle/ChillPersonBundle/Controller/PersonDuplicateController.php b/src/Bundle/ChillPersonBundle/Controller/PersonDuplicateController.php index a70b7a7c9..0b3f36b1c 100644 --- a/src/Bundle/ChillPersonBundle/Controller/PersonDuplicateController.php +++ b/src/Bundle/ChillPersonBundle/Controller/PersonDuplicateController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller; use Chill\ActivityBundle\Entity\Activity; diff --git a/src/Bundle/ChillPersonBundle/Controller/SocialIssueApiController.php b/src/Bundle/ChillPersonBundle/Controller/SocialIssueApiController.php index 268c87378..d154c8e2e 100644 --- a/src/Bundle/ChillPersonBundle/Controller/SocialIssueApiController.php +++ b/src/Bundle/ChillPersonBundle/Controller/SocialIssueApiController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller; use Chill\MainBundle\CRUD\Controller\ApiController; diff --git a/src/Bundle/ChillPersonBundle/Controller/SocialWork/AdminEvaluationController.php b/src/Bundle/ChillPersonBundle/Controller/SocialWork/AdminEvaluationController.php index 43226df4c..8105066e9 100644 --- a/src/Bundle/ChillPersonBundle/Controller/SocialWork/AdminEvaluationController.php +++ b/src/Bundle/ChillPersonBundle/Controller/SocialWork/AdminEvaluationController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller\SocialWork; use Chill\MainBundle\CRUD\Controller\CRUDController; diff --git a/src/Bundle/ChillPersonBundle/Controller/SocialWork/AdminGoalController.php b/src/Bundle/ChillPersonBundle/Controller/SocialWork/AdminGoalController.php index edd7f5a8f..149d3c372 100644 --- a/src/Bundle/ChillPersonBundle/Controller/SocialWork/AdminGoalController.php +++ b/src/Bundle/ChillPersonBundle/Controller/SocialWork/AdminGoalController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller\SocialWork; use Chill\MainBundle\CRUD\Controller\CRUDController; diff --git a/src/Bundle/ChillPersonBundle/Controller/SocialWork/AdminResultController.php b/src/Bundle/ChillPersonBundle/Controller/SocialWork/AdminResultController.php index b2f0c0bec..98ea9592a 100644 --- a/src/Bundle/ChillPersonBundle/Controller/SocialWork/AdminResultController.php +++ b/src/Bundle/ChillPersonBundle/Controller/SocialWork/AdminResultController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller\SocialWork; use Chill\MainBundle\CRUD\Controller\CRUDController; diff --git a/src/Bundle/ChillPersonBundle/Controller/SocialWork/AdminSocialActionController.php b/src/Bundle/ChillPersonBundle/Controller/SocialWork/AdminSocialActionController.php index 907635df8..c254f8178 100644 --- a/src/Bundle/ChillPersonBundle/Controller/SocialWork/AdminSocialActionController.php +++ b/src/Bundle/ChillPersonBundle/Controller/SocialWork/AdminSocialActionController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller\SocialWork; use Chill\MainBundle\CRUD\Controller\CRUDController; diff --git a/src/Bundle/ChillPersonBundle/Controller/SocialWork/AdminSocialIssueController.php b/src/Bundle/ChillPersonBundle/Controller/SocialWork/AdminSocialIssueController.php index e95447cdf..f783ab182 100644 --- a/src/Bundle/ChillPersonBundle/Controller/SocialWork/AdminSocialIssueController.php +++ b/src/Bundle/ChillPersonBundle/Controller/SocialWork/AdminSocialIssueController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller\SocialWork; use Chill\MainBundle\CRUD\Controller\CRUDController; diff --git a/src/Bundle/ChillPersonBundle/Controller/SocialWorkEvaluationApiController.php b/src/Bundle/ChillPersonBundle/Controller/SocialWorkEvaluationApiController.php index d309e86db..98b40311d 100644 --- a/src/Bundle/ChillPersonBundle/Controller/SocialWorkEvaluationApiController.php +++ b/src/Bundle/ChillPersonBundle/Controller/SocialWorkEvaluationApiController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller; use Chill\MainBundle\Pagination\PaginatorFactory; diff --git a/src/Bundle/ChillPersonBundle/Controller/SocialWorkGoalApiController.php b/src/Bundle/ChillPersonBundle/Controller/SocialWorkGoalApiController.php index 03f92249a..a9d1238da 100644 --- a/src/Bundle/ChillPersonBundle/Controller/SocialWorkGoalApiController.php +++ b/src/Bundle/ChillPersonBundle/Controller/SocialWorkGoalApiController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller; use Chill\MainBundle\CRUD\Controller\ApiController; diff --git a/src/Bundle/ChillPersonBundle/Controller/SocialWorkResultApiController.php b/src/Bundle/ChillPersonBundle/Controller/SocialWorkResultApiController.php index bea35f9ab..3ce3848fd 100644 --- a/src/Bundle/ChillPersonBundle/Controller/SocialWorkResultApiController.php +++ b/src/Bundle/ChillPersonBundle/Controller/SocialWorkResultApiController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller; use Chill\MainBundle\CRUD\Controller\ApiController; diff --git a/src/Bundle/ChillPersonBundle/Controller/SocialWorkSocialActionApiController.php b/src/Bundle/ChillPersonBundle/Controller/SocialWorkSocialActionApiController.php index e6d6276a9..24c1c6645 100644 --- a/src/Bundle/ChillPersonBundle/Controller/SocialWorkSocialActionApiController.php +++ b/src/Bundle/ChillPersonBundle/Controller/SocialWorkSocialActionApiController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Controller; use Chill\MainBundle\CRUD\Controller\ApiController; diff --git a/src/Bundle/ChillPersonBundle/DataFixtures/Helper/PersonRandomHelper.php b/src/Bundle/ChillPersonBundle/DataFixtures/Helper/PersonRandomHelper.php index 49bb489f1..4f5a51fd4 100644 --- a/src/Bundle/ChillPersonBundle/DataFixtures/Helper/PersonRandomHelper.php +++ b/src/Bundle/ChillPersonBundle/DataFixtures/Helper/PersonRandomHelper.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\DataFixtures\Helper; use Chill\PersonBundle\Entity\Person; diff --git a/src/Bundle/ChillPersonBundle/DataFixtures/Helper/RandomPersonHelperTrait.php b/src/Bundle/ChillPersonBundle/DataFixtures/Helper/RandomPersonHelperTrait.php index 97426bcdb..516914f5f 100644 --- a/src/Bundle/ChillPersonBundle/DataFixtures/Helper/RandomPersonHelperTrait.php +++ b/src/Bundle/ChillPersonBundle/DataFixtures/Helper/RandomPersonHelperTrait.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\DataFixtures\Helper; use Chill\PersonBundle\Entity\Person; diff --git a/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadAccompanyingPeriodClosingMotive.php b/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadAccompanyingPeriodClosingMotive.php index 5774704cb..c1d045ac4 100644 --- a/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadAccompanyingPeriodClosingMotive.php +++ b/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadAccompanyingPeriodClosingMotive.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\DataFixtures\ORM; use Chill\PersonBundle\Entity\AccompanyingPeriod\ClosingMotive; diff --git a/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadAccompanyingPeriodNotifications.php b/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadAccompanyingPeriodNotifications.php index 9b64193d1..1e392c9f2 100644 --- a/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadAccompanyingPeriodNotifications.php +++ b/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadAccompanyingPeriodNotifications.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\DataFixtures\ORM; use Chill\MainBundle\DataFixtures\ORM\LoadAbstractNotificationsTrait; diff --git a/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadAccompanyingPeriodOrigin.php b/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadAccompanyingPeriodOrigin.php index cd78fbc46..be352aa9b 100644 --- a/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadAccompanyingPeriodOrigin.php +++ b/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadAccompanyingPeriodOrigin.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\DataFixtures\ORM; use Chill\PersonBundle\Entity\AccompanyingPeriod\Origin; diff --git a/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadAccompanyingPeriodWork.php b/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadAccompanyingPeriodWork.php index 9065adedc..64c7d2701 100644 --- a/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadAccompanyingPeriodWork.php +++ b/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadAccompanyingPeriodWork.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\DataFixtures\ORM; use Chill\PersonBundle\Entity\AccompanyingPeriod; diff --git a/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadCustomFields.php b/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadCustomFields.php index 9a5d75c10..9541aa76b 100644 --- a/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadCustomFields.php +++ b/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadCustomFields.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\DataFixtures\ORM; use Chill\CustomFieldsBundle\CustomFields\CustomFieldChoice; diff --git a/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadHouseholdPosition.php b/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadHouseholdPosition.php index 875a307bf..42d2b7dd8 100644 --- a/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadHouseholdPosition.php +++ b/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadHouseholdPosition.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\DataFixtures\ORM; use Chill\PersonBundle\Entity\Household\Position; diff --git a/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadMaritalStatus.php b/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadMaritalStatus.php index 2a2dd94db..45a9f6fd4 100644 --- a/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadMaritalStatus.php +++ b/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadMaritalStatus.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\DataFixtures\ORM; use Chill\PersonBundle\Entity\MaritalStatus; diff --git a/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadPeople.php b/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadPeople.php index 9df8786c5..924155955 100644 --- a/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadPeople.php +++ b/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadPeople.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\DataFixtures\ORM; use Chill\MainBundle\DataFixtures\ORM\LoadPostalCodes; diff --git a/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadPersonACL.php b/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadPersonACL.php index 4fa29b4d8..7b368bbe8 100644 --- a/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadPersonACL.php +++ b/src/Bundle/ChillPersonBundle/DataFixtures/ORM/LoadPersonACL.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\DataFixtures\ORM; use Chill\MainBundle\DataFixtures\ORM\LoadPermissionsGroup; diff --git a/src/Bundle/ChillPersonBundle/DependencyInjection/ChillPersonExtension.php b/src/Bundle/ChillPersonBundle/DependencyInjection/ChillPersonExtension.php index 37e5105eb..1e4d5022f 100644 --- a/src/Bundle/ChillPersonBundle/DependencyInjection/ChillPersonExtension.php +++ b/src/Bundle/ChillPersonBundle/DependencyInjection/ChillPersonExtension.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\DependencyInjection; use Chill\MainBundle\DependencyInjection\MissingBundleException; diff --git a/src/Bundle/ChillPersonBundle/DependencyInjection/CompilerPass/AccompanyingPeriodTimelineCompilerPass.php b/src/Bundle/ChillPersonBundle/DependencyInjection/CompilerPass/AccompanyingPeriodTimelineCompilerPass.php index e6b2a93f6..c4f4dbdf3 100644 --- a/src/Bundle/ChillPersonBundle/DependencyInjection/CompilerPass/AccompanyingPeriodTimelineCompilerPass.php +++ b/src/Bundle/ChillPersonBundle/DependencyInjection/CompilerPass/AccompanyingPeriodTimelineCompilerPass.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\DependencyInjection\CompilerPass; use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; diff --git a/src/Bundle/ChillPersonBundle/DependencyInjection/Configuration.php b/src/Bundle/ChillPersonBundle/DependencyInjection/Configuration.php index 8c353756e..d3e1b7f82 100644 --- a/src/Bundle/ChillPersonBundle/DependencyInjection/Configuration.php +++ b/src/Bundle/ChillPersonBundle/DependencyInjection/Configuration.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\DependencyInjection; use DateInterval; diff --git a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart.php b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart.php index 25a81ebd4..14c9fb694 100644 --- a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart.php +++ b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Doctrine\DQL; use Doctrine\ORM\Query\AST\Functions\FunctionNode; diff --git a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartAddressId.php b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartAddressId.php index c633d745b..5b9e784f1 100644 --- a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartAddressId.php +++ b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartAddressId.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Doctrine\DQL\AddressPart; use Chill\PersonBundle\Doctrine\DQL\AddressPart; diff --git a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartCountryCode.php b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartCountryCode.php index 240721186..ca130478c 100644 --- a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartCountryCode.php +++ b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartCountryCode.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Doctrine\DQL\AddressPart; use Chill\PersonBundle\Doctrine\DQL\AddressPart; diff --git a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartCountryId.php b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartCountryId.php index 8c6977898..3672c2a74 100644 --- a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartCountryId.php +++ b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartCountryId.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Doctrine\DQL\AddressPart; use Chill\PersonBundle\Doctrine\DQL\AddressPart; diff --git a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartCountryName.php b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartCountryName.php index 1fd47dfda..b6da85ee4 100644 --- a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartCountryName.php +++ b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartCountryName.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Doctrine\DQL\AddressPart; use Chill\PersonBundle\Doctrine\DQL\AddressPart; diff --git a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartIsNoAddress.php b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartIsNoAddress.php index bdf219eb8..4390fb6a8 100644 --- a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartIsNoAddress.php +++ b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartIsNoAddress.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Doctrine\DQL\AddressPart; use Chill\PersonBundle\Doctrine\DQL\AddressPart; diff --git a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartPostCodeCode.php b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartPostCodeCode.php index 0fe9d4ca4..09804b241 100644 --- a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartPostCodeCode.php +++ b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartPostCodeCode.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Doctrine\DQL\AddressPart; use Chill\PersonBundle\Doctrine\DQL\AddressPart; diff --git a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartPostCodeId.php b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartPostCodeId.php index 9b03c956e..bd2536047 100644 --- a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartPostCodeId.php +++ b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartPostCodeId.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Doctrine\DQL\AddressPart; use Chill\PersonBundle\Doctrine\DQL\AddressPart; diff --git a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartPostCodeLabel.php b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartPostCodeLabel.php index 1bc36c6c9..5edb77e6f 100644 --- a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartPostCodeLabel.php +++ b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartPostCodeLabel.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Doctrine\DQL\AddressPart; use Chill\PersonBundle\Doctrine\DQL\AddressPart; diff --git a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartStreetAddress1.php b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartStreetAddress1.php index 995352708..344b7e3c2 100644 --- a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartStreetAddress1.php +++ b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartStreetAddress1.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Doctrine\DQL\AddressPart; use Chill\PersonBundle\Doctrine\DQL\AddressPart; diff --git a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartStreetAddress2.php b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartStreetAddress2.php index 03fdff1e4..2827016bc 100644 --- a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartStreetAddress2.php +++ b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartStreetAddress2.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Doctrine\DQL\AddressPart; use Chill\PersonBundle\Doctrine\DQL\AddressPart; diff --git a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartValidFrom.php b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartValidFrom.php index 88fd035c7..89ef28606 100644 --- a/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartValidFrom.php +++ b/src/Bundle/ChillPersonBundle/Doctrine/DQL/AddressPart/AddressPartValidFrom.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Doctrine\DQL\AddressPart; use Chill\PersonBundle\Doctrine\DQL\AddressPart; diff --git a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod.php b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod.php index db30e4324..13109cc98 100644 --- a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod.php +++ b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity; use Chill\MainBundle\Doctrine\Model\TrackCreationInterface; diff --git a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWork.php b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWork.php index 5d2142679..2d0bfe918 100644 --- a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWork.php +++ b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWork.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity\AccompanyingPeriod; use Chill\MainBundle\Doctrine\Model\TrackCreationInterface; diff --git a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWorkEvaluation.php b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWorkEvaluation.php index a65432801..cdcad98bd 100644 --- a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWorkEvaluation.php +++ b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWorkEvaluation.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity\AccompanyingPeriod; use Chill\MainBundle\Doctrine\Model\TrackCreationInterface; diff --git a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWorkEvaluationDocument.php b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWorkEvaluationDocument.php index 91bf74f0a..538cffc36 100644 --- a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWorkEvaluationDocument.php +++ b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWorkEvaluationDocument.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity\AccompanyingPeriod; use Chill\DocGeneratorBundle\Entity\DocGeneratorTemplate; diff --git a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWorkGoal.php b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWorkGoal.php index e94467bc0..c31dfaa83 100644 --- a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWorkGoal.php +++ b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/AccompanyingPeriodWorkGoal.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity\AccompanyingPeriod; use Chill\PersonBundle\Entity\SocialWork\Goal; diff --git a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/ClosingMotive.php b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/ClosingMotive.php index 1f06a80ec..b7d4c00b1 100644 --- a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/ClosingMotive.php +++ b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/ClosingMotive.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity\AccompanyingPeriod; use Doctrine\Common\Collections\ArrayCollection; diff --git a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/Comment.php b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/Comment.php index 5d8c25ae0..75d1b2857 100644 --- a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/Comment.php +++ b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/Comment.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity\AccompanyingPeriod; use Chill\MainBundle\Doctrine\Model\TrackCreationInterface; diff --git a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/Origin.php b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/Origin.php index 0679933b4..7d35b8684 100644 --- a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/Origin.php +++ b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/Origin.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity\AccompanyingPeriod; use DateTimeImmutable; diff --git a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/Resource.php b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/Resource.php index d55478a21..ea20666fb 100644 --- a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/Resource.php +++ b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod/Resource.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity\AccompanyingPeriod; use Chill\PersonBundle\Entity\AccompanyingPeriod; diff --git a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriodParticipation.php b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriodParticipation.php index 33b9f276b..3478b2631 100644 --- a/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriodParticipation.php +++ b/src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriodParticipation.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity; use DateTimeImmutable; diff --git a/src/Bundle/ChillPersonBundle/Entity/HasPerson.php b/src/Bundle/ChillPersonBundle/Entity/HasPerson.php index cd7ae153f..1bee7127c 100644 --- a/src/Bundle/ChillPersonBundle/Entity/HasPerson.php +++ b/src/Bundle/ChillPersonBundle/Entity/HasPerson.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity; /** diff --git a/src/Bundle/ChillPersonBundle/Entity/Household/Household.php b/src/Bundle/ChillPersonBundle/Entity/Household/Household.php index 1363af5b6..c03644214 100644 --- a/src/Bundle/ChillPersonBundle/Entity/Household/Household.php +++ b/src/Bundle/ChillPersonBundle/Entity/Household/Household.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity\Household; use Chill\MainBundle\Entity\Address; diff --git a/src/Bundle/ChillPersonBundle/Entity/Household/HouseholdMember.php b/src/Bundle/ChillPersonBundle/Entity/Household/HouseholdMember.php index c125d5295..af3ead806 100644 --- a/src/Bundle/ChillPersonBundle/Entity/Household/HouseholdMember.php +++ b/src/Bundle/ChillPersonBundle/Entity/Household/HouseholdMember.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity\Household; use Chill\PersonBundle\Entity\Person; diff --git a/src/Bundle/ChillPersonBundle/Entity/Household/PersonHouseholdAddress.php b/src/Bundle/ChillPersonBundle/Entity/Household/PersonHouseholdAddress.php index 1346cfbbe..3bb204c6f 100644 --- a/src/Bundle/ChillPersonBundle/Entity/Household/PersonHouseholdAddress.php +++ b/src/Bundle/ChillPersonBundle/Entity/Household/PersonHouseholdAddress.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity\Household; use Chill\MainBundle\Entity\Address; diff --git a/src/Bundle/ChillPersonBundle/Entity/Household/Position.php b/src/Bundle/ChillPersonBundle/Entity/Household/Position.php index 2b2c9942b..721c35433 100644 --- a/src/Bundle/ChillPersonBundle/Entity/Household/Position.php +++ b/src/Bundle/ChillPersonBundle/Entity/Household/Position.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity\Household; use Doctrine\ORM\Mapping as ORM; diff --git a/src/Bundle/ChillPersonBundle/Entity/MaritalStatus.php b/src/Bundle/ChillPersonBundle/Entity/MaritalStatus.php index 9f54baee5..56c9368dc 100644 --- a/src/Bundle/ChillPersonBundle/Entity/MaritalStatus.php +++ b/src/Bundle/ChillPersonBundle/Entity/MaritalStatus.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity; use Doctrine\ORM\Mapping as ORM; diff --git a/src/Bundle/ChillPersonBundle/Entity/Person/PersonCurrentAddress.php b/src/Bundle/ChillPersonBundle/Entity/Person/PersonCurrentAddress.php index 9e05269d8..0c9e416c2 100644 --- a/src/Bundle/ChillPersonBundle/Entity/Person/PersonCurrentAddress.php +++ b/src/Bundle/ChillPersonBundle/Entity/Person/PersonCurrentAddress.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity\Person; use Chill\MainBundle\Entity\Address; diff --git a/src/Bundle/ChillPersonBundle/Entity/PersonAltName.php b/src/Bundle/ChillPersonBundle/Entity/PersonAltName.php index bacc6e3df..d233082c4 100644 --- a/src/Bundle/ChillPersonBundle/Entity/PersonAltName.php +++ b/src/Bundle/ChillPersonBundle/Entity/PersonAltName.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity; use Doctrine\ORM\Mapping as ORM; diff --git a/src/Bundle/ChillPersonBundle/Entity/PersonNotDuplicate.php b/src/Bundle/ChillPersonBundle/Entity/PersonNotDuplicate.php index fd54b62e1..c00eb91fa 100644 --- a/src/Bundle/ChillPersonBundle/Entity/PersonNotDuplicate.php +++ b/src/Bundle/ChillPersonBundle/Entity/PersonNotDuplicate.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillPersonBundle/Entity/PersonPhone.php b/src/Bundle/ChillPersonBundle/Entity/PersonPhone.php index a869aa597..400e39c88 100644 --- a/src/Bundle/ChillPersonBundle/Entity/PersonPhone.php +++ b/src/Bundle/ChillPersonBundle/Entity/PersonPhone.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity; use DateTime; diff --git a/src/Bundle/ChillPersonBundle/Entity/Relationships/Relation.php b/src/Bundle/ChillPersonBundle/Entity/Relationships/Relation.php index 3a4c45f0f..3b7c75a06 100644 --- a/src/Bundle/ChillPersonBundle/Entity/Relationships/Relation.php +++ b/src/Bundle/ChillPersonBundle/Entity/Relationships/Relation.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity\Relationships; use Doctrine\ORM\Mapping as ORM; diff --git a/src/Bundle/ChillPersonBundle/Entity/Relationships/Relationship.php b/src/Bundle/ChillPersonBundle/Entity/Relationships/Relationship.php index 6058fa2e9..45cd546b0 100644 --- a/src/Bundle/ChillPersonBundle/Entity/Relationships/Relationship.php +++ b/src/Bundle/ChillPersonBundle/Entity/Relationships/Relationship.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity\Relationships; use Chill\MainBundle\Doctrine\Model\TrackCreationInterface; diff --git a/src/Bundle/ChillPersonBundle/Entity/SocialWork/Evaluation.php b/src/Bundle/ChillPersonBundle/Entity/SocialWork/Evaluation.php index e5dd99dcb..6b1d81700 100644 --- a/src/Bundle/ChillPersonBundle/Entity/SocialWork/Evaluation.php +++ b/src/Bundle/ChillPersonBundle/Entity/SocialWork/Evaluation.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity\SocialWork; use DateInterval; diff --git a/src/Bundle/ChillPersonBundle/Entity/SocialWork/Goal.php b/src/Bundle/ChillPersonBundle/Entity/SocialWork/Goal.php index 9b343f4bf..9c02a129d 100644 --- a/src/Bundle/ChillPersonBundle/Entity/SocialWork/Goal.php +++ b/src/Bundle/ChillPersonBundle/Entity/SocialWork/Goal.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity\SocialWork; use DateTimeInterface; diff --git a/src/Bundle/ChillPersonBundle/Entity/SocialWork/Result.php b/src/Bundle/ChillPersonBundle/Entity/SocialWork/Result.php index 0894dbf1f..b2894d210 100644 --- a/src/Bundle/ChillPersonBundle/Entity/SocialWork/Result.php +++ b/src/Bundle/ChillPersonBundle/Entity/SocialWork/Result.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity\SocialWork; use Chill\PersonBundle\Entity\AccompanyingPeriod\AccompanyingPeriodWork; diff --git a/src/Bundle/ChillPersonBundle/Entity/SocialWork/SocialAction.php b/src/Bundle/ChillPersonBundle/Entity/SocialWork/SocialAction.php index 870ebe0b9..c5ca7d18a 100644 --- a/src/Bundle/ChillPersonBundle/Entity/SocialWork/SocialAction.php +++ b/src/Bundle/ChillPersonBundle/Entity/SocialWork/SocialAction.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity\SocialWork; use DateInterval; diff --git a/src/Bundle/ChillPersonBundle/Entity/SocialWork/SocialIssue.php b/src/Bundle/ChillPersonBundle/Entity/SocialWork/SocialIssue.php index 779b36b81..84d47796b 100644 --- a/src/Bundle/ChillPersonBundle/Entity/SocialWork/SocialIssue.php +++ b/src/Bundle/ChillPersonBundle/Entity/SocialWork/SocialIssue.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Entity\SocialWork; use DateTimeInterface; diff --git a/src/Bundle/ChillPersonBundle/Export/AbstractAccompanyingPeriodExportElement.php b/src/Bundle/ChillPersonBundle/Export/AbstractAccompanyingPeriodExportElement.php index 81cd9c721..b570c83de 100644 --- a/src/Bundle/ChillPersonBundle/Export/AbstractAccompanyingPeriodExportElement.php +++ b/src/Bundle/ChillPersonBundle/Export/AbstractAccompanyingPeriodExportElement.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Export; use Doctrine\ORM\QueryBuilder; diff --git a/src/Bundle/ChillPersonBundle/Export/Aggregator/AgeAggregator.php b/src/Bundle/ChillPersonBundle/Export/Aggregator/AgeAggregator.php index e04a4877e..04edade32 100644 --- a/src/Bundle/ChillPersonBundle/Export/Aggregator/AgeAggregator.php +++ b/src/Bundle/ChillPersonBundle/Export/Aggregator/AgeAggregator.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Export\Aggregator; use Chill\MainBundle\Export\AggregatorInterface; diff --git a/src/Bundle/ChillPersonBundle/Export/Aggregator/CountryOfBirthAggregator.php b/src/Bundle/ChillPersonBundle/Export/Aggregator/CountryOfBirthAggregator.php index 5cc243467..9126542ad 100644 --- a/src/Bundle/ChillPersonBundle/Export/Aggregator/CountryOfBirthAggregator.php +++ b/src/Bundle/ChillPersonBundle/Export/Aggregator/CountryOfBirthAggregator.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Export\Aggregator; use Chill\MainBundle\Export\AggregatorInterface; diff --git a/src/Bundle/ChillPersonBundle/Export/Aggregator/GenderAggregator.php b/src/Bundle/ChillPersonBundle/Export/Aggregator/GenderAggregator.php index 0de785e48..d40f0e739 100644 --- a/src/Bundle/ChillPersonBundle/Export/Aggregator/GenderAggregator.php +++ b/src/Bundle/ChillPersonBundle/Export/Aggregator/GenderAggregator.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Export\Aggregator; use Chill\MainBundle\Export\AggregatorInterface; diff --git a/src/Bundle/ChillPersonBundle/Export/Aggregator/NationalityAggregator.php b/src/Bundle/ChillPersonBundle/Export/Aggregator/NationalityAggregator.php index e607356fd..05a0baa05 100644 --- a/src/Bundle/ChillPersonBundle/Export/Aggregator/NationalityAggregator.php +++ b/src/Bundle/ChillPersonBundle/Export/Aggregator/NationalityAggregator.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Export\Aggregator; use Chill\MainBundle\Export\AggregatorInterface; diff --git a/src/Bundle/ChillPersonBundle/Export/Declarations.php b/src/Bundle/ChillPersonBundle/Export/Declarations.php index c89d2bad7..b23325e5e 100644 --- a/src/Bundle/ChillPersonBundle/Export/Declarations.php +++ b/src/Bundle/ChillPersonBundle/Export/Declarations.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Export; /** diff --git a/src/Bundle/ChillPersonBundle/Export/Export/CountPerson.php b/src/Bundle/ChillPersonBundle/Export/Export/CountPerson.php index e6c8c583d..ffa69026a 100644 --- a/src/Bundle/ChillPersonBundle/Export/Export/CountPerson.php +++ b/src/Bundle/ChillPersonBundle/Export/Export/CountPerson.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Export\Export; use Chill\MainBundle\Export\ExportInterface; diff --git a/src/Bundle/ChillPersonBundle/Export/Export/ListPersonDuplicate.php b/src/Bundle/ChillPersonBundle/Export/Export/ListPersonDuplicate.php index 28b93277a..d82c8b0aa 100644 --- a/src/Bundle/ChillPersonBundle/Export/Export/ListPersonDuplicate.php +++ b/src/Bundle/ChillPersonBundle/Export/Export/ListPersonDuplicate.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Export\Export; use Chill\MainBundle\Export\DirectExportInterface; diff --git a/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodClosingFilter.php b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodClosingFilter.php index 3110c1632..787bf46d6 100644 --- a/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodClosingFilter.php +++ b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodClosingFilter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Export\Filter; use Chill\MainBundle\Export\FilterInterface; diff --git a/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodFilter.php b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodFilter.php index a8d62a888..1c658527f 100644 --- a/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodFilter.php +++ b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodFilter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Export\Filter; use Chill\MainBundle\Export\FilterInterface; diff --git a/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodOpeningFilter.php b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodOpeningFilter.php index 9d91e5e2f..7d00060f4 100644 --- a/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodOpeningFilter.php +++ b/src/Bundle/ChillPersonBundle/Export/Filter/AccompanyingPeriodOpeningFilter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Export\Filter; use Chill\MainBundle\Export\FilterInterface; diff --git a/src/Bundle/ChillPersonBundle/Export/Filter/BirthdateFilter.php b/src/Bundle/ChillPersonBundle/Export/Filter/BirthdateFilter.php index 7bed6cf12..36457e0f8 100644 --- a/src/Bundle/ChillPersonBundle/Export/Filter/BirthdateFilter.php +++ b/src/Bundle/ChillPersonBundle/Export/Filter/BirthdateFilter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Export\Filter; use Chill\MainBundle\Export\ExportElementValidatedInterface; diff --git a/src/Bundle/ChillPersonBundle/Export/Filter/GenderFilter.php b/src/Bundle/ChillPersonBundle/Export/Filter/GenderFilter.php index b1c26f6aa..c7587874b 100644 --- a/src/Bundle/ChillPersonBundle/Export/Filter/GenderFilter.php +++ b/src/Bundle/ChillPersonBundle/Export/Filter/GenderFilter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Export\Filter; use Chill\MainBundle\Export\ExportElementValidatedInterface; diff --git a/src/Bundle/ChillPersonBundle/Export/Filter/NationalityFilter.php b/src/Bundle/ChillPersonBundle/Export/Filter/NationalityFilter.php index 43be606d4..602457024 100644 --- a/src/Bundle/ChillPersonBundle/Export/Filter/NationalityFilter.php +++ b/src/Bundle/ChillPersonBundle/Export/Filter/NationalityFilter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Export\Filter; use Chill\MainBundle\Entity\Country; diff --git a/src/Bundle/ChillPersonBundle/Form/AccompanyingPeriodType.php b/src/Bundle/ChillPersonBundle/Form/AccompanyingPeriodType.php index d1cbd23af..ec1766088 100644 --- a/src/Bundle/ChillPersonBundle/Form/AccompanyingPeriodType.php +++ b/src/Bundle/ChillPersonBundle/Form/AccompanyingPeriodType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Form; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillPersonBundle/Form/ChoiceLoader/PersonChoiceLoader.php b/src/Bundle/ChillPersonBundle/Form/ChoiceLoader/PersonChoiceLoader.php index 453efc904..2924b7e35 100644 --- a/src/Bundle/ChillPersonBundle/Form/ChoiceLoader/PersonChoiceLoader.php +++ b/src/Bundle/ChillPersonBundle/Form/ChoiceLoader/PersonChoiceLoader.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Form\ChoiceLoader; use Chill\PersonBundle\Entity\Person; diff --git a/src/Bundle/ChillPersonBundle/Form/ClosingMotiveType.php b/src/Bundle/ChillPersonBundle/Form/ClosingMotiveType.php index 152d2ddb4..9cf24d8c3 100644 --- a/src/Bundle/ChillPersonBundle/Form/ClosingMotiveType.php +++ b/src/Bundle/ChillPersonBundle/Form/ClosingMotiveType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Form; use Chill\MainBundle\Form\Type\TranslatableStringFormType; diff --git a/src/Bundle/ChillPersonBundle/Form/DataMapper/PersonAltNameDataMapper.php b/src/Bundle/ChillPersonBundle/Form/DataMapper/PersonAltNameDataMapper.php index 865cb850c..13de3b9f5 100644 --- a/src/Bundle/ChillPersonBundle/Form/DataMapper/PersonAltNameDataMapper.php +++ b/src/Bundle/ChillPersonBundle/Form/DataMapper/PersonAltNameDataMapper.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Form\DataMapper; use Chill\PersonBundle\Entity\PersonAltName; diff --git a/src/Bundle/ChillPersonBundle/Form/DataTransformer/PersonToIdTransformer.php b/src/Bundle/ChillPersonBundle/Form/DataTransformer/PersonToIdTransformer.php index 69badeb74..5e7ed4043 100644 --- a/src/Bundle/ChillPersonBundle/Form/DataTransformer/PersonToIdTransformer.php +++ b/src/Bundle/ChillPersonBundle/Form/DataTransformer/PersonToIdTransformer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Form\DataTransformer; use Chill\PersonBundle\Entity\Person; diff --git a/src/Bundle/ChillPersonBundle/Form/HouseholdMemberType.php b/src/Bundle/ChillPersonBundle/Form/HouseholdMemberType.php index 75ccbec06..a5284afdb 100644 --- a/src/Bundle/ChillPersonBundle/Form/HouseholdMemberType.php +++ b/src/Bundle/ChillPersonBundle/Form/HouseholdMemberType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Form; use Chill\MainBundle\Form\Type\ChillDateType; diff --git a/src/Bundle/ChillPersonBundle/Form/HouseholdType.php b/src/Bundle/ChillPersonBundle/Form/HouseholdType.php index a24810fdd..68f00fa22 100644 --- a/src/Bundle/ChillPersonBundle/Form/HouseholdType.php +++ b/src/Bundle/ChillPersonBundle/Form/HouseholdType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Form; use Chill\MainBundle\Form\Type\ChillDateType; diff --git a/src/Bundle/ChillPersonBundle/Form/MaritalStatusType.php b/src/Bundle/ChillPersonBundle/Form/MaritalStatusType.php index 5cddaff1f..fb81331c6 100644 --- a/src/Bundle/ChillPersonBundle/Form/MaritalStatusType.php +++ b/src/Bundle/ChillPersonBundle/Form/MaritalStatusType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Form; use Chill\MainBundle\Form\Type\TranslatableStringFormType; diff --git a/src/Bundle/ChillPersonBundle/Form/PersonConfimDuplicateType.php b/src/Bundle/ChillPersonBundle/Form/PersonConfimDuplicateType.php index 8d1342c62..52ed35db6 100644 --- a/src/Bundle/ChillPersonBundle/Form/PersonConfimDuplicateType.php +++ b/src/Bundle/ChillPersonBundle/Form/PersonConfimDuplicateType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Form; use Symfony\Component\Form\AbstractType; diff --git a/src/Bundle/ChillPersonBundle/Form/PersonFindManuallyDuplicateType.php b/src/Bundle/ChillPersonBundle/Form/PersonFindManuallyDuplicateType.php index 140a8fc8d..7ecbcdc9b 100644 --- a/src/Bundle/ChillPersonBundle/Form/PersonFindManuallyDuplicateType.php +++ b/src/Bundle/ChillPersonBundle/Form/PersonFindManuallyDuplicateType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Form; use Chill\PersonBundle\Form\Type\PickPersonType; diff --git a/src/Bundle/ChillPersonBundle/Form/PersonType.php b/src/Bundle/ChillPersonBundle/Form/PersonType.php index 18db354c7..eddf8c751 100644 --- a/src/Bundle/ChillPersonBundle/Form/PersonType.php +++ b/src/Bundle/ChillPersonBundle/Form/PersonType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Form; use Chill\CustomFieldsBundle\Form\Type\CustomFieldType; diff --git a/src/Bundle/ChillPersonBundle/Form/SocialWork/EvaluationType.php b/src/Bundle/ChillPersonBundle/Form/SocialWork/EvaluationType.php index 359e5b367..0c6bb0d32 100644 --- a/src/Bundle/ChillPersonBundle/Form/SocialWork/EvaluationType.php +++ b/src/Bundle/ChillPersonBundle/Form/SocialWork/EvaluationType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Form\SocialWork; use Chill\MainBundle\Form\Type\TranslatableStringFormType; diff --git a/src/Bundle/ChillPersonBundle/Form/SocialWork/GoalType.php b/src/Bundle/ChillPersonBundle/Form/SocialWork/GoalType.php index d5ed3f642..4ea0a5e70 100644 --- a/src/Bundle/ChillPersonBundle/Form/SocialWork/GoalType.php +++ b/src/Bundle/ChillPersonBundle/Form/SocialWork/GoalType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Form\SocialWork; use Chill\MainBundle\Form\Type\TranslatableStringFormType; diff --git a/src/Bundle/ChillPersonBundle/Form/SocialWork/ResultType.php b/src/Bundle/ChillPersonBundle/Form/SocialWork/ResultType.php index ee18b7eed..a0219aaf3 100644 --- a/src/Bundle/ChillPersonBundle/Form/SocialWork/ResultType.php +++ b/src/Bundle/ChillPersonBundle/Form/SocialWork/ResultType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Form\SocialWork; use Chill\MainBundle\Form\Type\TranslatableStringFormType; diff --git a/src/Bundle/ChillPersonBundle/Form/SocialWork/SocialActionType.php b/src/Bundle/ChillPersonBundle/Form/SocialWork/SocialActionType.php index b72e49d59..1f1ae0810 100644 --- a/src/Bundle/ChillPersonBundle/Form/SocialWork/SocialActionType.php +++ b/src/Bundle/ChillPersonBundle/Form/SocialWork/SocialActionType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Form\SocialWork; use Chill\MainBundle\Form\Type\TranslatableStringFormType; diff --git a/src/Bundle/ChillPersonBundle/Form/Type/ClosingMotivePickerType.php b/src/Bundle/ChillPersonBundle/Form/Type/ClosingMotivePickerType.php index 49b0f56e1..600720ddf 100644 --- a/src/Bundle/ChillPersonBundle/Form/Type/ClosingMotivePickerType.php +++ b/src/Bundle/ChillPersonBundle/Form/Type/ClosingMotivePickerType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Form\Type; use Chill\MainBundle\Templating\Entity\ChillEntityRenderExtension; diff --git a/src/Bundle/ChillPersonBundle/Form/Type/GenderType.php b/src/Bundle/ChillPersonBundle/Form/Type/GenderType.php index f8e5e1b26..43edfb8d0 100644 --- a/src/Bundle/ChillPersonBundle/Form/Type/GenderType.php +++ b/src/Bundle/ChillPersonBundle/Form/Type/GenderType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Form\Type; use Chill\PersonBundle\Entity\Person; diff --git a/src/Bundle/ChillPersonBundle/Form/Type/PersonAltNameType.php b/src/Bundle/ChillPersonBundle/Form/Type/PersonAltNameType.php index 76108a80a..02335c397 100644 --- a/src/Bundle/ChillPersonBundle/Form/Type/PersonAltNameType.php +++ b/src/Bundle/ChillPersonBundle/Form/Type/PersonAltNameType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Form\Type; use Chill\MainBundle\Templating\TranslatableStringHelper; diff --git a/src/Bundle/ChillPersonBundle/Form/Type/PersonPhoneType.php b/src/Bundle/ChillPersonBundle/Form/Type/PersonPhoneType.php index 5abff8d58..00243349f 100644 --- a/src/Bundle/ChillPersonBundle/Form/Type/PersonPhoneType.php +++ b/src/Bundle/ChillPersonBundle/Form/Type/PersonPhoneType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Form\Type; use Chill\MainBundle\Phonenumber\PhonenumberHelper; diff --git a/src/Bundle/ChillPersonBundle/Form/Type/PickPersonType.php b/src/Bundle/ChillPersonBundle/Form/Type/PickPersonType.php index d42e9ad55..98572b8bc 100644 --- a/src/Bundle/ChillPersonBundle/Form/Type/PickPersonType.php +++ b/src/Bundle/ChillPersonBundle/Form/Type/PickPersonType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Form\Type; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillPersonBundle/Form/Type/Select2MaritalStatusType.php b/src/Bundle/ChillPersonBundle/Form/Type/Select2MaritalStatusType.php index 5be758e62..c75b93f7a 100644 --- a/src/Bundle/ChillPersonBundle/Form/Type/Select2MaritalStatusType.php +++ b/src/Bundle/ChillPersonBundle/Form/Type/Select2MaritalStatusType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Form\Type; use Chill\MainBundle\Form\Type\DataTransformer\ObjectToIdTransformer; diff --git a/src/Bundle/ChillPersonBundle/Household/MembersEditor.php b/src/Bundle/ChillPersonBundle/Household/MembersEditor.php index d85e0cdc3..2d3749fa7 100644 --- a/src/Bundle/ChillPersonBundle/Household/MembersEditor.php +++ b/src/Bundle/ChillPersonBundle/Household/MembersEditor.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Household; use Chill\PersonBundle\Entity\Household\Household; diff --git a/src/Bundle/ChillPersonBundle/Household/MembersEditorFactory.php b/src/Bundle/ChillPersonBundle/Household/MembersEditorFactory.php index ebbf2e2ba..a26841064 100644 --- a/src/Bundle/ChillPersonBundle/Household/MembersEditorFactory.php +++ b/src/Bundle/ChillPersonBundle/Household/MembersEditorFactory.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Household; use Chill\PersonBundle\Entity\Household\Household; diff --git a/src/Bundle/ChillPersonBundle/Menu/AccompanyingCourseMenuBuilder.php b/src/Bundle/ChillPersonBundle/Menu/AccompanyingCourseMenuBuilder.php index 2936d5e69..fed840954 100644 --- a/src/Bundle/ChillPersonBundle/Menu/AccompanyingCourseMenuBuilder.php +++ b/src/Bundle/ChillPersonBundle/Menu/AccompanyingCourseMenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Menu; use Chill\MainBundle\Routing\LocalMenuBuilderInterface; diff --git a/src/Bundle/ChillPersonBundle/Menu/AdminMenuBuilder.php b/src/Bundle/ChillPersonBundle/Menu/AdminMenuBuilder.php index 8c7c634c4..25996f7bf 100644 --- a/src/Bundle/ChillPersonBundle/Menu/AdminMenuBuilder.php +++ b/src/Bundle/ChillPersonBundle/Menu/AdminMenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Menu; use Chill\MainBundle\Routing\LocalMenuBuilderInterface; diff --git a/src/Bundle/ChillPersonBundle/Menu/HouseholdMenuBuilder.php b/src/Bundle/ChillPersonBundle/Menu/HouseholdMenuBuilder.php index 32433bb56..feb465f8d 100644 --- a/src/Bundle/ChillPersonBundle/Menu/HouseholdMenuBuilder.php +++ b/src/Bundle/ChillPersonBundle/Menu/HouseholdMenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Menu; use Chill\MainBundle\Routing\LocalMenuBuilderInterface; diff --git a/src/Bundle/ChillPersonBundle/Menu/PersonMenuBuilder.php b/src/Bundle/ChillPersonBundle/Menu/PersonMenuBuilder.php index cb38acadc..ee359434b 100644 --- a/src/Bundle/ChillPersonBundle/Menu/PersonMenuBuilder.php +++ b/src/Bundle/ChillPersonBundle/Menu/PersonMenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Menu; use Chill\MainBundle\Routing\LocalMenuBuilderInterface; diff --git a/src/Bundle/ChillPersonBundle/Menu/SectionMenuBuilder.php b/src/Bundle/ChillPersonBundle/Menu/SectionMenuBuilder.php index 013bcbb87..eff2e7a3a 100644 --- a/src/Bundle/ChillPersonBundle/Menu/SectionMenuBuilder.php +++ b/src/Bundle/ChillPersonBundle/Menu/SectionMenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Menu; use Chill\MainBundle\Routing\LocalMenuBuilderInterface; diff --git a/src/Bundle/ChillPersonBundle/Notification/AccompanyingPeriodNotificationRenderer.php b/src/Bundle/ChillPersonBundle/Notification/AccompanyingPeriodNotificationRenderer.php index 91a3c09a2..c67c3d8a8 100644 --- a/src/Bundle/ChillPersonBundle/Notification/AccompanyingPeriodNotificationRenderer.php +++ b/src/Bundle/ChillPersonBundle/Notification/AccompanyingPeriodNotificationRenderer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Notification; use Chill\MainBundle\Entity\Notification; diff --git a/src/Bundle/ChillPersonBundle/Privacy/AccompanyingPeriodPrivacyEvent.php b/src/Bundle/ChillPersonBundle/Privacy/AccompanyingPeriodPrivacyEvent.php index 1cd0eb70a..7f8da3671 100644 --- a/src/Bundle/ChillPersonBundle/Privacy/AccompanyingPeriodPrivacyEvent.php +++ b/src/Bundle/ChillPersonBundle/Privacy/AccompanyingPeriodPrivacyEvent.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Privacy; /* diff --git a/src/Bundle/ChillPersonBundle/Privacy/PrivacyEvent.php b/src/Bundle/ChillPersonBundle/Privacy/PrivacyEvent.php index 63a1b6704..0bfd7a435 100644 --- a/src/Bundle/ChillPersonBundle/Privacy/PrivacyEvent.php +++ b/src/Bundle/ChillPersonBundle/Privacy/PrivacyEvent.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Privacy; /* diff --git a/src/Bundle/ChillPersonBundle/Privacy/PrivacyEventSubscriber.php b/src/Bundle/ChillPersonBundle/Privacy/PrivacyEventSubscriber.php index 15a8a3e0b..5018743dc 100644 --- a/src/Bundle/ChillPersonBundle/Privacy/PrivacyEventSubscriber.php +++ b/src/Bundle/ChillPersonBundle/Privacy/PrivacyEventSubscriber.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Privacy; /* diff --git a/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriod/AccompanyingPeriodWorkGoalRepository.php b/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriod/AccompanyingPeriodWorkGoalRepository.php index 981fc8872..1f432e4e0 100644 --- a/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriod/AccompanyingPeriodWorkGoalRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriod/AccompanyingPeriodWorkGoalRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository\AccompanyingPeriod; use Chill\PersonBundle\Entity\AccompanyingPeriod\AccompanyingPeriodWorkGoal; diff --git a/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriod/ClosingMotiveRepository.php b/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriod/ClosingMotiveRepository.php index 4b470d606..ea5b1feff 100644 --- a/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriod/ClosingMotiveRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriod/ClosingMotiveRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository\AccompanyingPeriod; use Chill\PersonBundle\Entity\AccompanyingPeriod\ClosingMotive; diff --git a/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriod/CommentRepository.php b/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriod/CommentRepository.php index 4a065541c..0da6fc662 100644 --- a/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriod/CommentRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriod/CommentRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository\AccompanyingPeriod; use Chill\PersonBundle\Entity\AccompanyingPeriod\Comment; diff --git a/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriod/OriginRepository.php b/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriod/OriginRepository.php index f450af1e7..5d7c10f7e 100644 --- a/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriod/OriginRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriod/OriginRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository\AccompanyingPeriod; use Chill\PersonBundle\Entity\AccompanyingPeriod\Origin; diff --git a/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriod/ResourceRepository.php b/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriod/ResourceRepository.php index 2a695db28..8eee0e9e4 100644 --- a/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriod/ResourceRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriod/ResourceRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository\AccompanyingPeriod; use Chill\PersonBundle\Entity\AccompanyingPeriod\Resource; diff --git a/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriodACLAwareRepositoryInterface.php b/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriodACLAwareRepositoryInterface.php index 8eab33489..778e8d8fe 100644 --- a/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriodACLAwareRepositoryInterface.php +++ b/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriodACLAwareRepositoryInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository; use Chill\PersonBundle\Entity\Person; diff --git a/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriodParticipationRepository.php b/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriodParticipationRepository.php index 0156d3f6a..cbfb3e6d9 100644 --- a/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriodParticipationRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriodParticipationRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository; use Chill\PersonBundle\Entity\AccompanyingPeriodParticipation; diff --git a/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriodRepository.php b/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriodRepository.php index ab19ace51..b21431554 100644 --- a/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriodRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriodRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository; use Chill\PersonBundle\Entity\AccompanyingPeriod; diff --git a/src/Bundle/ChillPersonBundle/Repository/Household/HouseholdACLAwareRepository.php b/src/Bundle/ChillPersonBundle/Repository/Household/HouseholdACLAwareRepository.php index fafefcabd..0649dae1c 100644 --- a/src/Bundle/ChillPersonBundle/Repository/Household/HouseholdACLAwareRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/Household/HouseholdACLAwareRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository\Household; use Chill\MainBundle\Entity\AddressReference; diff --git a/src/Bundle/ChillPersonBundle/Repository/Household/HouseholdACLAwareRepositoryInterface.php b/src/Bundle/ChillPersonBundle/Repository/Household/HouseholdACLAwareRepositoryInterface.php index 1e08aa6d0..e13d8b888 100644 --- a/src/Bundle/ChillPersonBundle/Repository/Household/HouseholdACLAwareRepositoryInterface.php +++ b/src/Bundle/ChillPersonBundle/Repository/Household/HouseholdACLAwareRepositoryInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository\Household; use Chill\MainBundle\Entity\AddressReference; diff --git a/src/Bundle/ChillPersonBundle/Repository/Household/HouseholdRepository.php b/src/Bundle/ChillPersonBundle/Repository/Household/HouseholdRepository.php index a402c4291..8becf4409 100644 --- a/src/Bundle/ChillPersonBundle/Repository/Household/HouseholdRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/Household/HouseholdRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository\Household; use Chill\PersonBundle\Entity\Household\Household; diff --git a/src/Bundle/ChillPersonBundle/Repository/Household/PersonHouseholdAddressRepository.php b/src/Bundle/ChillPersonBundle/Repository/Household/PersonHouseholdAddressRepository.php index 8a30de586..2cd370260 100644 --- a/src/Bundle/ChillPersonBundle/Repository/Household/PersonHouseholdAddressRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/Household/PersonHouseholdAddressRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository\Household; use Chill\PersonBundle\Entity\Household\PersonHouseholdAddress; diff --git a/src/Bundle/ChillPersonBundle/Repository/Household/PositionRepository.php b/src/Bundle/ChillPersonBundle/Repository/Household/PositionRepository.php index a174e3d35..2ceab9b9e 100644 --- a/src/Bundle/ChillPersonBundle/Repository/Household/PositionRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/Household/PositionRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository\Household; use Chill\PersonBundle\Entity\Household\Position; diff --git a/src/Bundle/ChillPersonBundle/Repository/MaritalStatusRepository.php b/src/Bundle/ChillPersonBundle/Repository/MaritalStatusRepository.php index d11a47f75..58b4aa7fa 100644 --- a/src/Bundle/ChillPersonBundle/Repository/MaritalStatusRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/MaritalStatusRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository; use Chill\PersonBundle\Entity\MaritalStatus; diff --git a/src/Bundle/ChillPersonBundle/Repository/PersonACLAwareRepository.php b/src/Bundle/ChillPersonBundle/Repository/PersonACLAwareRepository.php index a8f3ca1b8..972264282 100644 --- a/src/Bundle/ChillPersonBundle/Repository/PersonACLAwareRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/PersonACLAwareRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillPersonBundle/Repository/PersonACLAwareRepositoryInterface.php b/src/Bundle/ChillPersonBundle/Repository/PersonACLAwareRepositoryInterface.php index 81e37eece..72d4682c8 100644 --- a/src/Bundle/ChillPersonBundle/Repository/PersonACLAwareRepositoryInterface.php +++ b/src/Bundle/ChillPersonBundle/Repository/PersonACLAwareRepositoryInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository; use Chill\MainBundle\Search\SearchApiQuery; diff --git a/src/Bundle/ChillPersonBundle/Repository/PersonAltNameRepository.php b/src/Bundle/ChillPersonBundle/Repository/PersonAltNameRepository.php index 2f1e77335..6e5533f78 100644 --- a/src/Bundle/ChillPersonBundle/Repository/PersonAltNameRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/PersonAltNameRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository; use Chill\PersonBundle\Entity\PersonAltName; diff --git a/src/Bundle/ChillPersonBundle/Repository/PersonNotDuplicateRepository.php b/src/Bundle/ChillPersonBundle/Repository/PersonNotDuplicateRepository.php index 92d4e02f8..8fe586760 100644 --- a/src/Bundle/ChillPersonBundle/Repository/PersonNotDuplicateRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/PersonNotDuplicateRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository; use Chill\PersonBundle\Entity\Person; diff --git a/src/Bundle/ChillPersonBundle/Repository/PersonRepository.php b/src/Bundle/ChillPersonBundle/Repository/PersonRepository.php index e368151ca..57cea2d55 100644 --- a/src/Bundle/ChillPersonBundle/Repository/PersonRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/PersonRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository; use Chill\PersonBundle\Entity\Person; diff --git a/src/Bundle/ChillPersonBundle/Repository/Relationships/RelationRepository.php b/src/Bundle/ChillPersonBundle/Repository/Relationships/RelationRepository.php index fadaf119c..ddf82ca8d 100644 --- a/src/Bundle/ChillPersonBundle/Repository/Relationships/RelationRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/Relationships/RelationRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository\Relationships; use Chill\PersonBundle\Entity\Relationships\Relation; diff --git a/src/Bundle/ChillPersonBundle/Repository/Relationships/RelationshipRepository.php b/src/Bundle/ChillPersonBundle/Repository/Relationships/RelationshipRepository.php index bb408711b..ab172e459 100644 --- a/src/Bundle/ChillPersonBundle/Repository/Relationships/RelationshipRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/Relationships/RelationshipRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository\Relationships; use Chill\PersonBundle\Entity\Relationships\Relationship; diff --git a/src/Bundle/ChillPersonBundle/Repository/SocialWork/EvaluationRepository.php b/src/Bundle/ChillPersonBundle/Repository/SocialWork/EvaluationRepository.php index 32c120bb8..cb651b9ae 100644 --- a/src/Bundle/ChillPersonBundle/Repository/SocialWork/EvaluationRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/SocialWork/EvaluationRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository\SocialWork; use Chill\PersonBundle\Entity\SocialWork\Evaluation; diff --git a/src/Bundle/ChillPersonBundle/Repository/SocialWork/GoalRepository.php b/src/Bundle/ChillPersonBundle/Repository/SocialWork/GoalRepository.php index 035c63e22..ec74b1919 100644 --- a/src/Bundle/ChillPersonBundle/Repository/SocialWork/GoalRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/SocialWork/GoalRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository\SocialWork; use Chill\PersonBundle\Entity\SocialWork\Goal; diff --git a/src/Bundle/ChillPersonBundle/Repository/SocialWork/ResultRepository.php b/src/Bundle/ChillPersonBundle/Repository/SocialWork/ResultRepository.php index 1c65fd6c1..744c42577 100644 --- a/src/Bundle/ChillPersonBundle/Repository/SocialWork/ResultRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/SocialWork/ResultRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository\SocialWork; use Chill\PersonBundle\Entity\SocialWork\Goal; diff --git a/src/Bundle/ChillPersonBundle/Repository/SocialWork/SocialActionRepository.php b/src/Bundle/ChillPersonBundle/Repository/SocialWork/SocialActionRepository.php index 78acc1321..fdf9d3b3f 100644 --- a/src/Bundle/ChillPersonBundle/Repository/SocialWork/SocialActionRepository.php +++ b/src/Bundle/ChillPersonBundle/Repository/SocialWork/SocialActionRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Repository\SocialWork; use Chill\PersonBundle\Entity\SocialWork\SocialAction; diff --git a/src/Bundle/ChillPersonBundle/Resources/test/Fixtures/App/app/AppKernel.php b/src/Bundle/ChillPersonBundle/Resources/test/Fixtures/App/app/AppKernel.php index 18d2e2c41..d39adffaf 100644 --- a/src/Bundle/ChillPersonBundle/Resources/test/Fixtures/App/app/AppKernel.php +++ b/src/Bundle/ChillPersonBundle/Resources/test/Fixtures/App/app/AppKernel.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - use Symfony\Component\Config\Loader\LoaderInterface; use Symfony\Component\HttpKernel\Kernel; diff --git a/src/Bundle/ChillPersonBundle/Resources/test/Fixtures/App/app/autoload.php b/src/Bundle/ChillPersonBundle/Resources/test/Fixtures/App/app/autoload.php index 6f199176e..ea351fb8a 100644 --- a/src/Bundle/ChillPersonBundle/Resources/test/Fixtures/App/app/autoload.php +++ b/src/Bundle/ChillPersonBundle/Resources/test/Fixtures/App/app/autoload.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - use Composer\Autoload\ClassLoader; use Doctrine\Common\Annotations\AnnotationRegistry; diff --git a/src/Bundle/ChillPersonBundle/Resources/test/Fixtures/App/web/app_dev.php b/src/Bundle/ChillPersonBundle/Resources/test/Fixtures/App/web/app_dev.php index cce0df8eb..914d09ffd 100644 --- a/src/Bundle/ChillPersonBundle/Resources/test/Fixtures/App/web/app_dev.php +++ b/src/Bundle/ChillPersonBundle/Resources/test/Fixtures/App/web/app_dev.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - use Symfony\Component\Debug\Debug; use Symfony\Component\HttpFoundation\Request; diff --git a/src/Bundle/ChillPersonBundle/Search/SearchPersonApiProvider.php b/src/Bundle/ChillPersonBundle/Search/SearchPersonApiProvider.php index a2e8348ff..fb842b4ae 100644 --- a/src/Bundle/ChillPersonBundle/Search/SearchPersonApiProvider.php +++ b/src/Bundle/ChillPersonBundle/Search/SearchPersonApiProvider.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Search; use Chill\MainBundle\Search\SearchApiInterface; diff --git a/src/Bundle/ChillPersonBundle/Search/SimilarPersonMatcher.php b/src/Bundle/ChillPersonBundle/Search/SimilarPersonMatcher.php index 8b9b08efc..8fc0a536a 100644 --- a/src/Bundle/ChillPersonBundle/Search/SimilarPersonMatcher.php +++ b/src/Bundle/ChillPersonBundle/Search/SimilarPersonMatcher.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Search; use Chill\MainBundle\Security\Authorization\AuthorizationHelper; diff --git a/src/Bundle/ChillPersonBundle/Security/Authorization/HouseholdVoter.php b/src/Bundle/ChillPersonBundle/Security/Authorization/HouseholdVoter.php index 7da687b4c..b702e798e 100644 --- a/src/Bundle/ChillPersonBundle/Security/Authorization/HouseholdVoter.php +++ b/src/Bundle/ChillPersonBundle/Security/Authorization/HouseholdVoter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Security\Authorization; class HouseholdVoter diff --git a/src/Bundle/ChillPersonBundle/Security/Authorization/PersonVoter.php b/src/Bundle/ChillPersonBundle/Security/Authorization/PersonVoter.php index aa2b142e0..14984fc67 100644 --- a/src/Bundle/ChillPersonBundle/Security/Authorization/PersonVoter.php +++ b/src/Bundle/ChillPersonBundle/Security/Authorization/PersonVoter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Security\Authorization; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillPersonBundle/Serializer/Normalizer/AccompanyingPeriodOriginNormalizer.php b/src/Bundle/ChillPersonBundle/Serializer/Normalizer/AccompanyingPeriodOriginNormalizer.php index 80173ad5d..5c05d111e 100644 --- a/src/Bundle/ChillPersonBundle/Serializer/Normalizer/AccompanyingPeriodOriginNormalizer.php +++ b/src/Bundle/ChillPersonBundle/Serializer/Normalizer/AccompanyingPeriodOriginNormalizer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Serializer\Normalizer; use Chill\PersonBundle\Entity\AccompanyingPeriod\Origin; diff --git a/src/Bundle/ChillPersonBundle/Serializer/Normalizer/AccompanyingPeriodParticipationNormalizer.php b/src/Bundle/ChillPersonBundle/Serializer/Normalizer/AccompanyingPeriodParticipationNormalizer.php index 3a7307713..b4110a8ae 100644 --- a/src/Bundle/ChillPersonBundle/Serializer/Normalizer/AccompanyingPeriodParticipationNormalizer.php +++ b/src/Bundle/ChillPersonBundle/Serializer/Normalizer/AccompanyingPeriodParticipationNormalizer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Serializer\Normalizer; use Chill\PersonBundle\Entity\AccompanyingPeriodParticipation; diff --git a/src/Bundle/ChillPersonBundle/Serializer/Normalizer/AccompanyingPeriodResourceNormalizer.php b/src/Bundle/ChillPersonBundle/Serializer/Normalizer/AccompanyingPeriodResourceNormalizer.php index 1ce3523c9..0cd71c29e 100644 --- a/src/Bundle/ChillPersonBundle/Serializer/Normalizer/AccompanyingPeriodResourceNormalizer.php +++ b/src/Bundle/ChillPersonBundle/Serializer/Normalizer/AccompanyingPeriodResourceNormalizer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Serializer\Normalizer; use Chill\MainBundle\Serializer\Normalizer\DiscriminatedObjectDenormalizer; diff --git a/src/Bundle/ChillPersonBundle/Serializer/Normalizer/AccompanyingPeriodWorkDenormalizer.php b/src/Bundle/ChillPersonBundle/Serializer/Normalizer/AccompanyingPeriodWorkDenormalizer.php index 9dea845b7..15551cf86 100644 --- a/src/Bundle/ChillPersonBundle/Serializer/Normalizer/AccompanyingPeriodWorkDenormalizer.php +++ b/src/Bundle/ChillPersonBundle/Serializer/Normalizer/AccompanyingPeriodWorkDenormalizer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Serializer\Normalizer; use Chill\PersonBundle\Entity\AccompanyingPeriod\AccompanyingPeriodWork; diff --git a/src/Bundle/ChillPersonBundle/Serializer/Normalizer/PersonDocGenNormalizer.php b/src/Bundle/ChillPersonBundle/Serializer/Normalizer/PersonDocGenNormalizer.php index 3e320abb4..c12f6f6a7 100644 --- a/src/Bundle/ChillPersonBundle/Serializer/Normalizer/PersonDocGenNormalizer.php +++ b/src/Bundle/ChillPersonBundle/Serializer/Normalizer/PersonDocGenNormalizer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Serializer\Normalizer; use Chill\DocGeneratorBundle\Serializer\Helper\NormalizeNullValueHelper; diff --git a/src/Bundle/ChillPersonBundle/Serializer/Normalizer/PersonJsonNormalizer.php b/src/Bundle/ChillPersonBundle/Serializer/Normalizer/PersonJsonNormalizer.php index e9ed7e04d..c0ba0201a 100644 --- a/src/Bundle/ChillPersonBundle/Serializer/Normalizer/PersonJsonNormalizer.php +++ b/src/Bundle/ChillPersonBundle/Serializer/Normalizer/PersonJsonNormalizer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Serializer\Normalizer; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillPersonBundle/Serializer/Normalizer/SocialActionNormalizer.php b/src/Bundle/ChillPersonBundle/Serializer/Normalizer/SocialActionNormalizer.php index 9b73556be..94341197b 100644 --- a/src/Bundle/ChillPersonBundle/Serializer/Normalizer/SocialActionNormalizer.php +++ b/src/Bundle/ChillPersonBundle/Serializer/Normalizer/SocialActionNormalizer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Serializer\Normalizer; use Chill\PersonBundle\Entity\SocialWork\SocialAction; diff --git a/src/Bundle/ChillPersonBundle/Serializer/Normalizer/SocialIssueNormalizer.php b/src/Bundle/ChillPersonBundle/Serializer/Normalizer/SocialIssueNormalizer.php index 31949761f..f255e6f8c 100644 --- a/src/Bundle/ChillPersonBundle/Serializer/Normalizer/SocialIssueNormalizer.php +++ b/src/Bundle/ChillPersonBundle/Serializer/Normalizer/SocialIssueNormalizer.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Serializer\Normalizer; use Chill\PersonBundle\Entity\SocialWork\SocialIssue; diff --git a/src/Bundle/ChillPersonBundle/Templating/Entity/ClosingMotiveRender.php b/src/Bundle/ChillPersonBundle/Templating/Entity/ClosingMotiveRender.php index d8285fd9f..d4c7c6d10 100644 --- a/src/Bundle/ChillPersonBundle/Templating/Entity/ClosingMotiveRender.php +++ b/src/Bundle/ChillPersonBundle/Templating/Entity/ClosingMotiveRender.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Templating\Entity; use Chill\MainBundle\Templating\Entity\AbstractChillEntityRender; diff --git a/src/Bundle/ChillPersonBundle/Templating/Entity/PersonRender.php b/src/Bundle/ChillPersonBundle/Templating/Entity/PersonRender.php index 03062296e..0a5624f42 100644 --- a/src/Bundle/ChillPersonBundle/Templating/Entity/PersonRender.php +++ b/src/Bundle/ChillPersonBundle/Templating/Entity/PersonRender.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Templating\Entity; use Chill\MainBundle\Templating\Entity\AbstractChillEntityRender; diff --git a/src/Bundle/ChillPersonBundle/Templating/Entity/SocialActionRender.php b/src/Bundle/ChillPersonBundle/Templating/Entity/SocialActionRender.php index 5b800ae9c..e5afe1d66 100644 --- a/src/Bundle/ChillPersonBundle/Templating/Entity/SocialActionRender.php +++ b/src/Bundle/ChillPersonBundle/Templating/Entity/SocialActionRender.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Templating\Entity; use Chill\MainBundle\Templating\Entity\ChillEntityRenderInterface; diff --git a/src/Bundle/ChillPersonBundle/Templating/Entity/SocialIssueRender.php b/src/Bundle/ChillPersonBundle/Templating/Entity/SocialIssueRender.php index 49a420887..ecc71038a 100644 --- a/src/Bundle/ChillPersonBundle/Templating/Entity/SocialIssueRender.php +++ b/src/Bundle/ChillPersonBundle/Templating/Entity/SocialIssueRender.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Templating\Entity; use Chill\MainBundle\Templating\Entity\ChillEntityRenderInterface; diff --git a/src/Bundle/ChillPersonBundle/Test/PreparePersonTrait.php b/src/Bundle/ChillPersonBundle/Test/PreparePersonTrait.php index d71bc2de8..dfbcd6d15 100644 --- a/src/Bundle/ChillPersonBundle/Test/PreparePersonTrait.php +++ b/src/Bundle/ChillPersonBundle/Test/PreparePersonTrait.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Test; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php b/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php index 70a4f26f3..f1551554c 100644 --- a/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/AccompanyingPeriodConfidentialTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\AccompanyingPeriod; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/SocialIssueConsistency/AccompanyingPeriodSocialIssueConsistencyEntityListenerTest.php b/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/SocialIssueConsistency/AccompanyingPeriodSocialIssueConsistencyEntityListenerTest.php index 54a6591b7..8888868cb 100644 --- a/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/SocialIssueConsistency/AccompanyingPeriodSocialIssueConsistencyEntityListenerTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/AccompanyingPeriod/SocialIssueConsistency/AccompanyingPeriodSocialIssueConsistencyEntityListenerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\AccompanyingPeriod\SocialIssueConsistency; use Chill\PersonBundle\AccompanyingPeriod\SocialIssueConsistency\AccompanyingPeriodLinkedWithSocialIssuesEntityInterface; diff --git a/src/Bundle/ChillPersonBundle/Tests/Controller/AccompanyingCourseApiControllerTest.php b/src/Bundle/ChillPersonBundle/Tests/Controller/AccompanyingCourseApiControllerTest.php index fb7dc39d5..18fa27a09 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Controller/AccompanyingCourseApiControllerTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Controller/AccompanyingCourseApiControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Controller; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillPersonBundle/Tests/Controller/AccompanyingCourseControllerTest.php b/src/Bundle/ChillPersonBundle/Tests/Controller/AccompanyingCourseControllerTest.php index 1b318bcb0..7f8175a2b 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Controller/AccompanyingCourseControllerTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Controller/AccompanyingCourseControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Controller; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillPersonBundle/Tests/Controller/AccompanyingPeriodControllerTest.php b/src/Bundle/ChillPersonBundle/Tests/Controller/AccompanyingPeriodControllerTest.php index 2bacc5c46..f8b671f85 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Controller/AccompanyingPeriodControllerTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Controller/AccompanyingPeriodControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Controller; use Chill\PersonBundle\Entity\AccompanyingPeriod; diff --git a/src/Bundle/ChillPersonBundle/Tests/Controller/HouseholdApiControllerTest.php b/src/Bundle/ChillPersonBundle/Tests/Controller/HouseholdApiControllerTest.php index 469b125fc..1c686b6b2 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Controller/HouseholdApiControllerTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Controller/HouseholdApiControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Controller; use Chill\MainBundle\Entity\Address; diff --git a/src/Bundle/ChillPersonBundle/Tests/Controller/HouseholdControllerTest.php b/src/Bundle/ChillPersonBundle/Tests/Controller/HouseholdControllerTest.php index c3c2bad00..95d595a10 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Controller/HouseholdControllerTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Controller/HouseholdControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Controller; use Chill\MainBundle\Test\PrepareClientTrait; diff --git a/src/Bundle/ChillPersonBundle/Tests/Controller/HouseholdMemberControllerTest.php b/src/Bundle/ChillPersonBundle/Tests/Controller/HouseholdMemberControllerTest.php index 8b39998f6..8340ab153 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Controller/HouseholdMemberControllerTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Controller/HouseholdMemberControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Bundle\ChillPersonBundle\Tests\Controller; use Chill\MainBundle\Test\PrepareClientTrait; diff --git a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonAddressControllerTest.php b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonAddressControllerTest.php index dcd54437a..43a689a5f 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonAddressControllerTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonAddressControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Controller; use Chill\PersonBundle\Entity\Person; diff --git a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonApiControllerTest.php b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonApiControllerTest.php index d1f19c26c..3d675ec16 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonApiControllerTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonApiControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Controller; use Chill\MainBundle\Test\PrepareClientTrait; diff --git a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerCreateTest.php b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerCreateTest.php index 8863262fb..fd990943a 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerCreateTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerCreateTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Controller; use Chill\MainBundle\Test\PrepareClientTrait; diff --git a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerUpdateTest.php b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerUpdateTest.php index 3729afa3d..8064a8290 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerUpdateTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerUpdateTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Controller; use Chill\MainBundle\Test\PrepareClientTrait; diff --git a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerUpdateWithHiddenFieldsTest.php b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerUpdateWithHiddenFieldsTest.php index 0cef3a488..d8219f2f5 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerUpdateWithHiddenFieldsTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerUpdateWithHiddenFieldsTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Controller; //ini_set('memory_limit', '-1'); diff --git a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerViewTest.php b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerViewTest.php index 7e5f5541d..2db234c13 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerViewTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerViewTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Controller; use Chill\PersonBundle\Entity\Person; diff --git a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerViewWithHiddenFieldsTest.php b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerViewWithHiddenFieldsTest.php index b2dce2a96..a74cdebb2 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerViewWithHiddenFieldsTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonControllerViewWithHiddenFieldsTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Controller; use Chill\PersonBundle\Entity\Person; diff --git a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonDuplicateControllerViewTest.php b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonDuplicateControllerViewTest.php index d843287c9..c993d15c4 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Controller/PersonDuplicateControllerViewTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Controller/PersonDuplicateControllerViewTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Controller; use Chill\PersonBundle\Entity\Person; diff --git a/src/Bundle/ChillPersonBundle/Tests/Controller/SocialIssueApiControllerTest.php b/src/Bundle/ChillPersonBundle/Tests/Controller/SocialIssueApiControllerTest.php index 4fcc0957e..1a71e2844 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Controller/SocialIssueApiControllerTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Controller/SocialIssueApiControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Controller; use Chill\MainBundle\Test\PrepareClientTrait; diff --git a/src/Bundle/ChillPersonBundle/Tests/Entity/AccompanyingPeriod/ResourceTest.php b/src/Bundle/ChillPersonBundle/Tests/Entity/AccompanyingPeriod/ResourceTest.php index 51a719d47..b67e38e87 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Entity/AccompanyingPeriod/ResourceTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Entity/AccompanyingPeriod/ResourceTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Entity\AccompanyingPeriod; use Chill\PersonBundle\Entity\AccompanyingPeriod\Resource; diff --git a/src/Bundle/ChillPersonBundle/Tests/Entity/AccompanyingPeriodTest.php b/src/Bundle/ChillPersonBundle/Tests/Entity/AccompanyingPeriodTest.php index 0c226e7bd..9bbea0f1c 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Entity/AccompanyingPeriodTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Entity/AccompanyingPeriodTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Entity; use Chill\PersonBundle\Entity\AccompanyingPeriod; diff --git a/src/Bundle/ChillPersonBundle/Tests/Entity/Household/HouseholdMemberTest.php b/src/Bundle/ChillPersonBundle/Tests/Entity/Household/HouseholdMemberTest.php index 9b4351098..eb696cf93 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Entity/Household/HouseholdMemberTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Entity/Household/HouseholdMemberTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Bundle\ChillPersonBundle\Tests\Entity\Household; use Chill\PersonBundle\Entity\Household\HouseholdMember; diff --git a/src/Bundle/ChillPersonBundle/Tests/Entity/PersonTest.php b/src/Bundle/ChillPersonBundle/Tests/Entity/PersonTest.php index e0abfb251..18149c824 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Entity/PersonTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Entity/PersonTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Entity; use Chill\PersonBundle\Entity\AccompanyingPeriod; diff --git a/src/Bundle/ChillPersonBundle/Tests/Entity/SocialWork/SocialIssueTest.php b/src/Bundle/ChillPersonBundle/Tests/Entity/SocialWork/SocialIssueTest.php index edad98558..f8f2e3b89 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Entity/SocialWork/SocialIssueTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Entity/SocialWork/SocialIssueTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Entity\SocialWork; use Chill\PersonBundle\Entity\SocialWork\SocialIssue; diff --git a/src/Bundle/ChillPersonBundle/Tests/EventListener/PersonCreateEventTest.php b/src/Bundle/ChillPersonBundle/Tests/EventListener/PersonCreateEventTest.php index 44fdafc00..5ea140d0e 100644 --- a/src/Bundle/ChillPersonBundle/Tests/EventListener/PersonCreateEventTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/EventListener/PersonCreateEventTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - use Chill\PersonBundle\Entity\Person; use Chill\PersonBundle\Entity\PersonAltName; use Chill\PersonBundle\EventListener\PersonEventListener; diff --git a/src/Bundle/ChillPersonBundle/Tests/Export/Aggregator/AgeAggregatorTest.php b/src/Bundle/ChillPersonBundle/Tests/Export/Aggregator/AgeAggregatorTest.php index 93731b742..28f2d124c 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Export/Aggregator/AgeAggregatorTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Export/Aggregator/AgeAggregatorTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Export\Aggregator; use Chill\MainBundle\Test\Export\AbstractAggregatorTest; diff --git a/src/Bundle/ChillPersonBundle/Tests/Export/Aggregator/GenderAggregatorTest.php b/src/Bundle/ChillPersonBundle/Tests/Export/Aggregator/GenderAggregatorTest.php index dbcc7629c..588bc0630 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Export/Aggregator/GenderAggregatorTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Export/Aggregator/GenderAggregatorTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Export\Aggregator; use Chill\MainBundle\Test\Export\AbstractAggregatorTest; diff --git a/src/Bundle/ChillPersonBundle/Tests/Export/Aggregator/NationalityAggregatorTest.php b/src/Bundle/ChillPersonBundle/Tests/Export/Aggregator/NationalityAggregatorTest.php index 2f5fd9386..47ba1ff4d 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Export/Aggregator/NationalityAggregatorTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Export/Aggregator/NationalityAggregatorTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Export\Aggregator; use Chill\MainBundle\Test\Export\AbstractAggregatorTest; diff --git a/src/Bundle/ChillPersonBundle/Tests/Export/Export/CountPersonTest.php b/src/Bundle/ChillPersonBundle/Tests/Export/Export/CountPersonTest.php index 0b3a9a777..abe0f19b6 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Export/Export/CountPersonTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Export/Export/CountPersonTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Export\Export; use Chill\MainBundle\Test\Export\AbstractExportTest; diff --git a/src/Bundle/ChillPersonBundle/Tests/Export/Export/ListPersonTest.php b/src/Bundle/ChillPersonBundle/Tests/Export/Export/ListPersonTest.php index 142174b5b..27b2e0176 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Export/Export/ListPersonTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Export/Export/ListPersonTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Export\Export; use Chill\MainBundle\Test\Export\AbstractExportTest; diff --git a/src/Bundle/ChillPersonBundle/Tests/Export/Filter/AccompanyingPeriodFilterTest.php b/src/Bundle/ChillPersonBundle/Tests/Export/Filter/AccompanyingPeriodFilterTest.php index 6f04ecf58..4bcae110e 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Export/Filter/AccompanyingPeriodFilterTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Export/Filter/AccompanyingPeriodFilterTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Export\Filter; use Chill\MainBundle\Test\Export\AbstractFilterTest; diff --git a/src/Bundle/ChillPersonBundle/Tests/Export/Filter/BirthdayFilterTest.php b/src/Bundle/ChillPersonBundle/Tests/Export/Filter/BirthdayFilterTest.php index 9df550d52..65eedcfbc 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Export/Filter/BirthdayFilterTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Export/Filter/BirthdayFilterTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Export\Filter; use Chill\MainBundle\Test\Export\AbstractFilterTest; diff --git a/src/Bundle/ChillPersonBundle/Tests/Export/Filter/GenderFilterTest.php b/src/Bundle/ChillPersonBundle/Tests/Export/Filter/GenderFilterTest.php index db5faac64..7380349ed 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Export/Filter/GenderFilterTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Export/Filter/GenderFilterTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Export\Filter; use Chill\MainBundle\Test\Export\AbstractFilterTest; diff --git a/src/Bundle/ChillPersonBundle/Tests/Form/Type/PickPersonTypeTest.php b/src/Bundle/ChillPersonBundle/Tests/Form/Type/PickPersonTypeTest.php index 66d1fde2d..1b0c5f3b6 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Form/Type/PickPersonTypeTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Form/Type/PickPersonTypeTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Form\Type; use Chill\PersonBundle\Form\Type\PickPersonType; diff --git a/src/Bundle/ChillPersonBundle/Tests/Household/MembersEditorTest.php b/src/Bundle/ChillPersonBundle/Tests/Household/MembersEditorTest.php index d931be973..f34342433 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Household/MembersEditorTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Household/MembersEditorTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Household; use Chill\PersonBundle\Entity\Household\Household; diff --git a/src/Bundle/ChillPersonBundle/Tests/Search/PersonSearchTest.php b/src/Bundle/ChillPersonBundle/Tests/Search/PersonSearchTest.php index 27adc50b9..592360a4f 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Search/PersonSearchTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Search/PersonSearchTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Search; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/src/Bundle/ChillPersonBundle/Tests/Security/Authorization/PersonVoterTest.php b/src/Bundle/ChillPersonBundle/Tests/Security/Authorization/PersonVoterTest.php index dc3c6d4a6..da929a1b2 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Security/Authorization/PersonVoterTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Security/Authorization/PersonVoterTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Security\Authorization; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillPersonBundle/Tests/Serializer/Normalizer/HouseholdNormalizerTest.php b/src/Bundle/ChillPersonBundle/Tests/Serializer/Normalizer/HouseholdNormalizerTest.php index 65c9d19ae..6b973fdc9 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Serializer/Normalizer/HouseholdNormalizerTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Serializer/Normalizer/HouseholdNormalizerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Serializer\Normalizer; use Chill\PersonBundle\Entity\Household\Household; diff --git a/src/Bundle/ChillPersonBundle/Tests/Serializer/Normalizer/PersonDocGenNormalizerTest.php b/src/Bundle/ChillPersonBundle/Tests/Serializer/Normalizer/PersonDocGenNormalizerTest.php index f70c6491e..64c7c5c5a 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Serializer/Normalizer/PersonDocGenNormalizerTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Serializer/Normalizer/PersonDocGenNormalizerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Serializer\Normalizer; use Chill\PersonBundle\Entity\Person; diff --git a/src/Bundle/ChillPersonBundle/Tests/Serializer/Normalizer/PersonJsonNormalizerTest.php b/src/Bundle/ChillPersonBundle/Tests/Serializer/Normalizer/PersonJsonNormalizerTest.php index 7c0fac507..1cc51b278 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Serializer/Normalizer/PersonJsonNormalizerTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Serializer/Normalizer/PersonJsonNormalizerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Serializer\Normalizer; use Chill\PersonBundle\Entity\Person; diff --git a/src/Bundle/ChillPersonBundle/Tests/Timeline/TimelineAccompanyingPeriodTest.php b/src/Bundle/ChillPersonBundle/Tests/Timeline/TimelineAccompanyingPeriodTest.php index 2434a861c..6d9926323 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Timeline/TimelineAccompanyingPeriodTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Timeline/TimelineAccompanyingPeriodTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Timeline; use Chill\MainBundle\Test\PrepareClientTrait; diff --git a/src/Bundle/ChillPersonBundle/Tests/Validator/AccompanyingPeriod/LocationValidityValidatorTest.php b/src/Bundle/ChillPersonBundle/Tests/Validator/AccompanyingPeriod/LocationValidityValidatorTest.php index 1a11a1c0a..954c74826 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Validator/AccompanyingPeriod/LocationValidityValidatorTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Validator/AccompanyingPeriod/LocationValidityValidatorTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Validator\AccompanyingPeriod; use Chill\PersonBundle\Entity\AccompanyingPeriod; diff --git a/src/Bundle/ChillPersonBundle/Tests/Validator/Household/HouseholdMembershipSequentialValidatorTest.php b/src/Bundle/ChillPersonBundle/Tests/Validator/Household/HouseholdMembershipSequentialValidatorTest.php index 2f1d01bbb..85f973ab0 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Validator/Household/HouseholdMembershipSequentialValidatorTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Validator/Household/HouseholdMembershipSequentialValidatorTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Validator\Household; use Chill\PersonBundle\Entity\Household\Household; diff --git a/src/Bundle/ChillPersonBundle/Tests/Validator/Household/MaxHolderValidatorTest.php b/src/Bundle/ChillPersonBundle/Tests/Validator/Household/MaxHolderValidatorTest.php index cf7f365da..3b534d713 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Validator/Household/MaxHolderValidatorTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Validator/Household/MaxHolderValidatorTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Validator\Household; use Chill\PersonBundle\Entity\Household\Household; diff --git a/src/Bundle/ChillPersonBundle/Tests/Validator/Person/BirthdateValidatorTest.php b/src/Bundle/ChillPersonBundle/Tests/Validator/Person/BirthdateValidatorTest.php index 983f3eb0e..e08e05cd6 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Validator/Person/BirthdateValidatorTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Validator/Person/BirthdateValidatorTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Validator\Person; use Chill\PersonBundle\Validator\Constraints\Person\Birthdate; diff --git a/src/Bundle/ChillPersonBundle/Tests/Validator/Person/PersonValidationTest.php b/src/Bundle/ChillPersonBundle/Tests/Validator/Person/PersonValidationTest.php index 208af69ca..0f5be9779 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Validator/Person/PersonValidationTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Validator/Person/PersonValidationTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Validator\Person; use Chill\PersonBundle\Entity\Person; diff --git a/src/Bundle/ChillPersonBundle/Tests/Workflows/AccompanyingPeriodLifecycle.php b/src/Bundle/ChillPersonBundle/Tests/Workflows/AccompanyingPeriodLifecycle.php index c8cef5033..ee81d3bf2 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Workflows/AccompanyingPeriodLifecycle.php +++ b/src/Bundle/ChillPersonBundle/Tests/Workflows/AccompanyingPeriodLifecycle.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Tests\Workflows; use Chill\PersonBundle\Entity\AccompanyingPeriod; diff --git a/src/Bundle/ChillPersonBundle/Tests/bootstrap.php b/src/Bundle/ChillPersonBundle/Tests/bootstrap.php index de8d848cc..d4e1e46fa 100644 --- a/src/Bundle/ChillPersonBundle/Tests/bootstrap.php +++ b/src/Bundle/ChillPersonBundle/Tests/bootstrap.php @@ -9,12 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ if (!is_file($autoloadFile = __DIR__ . '/../vendor/autoload.php')) { throw new \LogicException('Could not find autoload.php in vendor/. Did you run "composer install --dev"?'); } diff --git a/src/Bundle/ChillPersonBundle/Timeline/AbstractTimelineAccompanyingPeriod.php b/src/Bundle/ChillPersonBundle/Timeline/AbstractTimelineAccompanyingPeriod.php index 509f281c5..a391efe34 100644 --- a/src/Bundle/ChillPersonBundle/Timeline/AbstractTimelineAccompanyingPeriod.php +++ b/src/Bundle/ChillPersonBundle/Timeline/AbstractTimelineAccompanyingPeriod.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Timeline; use Chill\MainBundle\Security\Authorization\AuthorizationHelper; diff --git a/src/Bundle/ChillPersonBundle/Timeline/TimelineAccompanyingPeriodClosing.php b/src/Bundle/ChillPersonBundle/Timeline/TimelineAccompanyingPeriodClosing.php index 425ed3e2a..8017586e7 100644 --- a/src/Bundle/ChillPersonBundle/Timeline/TimelineAccompanyingPeriodClosing.php +++ b/src/Bundle/ChillPersonBundle/Timeline/TimelineAccompanyingPeriodClosing.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Timeline; use Chill\PersonBundle\Entity\AccompanyingPeriod; diff --git a/src/Bundle/ChillPersonBundle/Timeline/TimelineAccompanyingPeriodOpening.php b/src/Bundle/ChillPersonBundle/Timeline/TimelineAccompanyingPeriodOpening.php index 521eac6a5..9b15da6bc 100644 --- a/src/Bundle/ChillPersonBundle/Timeline/TimelineAccompanyingPeriodOpening.php +++ b/src/Bundle/ChillPersonBundle/Timeline/TimelineAccompanyingPeriodOpening.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Timeline; use Chill\PersonBundle\Entity\AccompanyingPeriod; diff --git a/src/Bundle/ChillPersonBundle/Validator/Constraints/AccompanyingPeriod/LocationValidity.php b/src/Bundle/ChillPersonBundle/Validator/Constraints/AccompanyingPeriod/LocationValidity.php index 4b26df900..58f595da9 100644 --- a/src/Bundle/ChillPersonBundle/Validator/Constraints/AccompanyingPeriod/LocationValidity.php +++ b/src/Bundle/ChillPersonBundle/Validator/Constraints/AccompanyingPeriod/LocationValidity.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Validator\Constraints\AccompanyingPeriod; use Symfony\Component\Validator\Constraint; diff --git a/src/Bundle/ChillPersonBundle/Validator/Constraints/AccompanyingPeriod/LocationValidityValidator.php b/src/Bundle/ChillPersonBundle/Validator/Constraints/AccompanyingPeriod/LocationValidityValidator.php index 1eb0dfe12..8fe511694 100644 --- a/src/Bundle/ChillPersonBundle/Validator/Constraints/AccompanyingPeriod/LocationValidityValidator.php +++ b/src/Bundle/ChillPersonBundle/Validator/Constraints/AccompanyingPeriod/LocationValidityValidator.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Validator\Constraints\AccompanyingPeriod; use Chill\PersonBundle\Entity\AccompanyingPeriod; diff --git a/src/Bundle/ChillPersonBundle/Validator/Constraints/Household/HouseholdMembershipSequential.php b/src/Bundle/ChillPersonBundle/Validator/Constraints/Household/HouseholdMembershipSequential.php index 135c5f877..924a0c868 100644 --- a/src/Bundle/ChillPersonBundle/Validator/Constraints/Household/HouseholdMembershipSequential.php +++ b/src/Bundle/ChillPersonBundle/Validator/Constraints/Household/HouseholdMembershipSequential.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Validator\Constraints\Household; use Symfony\Component\Validator\Constraint; diff --git a/src/Bundle/ChillPersonBundle/Validator/Constraints/Household/HouseholdMembershipSequentialValidator.php b/src/Bundle/ChillPersonBundle/Validator/Constraints/Household/HouseholdMembershipSequentialValidator.php index 23e5fcb6f..e7ee4cad4 100644 --- a/src/Bundle/ChillPersonBundle/Validator/Constraints/Household/HouseholdMembershipSequentialValidator.php +++ b/src/Bundle/ChillPersonBundle/Validator/Constraints/Household/HouseholdMembershipSequentialValidator.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Validator\Constraints\Household; use Chill\MainBundle\Util\DateRangeCovering; diff --git a/src/Bundle/ChillPersonBundle/Validator/Constraints/Household/MaxHolder.php b/src/Bundle/ChillPersonBundle/Validator/Constraints/Household/MaxHolder.php index def7f6062..f2f6c96d3 100644 --- a/src/Bundle/ChillPersonBundle/Validator/Constraints/Household/MaxHolder.php +++ b/src/Bundle/ChillPersonBundle/Validator/Constraints/Household/MaxHolder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Validator\Constraints\Household; use Symfony\Component\Validator\Constraint; diff --git a/src/Bundle/ChillPersonBundle/Validator/Constraints/Household/MaxHolderValidator.php b/src/Bundle/ChillPersonBundle/Validator/Constraints/Household/MaxHolderValidator.php index cec84f38c..c4fad7e41 100644 --- a/src/Bundle/ChillPersonBundle/Validator/Constraints/Household/MaxHolderValidator.php +++ b/src/Bundle/ChillPersonBundle/Validator/Constraints/Household/MaxHolderValidator.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Validator\Constraints\Household; use Chill\MainBundle\Util\DateRangeCovering; diff --git a/src/Bundle/ChillPersonBundle/Validator/Constraints/Person/Birthdate.php b/src/Bundle/ChillPersonBundle/Validator/Constraints/Person/Birthdate.php index efb5dbacc..fc21fd329 100644 --- a/src/Bundle/ChillPersonBundle/Validator/Constraints/Person/Birthdate.php +++ b/src/Bundle/ChillPersonBundle/Validator/Constraints/Person/Birthdate.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Validator\Constraints\Person; use Symfony\Component\Validator\Constraint; diff --git a/src/Bundle/ChillPersonBundle/Validator/Constraints/Person/BirthdateValidator.php b/src/Bundle/ChillPersonBundle/Validator/Constraints/Person/BirthdateValidator.php index b09928cfc..2acc87371 100644 --- a/src/Bundle/ChillPersonBundle/Validator/Constraints/Person/BirthdateValidator.php +++ b/src/Bundle/ChillPersonBundle/Validator/Constraints/Person/BirthdateValidator.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Validator\Constraints\Person; use DateInterval; diff --git a/src/Bundle/ChillPersonBundle/Validator/Constraints/Person/PersonHasCenter.php b/src/Bundle/ChillPersonBundle/Validator/Constraints/Person/PersonHasCenter.php index b8b69fac1..45c172e1f 100644 --- a/src/Bundle/ChillPersonBundle/Validator/Constraints/Person/PersonHasCenter.php +++ b/src/Bundle/ChillPersonBundle/Validator/Constraints/Person/PersonHasCenter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Validator\Constraints\Person; /** diff --git a/src/Bundle/ChillPersonBundle/Widget/AddAPersonWidget.php b/src/Bundle/ChillPersonBundle/Widget/AddAPersonWidget.php index 891593a67..d0e021ed9 100644 --- a/src/Bundle/ChillPersonBundle/Widget/AddAPersonWidget.php +++ b/src/Bundle/ChillPersonBundle/Widget/AddAPersonWidget.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Widget; use Chill\MainBundle\Templating\Widget\WidgetInterface; diff --git a/src/Bundle/ChillPersonBundle/Widget/PersonListWidget/PersonFilteringInterface.php b/src/Bundle/ChillPersonBundle/Widget/PersonListWidget/PersonFilteringInterface.php index cf74521a2..c882f96a8 100644 --- a/src/Bundle/ChillPersonBundle/Widget/PersonListWidget/PersonFilteringInterface.php +++ b/src/Bundle/ChillPersonBundle/Widget/PersonListWidget/PersonFilteringInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Widget\PersonListWidget; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillPersonBundle/Widget/PersonListWidgetFactory.php b/src/Bundle/ChillPersonBundle/Widget/PersonListWidgetFactory.php index cdc0aeeb1..26e4a39da 100644 --- a/src/Bundle/ChillPersonBundle/Widget/PersonListWidgetFactory.php +++ b/src/Bundle/ChillPersonBundle/Widget/PersonListWidgetFactory.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\PersonBundle\Widget; use Chill\MainBundle\DependencyInjection\Widget\Factory\AbstractWidgetFactory; diff --git a/src/Bundle/ChillPersonBundle/migrations/Version20141129010948.php b/src/Bundle/ChillPersonBundle/migrations/Version20141129010948.php index 91b786c7c..b64cb1c5e 100644 --- a/src/Bundle/ChillPersonBundle/migrations/Version20141129010948.php +++ b/src/Bundle/ChillPersonBundle/migrations/Version20141129010948.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Person; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillPersonBundle/migrations/Version20150212173934.php b/src/Bundle/ChillPersonBundle/migrations/Version20150212173934.php index 0c25c52d6..668e2c074 100644 --- a/src/Bundle/ChillPersonBundle/migrations/Version20150212173934.php +++ b/src/Bundle/ChillPersonBundle/migrations/Version20150212173934.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Person; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillPersonBundle/migrations/Version20150607231010.php b/src/Bundle/ChillPersonBundle/migrations/Version20150607231010.php index 14e233682..000f74899 100644 --- a/src/Bundle/ChillPersonBundle/migrations/Version20150607231010.php +++ b/src/Bundle/ChillPersonBundle/migrations/Version20150607231010.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Person; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillPersonBundle/migrations/Version20150811152608.php b/src/Bundle/ChillPersonBundle/migrations/Version20150811152608.php index f4a79d3ae..fd846e7fb 100644 --- a/src/Bundle/ChillPersonBundle/migrations/Version20150811152608.php +++ b/src/Bundle/ChillPersonBundle/migrations/Version20150811152608.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Person; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillPersonBundle/migrations/Version20150812110708.php b/src/Bundle/ChillPersonBundle/migrations/Version20150812110708.php index f24ab1d1c..6d80d97a6 100644 --- a/src/Bundle/ChillPersonBundle/migrations/Version20150812110708.php +++ b/src/Bundle/ChillPersonBundle/migrations/Version20150812110708.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Person; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillPersonBundle/migrations/Version20150820113409.php b/src/Bundle/ChillPersonBundle/migrations/Version20150820113409.php index b7ac5b0c5..41855c45c 100644 --- a/src/Bundle/ChillPersonBundle/migrations/Version20150820113409.php +++ b/src/Bundle/ChillPersonBundle/migrations/Version20150820113409.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Person; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillPersonBundle/migrations/Version20160310161006.php b/src/Bundle/ChillPersonBundle/migrations/Version20160310161006.php index b7a8e8fcf..68021abde 100644 --- a/src/Bundle/ChillPersonBundle/migrations/Version20160310161006.php +++ b/src/Bundle/ChillPersonBundle/migrations/Version20160310161006.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Person; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillPersonBundle/migrations/Version20160422000000.php b/src/Bundle/ChillPersonBundle/migrations/Version20160422000000.php index 3e468ce22..12d870c7f 100644 --- a/src/Bundle/ChillPersonBundle/migrations/Version20160422000000.php +++ b/src/Bundle/ChillPersonBundle/migrations/Version20160422000000.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Person; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillPersonBundle/migrations/Version20160818113633.php b/src/Bundle/ChillPersonBundle/migrations/Version20160818113633.php index 0eee61995..cad37ac43 100644 --- a/src/Bundle/ChillPersonBundle/migrations/Version20160818113633.php +++ b/src/Bundle/ChillPersonBundle/migrations/Version20160818113633.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Person; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillPersonBundle/migrations/Version20160818151130.php b/src/Bundle/ChillPersonBundle/migrations/Version20160818151130.php index 825f6c973..43d2281f7 100644 --- a/src/Bundle/ChillPersonBundle/migrations/Version20160818151130.php +++ b/src/Bundle/ChillPersonBundle/migrations/Version20160818151130.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Person; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillPersonBundle/migrations/Version20170117131924.php b/src/Bundle/ChillPersonBundle/migrations/Version20170117131924.php index 44b80d1cb..aa2c36fe3 100644 --- a/src/Bundle/ChillPersonBundle/migrations/Version20170117131924.php +++ b/src/Bundle/ChillPersonBundle/migrations/Version20170117131924.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Person; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillReportBundle/ChillReportBundle.php b/src/Bundle/ChillReportBundle/ChillReportBundle.php index 6d3499282..b791932e8 100644 --- a/src/Bundle/ChillReportBundle/ChillReportBundle.php +++ b/src/Bundle/ChillReportBundle/ChillReportBundle.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ReportBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; diff --git a/src/Bundle/ChillReportBundle/Controller/ReportController.php b/src/Bundle/ChillReportBundle/Controller/ReportController.php index ca7b21cf9..dfe9064e1 100644 --- a/src/Bundle/ChillReportBundle/Controller/ReportController.php +++ b/src/Bundle/ChillReportBundle/Controller/ReportController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ReportBundle\Controller; use Chill\MainBundle\Pagination\PaginatorFactory; @@ -136,15 +129,16 @@ class ReportController extends AbstractController /** * Display a form to edit an existing Report entity. * - * @param int $person_id The id of the person. - * @param int $report_id The id of the report. + * @param int|string $person_id The id of the person. + * @param int|string $report_id The id of the report. * * @return Response The web page. */ - public function editAction($person_id, $report_id, Request $request) + public function editAction($person_id, $report_id) { $em = $this->getDoctrine()->getManager(); + /** @var Report $report */ $report = $em->getRepository('ChillReportBundle:Report')->find($report_id); if (!$report) { @@ -153,7 +147,7 @@ class ReportController extends AbstractController ); } - if ((int) $person_id !== (int) ($report->getPerson()->getId())) { + if ((int) $person_id !== (int) $report->getPerson()->getId()) { throw new RuntimeException( $this->get('translator')->trans('This is not the report of the person.'), 1 diff --git a/src/Bundle/ChillReportBundle/DataFixtures/ORM/LoadCustomField.php b/src/Bundle/ChillReportBundle/DataFixtures/ORM/LoadCustomField.php index 5b4008488..0b3652ff7 100644 --- a/src/Bundle/ChillReportBundle/DataFixtures/ORM/LoadCustomField.php +++ b/src/Bundle/ChillReportBundle/DataFixtures/ORM/LoadCustomField.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ReportBundle\DataFixtures\ORM; use Chill\CustomFieldsBundle\Entity\CustomField; diff --git a/src/Bundle/ChillReportBundle/DataFixtures/ORM/LoadCustomFieldsGroup.php b/src/Bundle/ChillReportBundle/DataFixtures/ORM/LoadCustomFieldsGroup.php index abe0faffd..f5826f2f7 100644 --- a/src/Bundle/ChillReportBundle/DataFixtures/ORM/LoadCustomFieldsGroup.php +++ b/src/Bundle/ChillReportBundle/DataFixtures/ORM/LoadCustomFieldsGroup.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ReportBundle\DataFixtures\ORM; use Chill\CustomFieldsBundle\Entity\CustomFieldsGroup; diff --git a/src/Bundle/ChillReportBundle/DataFixtures/ORM/LoadReportACL.php b/src/Bundle/ChillReportBundle/DataFixtures/ORM/LoadReportACL.php index e4abec3cf..006f18afe 100644 --- a/src/Bundle/ChillReportBundle/DataFixtures/ORM/LoadReportACL.php +++ b/src/Bundle/ChillReportBundle/DataFixtures/ORM/LoadReportACL.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ReportBundle\DataFixtures\ORM; use Chill\MainBundle\DataFixtures\ORM\LoadPermissionsGroup; diff --git a/src/Bundle/ChillReportBundle/DataFixtures/ORM/LoadReports.php b/src/Bundle/ChillReportBundle/DataFixtures/ORM/LoadReports.php index 53b3a656e..504cb2709 100644 --- a/src/Bundle/ChillReportBundle/DataFixtures/ORM/LoadReports.php +++ b/src/Bundle/ChillReportBundle/DataFixtures/ORM/LoadReports.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ReportBundle\DataFixtures\ORM; use Chill\CustomFieldsBundle\Entity\CustomField; diff --git a/src/Bundle/ChillReportBundle/DependencyInjection/ChillReportExtension.php b/src/Bundle/ChillReportBundle/DependencyInjection/ChillReportExtension.php index 0bd39ddfa..3acf8d5ee 100644 --- a/src/Bundle/ChillReportBundle/DependencyInjection/ChillReportExtension.php +++ b/src/Bundle/ChillReportBundle/DependencyInjection/ChillReportExtension.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ReportBundle\DependencyInjection; use Chill\CustomFieldsBundle\Form\Type\LinkedCustomFieldsType; diff --git a/src/Bundle/ChillReportBundle/DependencyInjection/Configuration.php b/src/Bundle/ChillReportBundle/DependencyInjection/Configuration.php index b20849627..c3218bc20 100644 --- a/src/Bundle/ChillReportBundle/DependencyInjection/Configuration.php +++ b/src/Bundle/ChillReportBundle/DependencyInjection/Configuration.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ReportBundle\DependencyInjection; use Symfony\Component\Config\Definition\Builder\TreeBuilder; diff --git a/src/Bundle/ChillReportBundle/Entity/Report.php b/src/Bundle/ChillReportBundle/Entity/Report.php index 103ec89c9..bfe654f43 100644 --- a/src/Bundle/ChillReportBundle/Entity/Report.php +++ b/src/Bundle/ChillReportBundle/Entity/Report.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ReportBundle\Entity; use Chill\CustomFieldsBundle\Entity\CustomFieldsGroup; diff --git a/src/Bundle/ChillReportBundle/Export/Export/ReportListProvider.php b/src/Bundle/ChillReportBundle/Export/Export/ReportListProvider.php index e228f7723..f3b829548 100644 --- a/src/Bundle/ChillReportBundle/Export/Export/ReportListProvider.php +++ b/src/Bundle/ChillReportBundle/Export/Export/ReportListProvider.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ReportBundle\Export\Export; use Chill\CustomFieldsBundle\Entity\CustomFieldsGroup; diff --git a/src/Bundle/ChillReportBundle/Export/Filter/ReportDateFilter.php b/src/Bundle/ChillReportBundle/Export/Filter/ReportDateFilter.php index e2f03328f..0cdb8e26c 100644 --- a/src/Bundle/ChillReportBundle/Export/Filter/ReportDateFilter.php +++ b/src/Bundle/ChillReportBundle/Export/Filter/ReportDateFilter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ReportBundle\Export\Filter; use Chill\MainBundle\Export\FilterInterface; diff --git a/src/Bundle/ChillReportBundle/Form/ReportType.php b/src/Bundle/ChillReportBundle/Form/ReportType.php index c2dc0e007..80163f4ba 100644 --- a/src/Bundle/ChillReportBundle/Form/ReportType.php +++ b/src/Bundle/ChillReportBundle/Form/ReportType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ReportBundle\Form; use Chill\CustomFieldsBundle\Form\Type\CustomFieldType; diff --git a/src/Bundle/ChillReportBundle/Resources/test/Fixtures/App/app/AppKernel.php b/src/Bundle/ChillReportBundle/Resources/test/Fixtures/App/app/AppKernel.php index 5e8be2766..ef1f928c1 100644 --- a/src/Bundle/ChillReportBundle/Resources/test/Fixtures/App/app/AppKernel.php +++ b/src/Bundle/ChillReportBundle/Resources/test/Fixtures/App/app/AppKernel.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - use Symfony\Component\Config\Loader\LoaderInterface; use Symfony\Component\HttpKernel\Kernel; diff --git a/src/Bundle/ChillReportBundle/Resources/test/Fixtures/App/app/autoload.php b/src/Bundle/ChillReportBundle/Resources/test/Fixtures/App/app/autoload.php index 6f199176e..ea351fb8a 100644 --- a/src/Bundle/ChillReportBundle/Resources/test/Fixtures/App/app/autoload.php +++ b/src/Bundle/ChillReportBundle/Resources/test/Fixtures/App/app/autoload.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - use Composer\Autoload\ClassLoader; use Doctrine\Common\Annotations\AnnotationRegistry; diff --git a/src/Bundle/ChillReportBundle/Search/ReportSearch.php b/src/Bundle/ChillReportBundle/Search/ReportSearch.php index 0a8002510..47014cfef 100644 --- a/src/Bundle/ChillReportBundle/Search/ReportSearch.php +++ b/src/Bundle/ChillReportBundle/Search/ReportSearch.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ReportBundle\Search; use Chill\MainBundle\Entity\Scope; diff --git a/src/Bundle/ChillReportBundle/Security/Authorization/ReportVoter.php b/src/Bundle/ChillReportBundle/Security/Authorization/ReportVoter.php index b855a0b15..ed4dde1b7 100644 --- a/src/Bundle/ChillReportBundle/Security/Authorization/ReportVoter.php +++ b/src/Bundle/ChillReportBundle/Security/Authorization/ReportVoter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ReportBundle\Security\Authorization; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillReportBundle/Tests/Controller/ReportControllerNextTest.php b/src/Bundle/ChillReportBundle/Tests/Controller/ReportControllerNextTest.php index 7af9b6b09..0a47bcc0f 100644 --- a/src/Bundle/ChillReportBundle/Tests/Controller/ReportControllerNextTest.php +++ b/src/Bundle/ChillReportBundle/Tests/Controller/ReportControllerNextTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ReportBundle\Tests\Controller; use Chill\CustomFieldsBundle\Entity\CustomFieldsGroup; diff --git a/src/Bundle/ChillReportBundle/Tests/Controller/ReportControllerTest.php b/src/Bundle/ChillReportBundle/Tests/Controller/ReportControllerTest.php index 70e30cae4..b9578ec6b 100644 --- a/src/Bundle/ChillReportBundle/Tests/Controller/ReportControllerTest.php +++ b/src/Bundle/ChillReportBundle/Tests/Controller/ReportControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ReportBundle\Tests\Controller; use Chill\CustomFieldsBundle\Entity\CustomFieldsGroup; diff --git a/src/Bundle/ChillReportBundle/Tests/DependencyInjection/ChillReportExtensionTest.php b/src/Bundle/ChillReportBundle/Tests/DependencyInjection/ChillReportExtensionTest.php index b251247bb..3a883b780 100644 --- a/src/Bundle/ChillReportBundle/Tests/DependencyInjection/ChillReportExtensionTest.php +++ b/src/Bundle/ChillReportBundle/Tests/DependencyInjection/ChillReportExtensionTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ReportBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase; diff --git a/src/Bundle/ChillReportBundle/Tests/Search/ReportSearchTest.php b/src/Bundle/ChillReportBundle/Tests/Search/ReportSearchTest.php index 7a747fc05..45b189aa7 100644 --- a/src/Bundle/ChillReportBundle/Tests/Search/ReportSearchTest.php +++ b/src/Bundle/ChillReportBundle/Tests/Search/ReportSearchTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ReportBundle\Tests\Search; use DateTime; diff --git a/src/Bundle/ChillReportBundle/Tests/Security/Authorization/ReportVoterTest.php b/src/Bundle/ChillReportBundle/Tests/Security/Authorization/ReportVoterTest.php index 2fb0fba40..170be6c49 100644 --- a/src/Bundle/ChillReportBundle/Tests/Security/Authorization/ReportVoterTest.php +++ b/src/Bundle/ChillReportBundle/Tests/Security/Authorization/ReportVoterTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ReportBundle\Tests\Security\Authorization; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillReportBundle/Tests/Timeline/TimelineProviderTest.php b/src/Bundle/ChillReportBundle/Tests/Timeline/TimelineProviderTest.php index 5acf27f53..25d175782 100644 --- a/src/Bundle/ChillReportBundle/Tests/Timeline/TimelineProviderTest.php +++ b/src/Bundle/ChillReportBundle/Tests/Timeline/TimelineProviderTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ReportBundle\Tests\Timeline; use Chill\MainBundle\Entity\Scope; diff --git a/src/Bundle/ChillReportBundle/Tests/bootstrap.php b/src/Bundle/ChillReportBundle/Tests/bootstrap.php index de8d848cc..d4e1e46fa 100644 --- a/src/Bundle/ChillReportBundle/Tests/bootstrap.php +++ b/src/Bundle/ChillReportBundle/Tests/bootstrap.php @@ -9,12 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ if (!is_file($autoloadFile = __DIR__ . '/../vendor/autoload.php')) { throw new \LogicException('Could not find autoload.php in vendor/. Did you run "composer install --dev"?'); } diff --git a/src/Bundle/ChillReportBundle/migrations/Version20141129012050.php b/src/Bundle/ChillReportBundle/migrations/Version20141129012050.php index c57b7dbca..287521396 100644 --- a/src/Bundle/ChillReportBundle/migrations/Version20141129012050.php +++ b/src/Bundle/ChillReportBundle/migrations/Version20141129012050.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Report; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillReportBundle/migrations/Version20150622233319.php b/src/Bundle/ChillReportBundle/migrations/Version20150622233319.php index e6b4898e2..685906658 100644 --- a/src/Bundle/ChillReportBundle/migrations/Version20150622233319.php +++ b/src/Bundle/ChillReportBundle/migrations/Version20150622233319.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Report; use Chill\MainBundle\Entity\Scope; diff --git a/src/Bundle/ChillTaskBundle/ChillTaskBundle.php b/src/Bundle/ChillTaskBundle/ChillTaskBundle.php index f67652520..b12e4be76 100644 --- a/src/Bundle/ChillTaskBundle/ChillTaskBundle.php +++ b/src/Bundle/ChillTaskBundle/ChillTaskBundle.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle; use Chill\TaskBundle\DependencyInjection\Compiler\TaskWorkflowDefinitionCompilerPass; diff --git a/src/Bundle/ChillTaskBundle/Controller/TaskController.php b/src/Bundle/ChillTaskBundle/Controller/TaskController.php index 7ae237957..761bc5fa4 100644 --- a/src/Bundle/ChillTaskBundle/Controller/TaskController.php +++ b/src/Bundle/ChillTaskBundle/Controller/TaskController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Controller; use Chill\TaskBundle\Entity\AbstractTask; diff --git a/src/Bundle/ChillTaskBundle/DataFixtures/ORM/LoadTaskACL.php b/src/Bundle/ChillTaskBundle/DataFixtures/ORM/LoadTaskACL.php index 5bcc628d6..6bd251a60 100644 --- a/src/Bundle/ChillTaskBundle/DataFixtures/ORM/LoadTaskACL.php +++ b/src/Bundle/ChillTaskBundle/DataFixtures/ORM/LoadTaskACL.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\DataFixtures\ORM; use Chill\MainBundle\DataFixtures\ORM\LoadPermissionsGroup; diff --git a/src/Bundle/ChillTaskBundle/DependencyInjection/ChillTaskExtension.php b/src/Bundle/ChillTaskBundle/DependencyInjection/ChillTaskExtension.php index 403e98a26..a535cae11 100644 --- a/src/Bundle/ChillTaskBundle/DependencyInjection/ChillTaskExtension.php +++ b/src/Bundle/ChillTaskBundle/DependencyInjection/ChillTaskExtension.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\DependencyInjection; use Chill\TaskBundle\Security\Authorization\TaskVoter; diff --git a/src/Bundle/ChillTaskBundle/DependencyInjection/Compiler/TaskWorkflowDefinitionCompilerPass.php b/src/Bundle/ChillTaskBundle/DependencyInjection/Compiler/TaskWorkflowDefinitionCompilerPass.php index 1d751b2b3..3ea1e1054 100644 --- a/src/Bundle/ChillTaskBundle/DependencyInjection/Compiler/TaskWorkflowDefinitionCompilerPass.php +++ b/src/Bundle/ChillTaskBundle/DependencyInjection/Compiler/TaskWorkflowDefinitionCompilerPass.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\DependencyInjection\Compiler; use Chill\TaskBundle\Event\Lifecycle\TaskLifecycleEvent; diff --git a/src/Bundle/ChillTaskBundle/DependencyInjection/Configuration.php b/src/Bundle/ChillTaskBundle/DependencyInjection/Configuration.php index afe7fc6da..4388bfd7b 100644 --- a/src/Bundle/ChillTaskBundle/DependencyInjection/Configuration.php +++ b/src/Bundle/ChillTaskBundle/DependencyInjection/Configuration.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\DependencyInjection; use Symfony\Component\Config\Definition\Builder\TreeBuilder; diff --git a/src/Bundle/ChillTaskBundle/Entity/AbstractTask.php b/src/Bundle/ChillTaskBundle/Entity/AbstractTask.php index 51881c9cc..6513b71b6 100644 --- a/src/Bundle/ChillTaskBundle/Entity/AbstractTask.php +++ b/src/Bundle/ChillTaskBundle/Entity/AbstractTask.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Entity; use Chill\MainBundle\Entity\HasCenterInterface; diff --git a/src/Bundle/ChillTaskBundle/Entity/RecurringTask.php b/src/Bundle/ChillTaskBundle/Entity/RecurringTask.php index e43d3bb43..9d74e9180 100644 --- a/src/Bundle/ChillTaskBundle/Entity/RecurringTask.php +++ b/src/Bundle/ChillTaskBundle/Entity/RecurringTask.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Entity; use DateTime; diff --git a/src/Bundle/ChillTaskBundle/Entity/SingleTask.php b/src/Bundle/ChillTaskBundle/Entity/SingleTask.php index c2ce53e89..1702d4f88 100644 --- a/src/Bundle/ChillTaskBundle/Entity/SingleTask.php +++ b/src/Bundle/ChillTaskBundle/Entity/SingleTask.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Entity; use DateInterval; diff --git a/src/Bundle/ChillTaskBundle/Entity/Task/AbstractTaskPlaceEvent.php b/src/Bundle/ChillTaskBundle/Entity/Task/AbstractTaskPlaceEvent.php index 28f40db6b..00e3fe3a2 100644 --- a/src/Bundle/ChillTaskBundle/Entity/Task/AbstractTaskPlaceEvent.php +++ b/src/Bundle/ChillTaskBundle/Entity/Task/AbstractTaskPlaceEvent.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Entity\Task; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillTaskBundle/Entity/Task/SingleTaskPlaceEvent.php b/src/Bundle/ChillTaskBundle/Entity/Task/SingleTaskPlaceEvent.php index 446de0b26..eff13d1e9 100644 --- a/src/Bundle/ChillTaskBundle/Entity/Task/SingleTaskPlaceEvent.php +++ b/src/Bundle/ChillTaskBundle/Entity/Task/SingleTaskPlaceEvent.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Entity\Task; use Chill\TaskBundle\Entity\SingleTask; diff --git a/src/Bundle/ChillTaskBundle/Event/Lifecycle/TaskLifecycleEvent.php b/src/Bundle/ChillTaskBundle/Event/Lifecycle/TaskLifecycleEvent.php index 8ddddbebe..49576e6d0 100644 --- a/src/Bundle/ChillTaskBundle/Event/Lifecycle/TaskLifecycleEvent.php +++ b/src/Bundle/ChillTaskBundle/Event/Lifecycle/TaskLifecycleEvent.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Event\Lifecycle; use Chill\TaskBundle\Entity\Task\SingleTaskPlaceEvent; diff --git a/src/Bundle/ChillTaskBundle/Event/TaskEvent.php b/src/Bundle/ChillTaskBundle/Event/TaskEvent.php index 06859f9ea..fd0028825 100644 --- a/src/Bundle/ChillTaskBundle/Event/TaskEvent.php +++ b/src/Bundle/ChillTaskBundle/Event/TaskEvent.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Event; use Chill\TaskBundle\Entity\AbstractTask; diff --git a/src/Bundle/ChillTaskBundle/Event/UI/UIEvent.php b/src/Bundle/ChillTaskBundle/Event/UI/UIEvent.php index b10e867ff..101eac377 100644 --- a/src/Bundle/ChillTaskBundle/Event/UI/UIEvent.php +++ b/src/Bundle/ChillTaskBundle/Event/UI/UIEvent.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Event\UI; use Chill\TaskBundle\Entity\AbstractTask; diff --git a/src/Bundle/ChillTaskBundle/Form/SingleTaskListType.php b/src/Bundle/ChillTaskBundle/Form/SingleTaskListType.php index 5ced64e5c..c9bb3ab09 100644 --- a/src/Bundle/ChillTaskBundle/Form/SingleTaskListType.php +++ b/src/Bundle/ChillTaskBundle/Form/SingleTaskListType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Form; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillTaskBundle/Menu/MenuBuilder.php b/src/Bundle/ChillTaskBundle/Menu/MenuBuilder.php index 2f33ca01f..0ed5125a5 100644 --- a/src/Bundle/ChillTaskBundle/Menu/MenuBuilder.php +++ b/src/Bundle/ChillTaskBundle/Menu/MenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Menu; use Chill\MainBundle\Routing\LocalMenuBuilderInterface; diff --git a/src/Bundle/ChillTaskBundle/Menu/SectionMenuBuilder.php b/src/Bundle/ChillTaskBundle/Menu/SectionMenuBuilder.php index 418d524ca..98d90f75a 100644 --- a/src/Bundle/ChillTaskBundle/Menu/SectionMenuBuilder.php +++ b/src/Bundle/ChillTaskBundle/Menu/SectionMenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Menu; use Chill\MainBundle\Routing\LocalMenuBuilderInterface; diff --git a/src/Bundle/ChillTaskBundle/Menu/UserMenuBuilder.php b/src/Bundle/ChillTaskBundle/Menu/UserMenuBuilder.php index 9ebab03e7..4296301c9 100644 --- a/src/Bundle/ChillTaskBundle/Menu/UserMenuBuilder.php +++ b/src/Bundle/ChillTaskBundle/Menu/UserMenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Menu; use Chill\MainBundle\Routing\LocalMenuBuilderInterface; diff --git a/src/Bundle/ChillTaskBundle/Repository/AbstractTaskRepository.php b/src/Bundle/ChillTaskBundle/Repository/AbstractTaskRepository.php index 76ebb9e1c..c8b8982c2 100644 --- a/src/Bundle/ChillTaskBundle/Repository/AbstractTaskRepository.php +++ b/src/Bundle/ChillTaskBundle/Repository/AbstractTaskRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Repository; /** diff --git a/src/Bundle/ChillTaskBundle/Repository/RecurringTaskRepository.php b/src/Bundle/ChillTaskBundle/Repository/RecurringTaskRepository.php index 921acf89a..c481236a5 100644 --- a/src/Bundle/ChillTaskBundle/Repository/RecurringTaskRepository.php +++ b/src/Bundle/ChillTaskBundle/Repository/RecurringTaskRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Repository; /** diff --git a/src/Bundle/ChillTaskBundle/Repository/SingleTaskAclAwareRepositoryInterface.php b/src/Bundle/ChillTaskBundle/Repository/SingleTaskAclAwareRepositoryInterface.php index f1e19bc2f..84679c34f 100644 --- a/src/Bundle/ChillTaskBundle/Repository/SingleTaskAclAwareRepositoryInterface.php +++ b/src/Bundle/ChillTaskBundle/Repository/SingleTaskAclAwareRepositoryInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Repository; use Chill\PersonBundle\Entity\AccompanyingPeriod; diff --git a/src/Bundle/ChillTaskBundle/Repository/SingleTaskRepository.php b/src/Bundle/ChillTaskBundle/Repository/SingleTaskRepository.php index a93b79c19..563f269cf 100644 --- a/src/Bundle/ChillTaskBundle/Repository/SingleTaskRepository.php +++ b/src/Bundle/ChillTaskBundle/Repository/SingleTaskRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Repository; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillTaskBundle/Security/Authorization/AuthorizationEvent.php b/src/Bundle/ChillTaskBundle/Security/Authorization/AuthorizationEvent.php index b7f8d6654..5e6943f92 100644 --- a/src/Bundle/ChillTaskBundle/Security/Authorization/AuthorizationEvent.php +++ b/src/Bundle/ChillTaskBundle/Security/Authorization/AuthorizationEvent.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Security\Authorization; use Symfony\Component\EventDispatcher\Event; diff --git a/src/Bundle/ChillTaskBundle/Templating/TaskTwigExtension.php b/src/Bundle/ChillTaskBundle/Templating/TaskTwigExtension.php index e45bf481d..8d5c19924 100644 --- a/src/Bundle/ChillTaskBundle/Templating/TaskTwigExtension.php +++ b/src/Bundle/ChillTaskBundle/Templating/TaskTwigExtension.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Templating; use Chill\TaskBundle\Entity\AbstractTask; diff --git a/src/Bundle/ChillTaskBundle/Templating/UI/CountNotificationTask.php b/src/Bundle/ChillTaskBundle/Templating/UI/CountNotificationTask.php index 775226560..2990d8810 100644 --- a/src/Bundle/ChillTaskBundle/Templating/UI/CountNotificationTask.php +++ b/src/Bundle/ChillTaskBundle/Templating/UI/CountNotificationTask.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Templating\UI; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillTaskBundle/Tests/Controller/SingleTaskControllerTest.php b/src/Bundle/ChillTaskBundle/Tests/Controller/SingleTaskControllerTest.php index caa4cbf0b..9d6baf842 100644 --- a/src/Bundle/ChillTaskBundle/Tests/Controller/SingleTaskControllerTest.php +++ b/src/Bundle/ChillTaskBundle/Tests/Controller/SingleTaskControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Tests\Controller; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillTaskBundle/Tests/Controller/TaskControllerTest.php b/src/Bundle/ChillTaskBundle/Tests/Controller/TaskControllerTest.php index fb4cd77e2..e11c2d37d 100644 --- a/src/Bundle/ChillTaskBundle/Tests/Controller/TaskControllerTest.php +++ b/src/Bundle/ChillTaskBundle/Tests/Controller/TaskControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/src/Bundle/ChillTaskBundle/Timeline/SingleTaskTaskLifeCycleEventTimelineProvider.php b/src/Bundle/ChillTaskBundle/Timeline/SingleTaskTaskLifeCycleEventTimelineProvider.php index 1457f132b..09cce9e61 100644 --- a/src/Bundle/ChillTaskBundle/Timeline/SingleTaskTaskLifeCycleEventTimelineProvider.php +++ b/src/Bundle/ChillTaskBundle/Timeline/SingleTaskTaskLifeCycleEventTimelineProvider.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Timeline; use Chill\MainBundle\Timeline\TimelineProviderInterface; diff --git a/src/Bundle/ChillTaskBundle/Timeline/TaskLifeCycleEventTimelineProvider.php b/src/Bundle/ChillTaskBundle/Timeline/TaskLifeCycleEventTimelineProvider.php index 7f73023b5..16e2e945d 100644 --- a/src/Bundle/ChillTaskBundle/Timeline/TaskLifeCycleEventTimelineProvider.php +++ b/src/Bundle/ChillTaskBundle/Timeline/TaskLifeCycleEventTimelineProvider.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Timeline; use Chill\ActivityBundle\Security\Authorization\ActivityVoter; diff --git a/src/Bundle/ChillTaskBundle/Workflow/Definition/DefaultTaskDefinition.php b/src/Bundle/ChillTaskBundle/Workflow/Definition/DefaultTaskDefinition.php index 5ad62cf57..6f0577ce2 100644 --- a/src/Bundle/ChillTaskBundle/Workflow/Definition/DefaultTaskDefinition.php +++ b/src/Bundle/ChillTaskBundle/Workflow/Definition/DefaultTaskDefinition.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Workflow\Definition; use Chill\TaskBundle\Entity\AbstractTask; diff --git a/src/Bundle/ChillTaskBundle/Workflow/Event/DefaultTaskGuardEvent.php b/src/Bundle/ChillTaskBundle/Workflow/Event/DefaultTaskGuardEvent.php index 324c79bf1..ca182afb8 100644 --- a/src/Bundle/ChillTaskBundle/Workflow/Event/DefaultTaskGuardEvent.php +++ b/src/Bundle/ChillTaskBundle/Workflow/Event/DefaultTaskGuardEvent.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Workflow\Event; use Chill\TaskBundle\Security\Authorization\TaskVoter; diff --git a/src/Bundle/ChillTaskBundle/Workflow/TaskWorkflowDefinition.php b/src/Bundle/ChillTaskBundle/Workflow/TaskWorkflowDefinition.php index 3d75ce8ba..4b1b13eb8 100644 --- a/src/Bundle/ChillTaskBundle/Workflow/TaskWorkflowDefinition.php +++ b/src/Bundle/ChillTaskBundle/Workflow/TaskWorkflowDefinition.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Workflow; interface TaskWorkflowDefinition diff --git a/src/Bundle/ChillTaskBundle/Workflow/TaskWorkflowManager.php b/src/Bundle/ChillTaskBundle/Workflow/TaskWorkflowManager.php index 439d98fc2..2bec260d4 100644 --- a/src/Bundle/ChillTaskBundle/Workflow/TaskWorkflowManager.php +++ b/src/Bundle/ChillTaskBundle/Workflow/TaskWorkflowManager.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\TaskBundle\Workflow; use Chill\TaskBundle\Entity\AbstractTask; diff --git a/src/Bundle/ChillTaskBundle/migrations/Version20180413135614.php b/src/Bundle/ChillTaskBundle/migrations/Version20180413135614.php index 2fde06c71..233a860cd 100644 --- a/src/Bundle/ChillTaskBundle/migrations/Version20180413135614.php +++ b/src/Bundle/ChillTaskBundle/migrations/Version20180413135614.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Task; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillTaskBundle/migrations/Version20180413201023.php b/src/Bundle/ChillTaskBundle/migrations/Version20180413201023.php index 3a6e5b893..6f7bd3cd5 100644 --- a/src/Bundle/ChillTaskBundle/migrations/Version20180413201023.php +++ b/src/Bundle/ChillTaskBundle/migrations/Version20180413201023.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\Migrations\Task; use Doctrine\DBAL\Schema\Schema; diff --git a/src/Bundle/ChillThirdPartyBundle/ChillThirdPartyBundle.php b/src/Bundle/ChillThirdPartyBundle/ChillThirdPartyBundle.php index ec83a74c5..671db11e6 100644 --- a/src/Bundle/ChillThirdPartyBundle/ChillThirdPartyBundle.php +++ b/src/Bundle/ChillThirdPartyBundle/ChillThirdPartyBundle.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle; use Chill\ThirdPartyBundle\DependencyInjection\CompilerPass\ThirdPartyTypeCompilerPass; diff --git a/src/Bundle/ChillThirdPartyBundle/Controller/ThirdPartyController.php b/src/Bundle/ChillThirdPartyBundle/Controller/ThirdPartyController.php index 843a0e3d0..5a1923328 100644 --- a/src/Bundle/ChillThirdPartyBundle/Controller/ThirdPartyController.php +++ b/src/Bundle/ChillThirdPartyBundle/Controller/ThirdPartyController.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\Controller; use Chill\MainBundle\CRUD\Controller\CRUDController; diff --git a/src/Bundle/ChillThirdPartyBundle/DataFixtures/ORM/LoadThirdParty.php b/src/Bundle/ChillThirdPartyBundle/DataFixtures/ORM/LoadThirdParty.php index 51fcfcf93..9f163c815 100644 --- a/src/Bundle/ChillThirdPartyBundle/DataFixtures/ORM/LoadThirdParty.php +++ b/src/Bundle/ChillThirdPartyBundle/DataFixtures/ORM/LoadThirdParty.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\DataFixtures\ORM; use Chill\MainBundle\DataFixtures\ORM\LoadCenters; diff --git a/src/Bundle/ChillThirdPartyBundle/DataFixtures/ORM/LoadThirdPartyCategory.php b/src/Bundle/ChillThirdPartyBundle/DataFixtures/ORM/LoadThirdPartyCategory.php index fdb008fec..1bacbfc32 100644 --- a/src/Bundle/ChillThirdPartyBundle/DataFixtures/ORM/LoadThirdPartyCategory.php +++ b/src/Bundle/ChillThirdPartyBundle/DataFixtures/ORM/LoadThirdPartyCategory.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\DataFixtures\ORM; use Chill\ThirdPartyBundle\Entity\ThirdPartyCategory; diff --git a/src/Bundle/ChillThirdPartyBundle/DataFixtures/ORM/LoadThirdPartyProfession.php b/src/Bundle/ChillThirdPartyBundle/DataFixtures/ORM/LoadThirdPartyProfession.php index a2b796bf7..1b55ef8ef 100644 --- a/src/Bundle/ChillThirdPartyBundle/DataFixtures/ORM/LoadThirdPartyProfession.php +++ b/src/Bundle/ChillThirdPartyBundle/DataFixtures/ORM/LoadThirdPartyProfession.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\DataFixtures\ORM; use Chill\ThirdPartyBundle\Entity\ThirdPartyProfession; diff --git a/src/Bundle/ChillThirdPartyBundle/DependencyInjection/ChillThirdPartyExtension.php b/src/Bundle/ChillThirdPartyBundle/DependencyInjection/ChillThirdPartyExtension.php index cfb1a74cf..1981d6daf 100644 --- a/src/Bundle/ChillThirdPartyBundle/DependencyInjection/ChillThirdPartyExtension.php +++ b/src/Bundle/ChillThirdPartyBundle/DependencyInjection/ChillThirdPartyExtension.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\DependencyInjection; use Chill\ThirdPartyBundle\Controller\ThirdPartyController; diff --git a/src/Bundle/ChillThirdPartyBundle/DependencyInjection/CompilerPass/ThirdPartyTypeCompilerPass.php b/src/Bundle/ChillThirdPartyBundle/DependencyInjection/CompilerPass/ThirdPartyTypeCompilerPass.php index d103000a5..086492e88 100644 --- a/src/Bundle/ChillThirdPartyBundle/DependencyInjection/CompilerPass/ThirdPartyTypeCompilerPass.php +++ b/src/Bundle/ChillThirdPartyBundle/DependencyInjection/CompilerPass/ThirdPartyTypeCompilerPass.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\DependencyInjection\CompilerPass; use Chill\ThirdPartyBundle\ThirdPartyType\ThirdPartyTypeManager; diff --git a/src/Bundle/ChillThirdPartyBundle/DependencyInjection/Configuration.php b/src/Bundle/ChillThirdPartyBundle/DependencyInjection/Configuration.php index 5e397dd82..f5afe3bb2 100644 --- a/src/Bundle/ChillThirdPartyBundle/DependencyInjection/Configuration.php +++ b/src/Bundle/ChillThirdPartyBundle/DependencyInjection/Configuration.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\DependencyInjection; use Symfony\Component\Config\Definition\Builder\TreeBuilder; diff --git a/src/Bundle/ChillThirdPartyBundle/Entity/ThirdParty.php b/src/Bundle/ChillThirdPartyBundle/Entity/ThirdParty.php index d158fdf5c..19f2062ee 100644 --- a/src/Bundle/ChillThirdPartyBundle/Entity/ThirdParty.php +++ b/src/Bundle/ChillThirdPartyBundle/Entity/ThirdParty.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\Entity; use Chill\MainBundle\Doctrine\Model\TrackCreationInterface; diff --git a/src/Bundle/ChillThirdPartyBundle/Entity/ThirdPartyCategory.php b/src/Bundle/ChillThirdPartyBundle/Entity/ThirdPartyCategory.php index bddbac533..14cebcb84 100644 --- a/src/Bundle/ChillThirdPartyBundle/Entity/ThirdPartyCategory.php +++ b/src/Bundle/ChillThirdPartyBundle/Entity/ThirdPartyCategory.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\Entity; use Chill\ThirdPartyBundle\Repository\ThirdPartyCategoryRepository; diff --git a/src/Bundle/ChillThirdPartyBundle/Entity/ThirdPartyProfession.php b/src/Bundle/ChillThirdPartyBundle/Entity/ThirdPartyProfession.php index dc035c280..e51111624 100644 --- a/src/Bundle/ChillThirdPartyBundle/Entity/ThirdPartyProfession.php +++ b/src/Bundle/ChillThirdPartyBundle/Entity/ThirdPartyProfession.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\Entity; use Chill\ThirdPartyBundle\Repository\ThirdPartyProfessionRepository; diff --git a/src/Bundle/ChillThirdPartyBundle/Form/ChoiceLoader/ThirdPartyChoiceLoader.php b/src/Bundle/ChillThirdPartyBundle/Form/ChoiceLoader/ThirdPartyChoiceLoader.php index d87d3dc0a..fb19771fd 100644 --- a/src/Bundle/ChillThirdPartyBundle/Form/ChoiceLoader/ThirdPartyChoiceLoader.php +++ b/src/Bundle/ChillThirdPartyBundle/Form/ChoiceLoader/ThirdPartyChoiceLoader.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\Form\ChoiceLoader; use Chill\MainBundle\Entity\Center; diff --git a/src/Bundle/ChillThirdPartyBundle/Form/ThirdPartyType.php b/src/Bundle/ChillThirdPartyBundle/Form/ThirdPartyType.php index 4b015da09..a32c0ade2 100644 --- a/src/Bundle/ChillThirdPartyBundle/Form/ThirdPartyType.php +++ b/src/Bundle/ChillThirdPartyBundle/Form/ThirdPartyType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\Form; use Chill\MainBundle\Entity\Civility; diff --git a/src/Bundle/ChillThirdPartyBundle/Form/Type/PickThirdPartyType.php b/src/Bundle/ChillThirdPartyBundle/Form/Type/PickThirdPartyType.php index f4227a539..c7d8d94c0 100644 --- a/src/Bundle/ChillThirdPartyBundle/Form/Type/PickThirdPartyType.php +++ b/src/Bundle/ChillThirdPartyBundle/Form/Type/PickThirdPartyType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\Form\Type; use Chill\MainBundle\Search\SearchInterface; diff --git a/src/Bundle/ChillThirdPartyBundle/Form/Type/PickThirdPartyTypeCategoryType.php b/src/Bundle/ChillThirdPartyBundle/Form/Type/PickThirdPartyTypeCategoryType.php index ce4ba1a4c..25980f673 100644 --- a/src/Bundle/ChillThirdPartyBundle/Form/Type/PickThirdPartyTypeCategoryType.php +++ b/src/Bundle/ChillThirdPartyBundle/Form/Type/PickThirdPartyTypeCategoryType.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\Form\Type; use Chill\MainBundle\Templating\TranslatableStringHelper; diff --git a/src/Bundle/ChillThirdPartyBundle/Menu/MenuBuilder.php b/src/Bundle/ChillThirdPartyBundle/Menu/MenuBuilder.php index dcaa444d5..aec5ffb3f 100644 --- a/src/Bundle/ChillThirdPartyBundle/Menu/MenuBuilder.php +++ b/src/Bundle/ChillThirdPartyBundle/Menu/MenuBuilder.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\Menu; use Chill\MainBundle\Routing\LocalMenuBuilderInterface; diff --git a/src/Bundle/ChillThirdPartyBundle/Repository/ThirdPartyACLAwareRepository.php b/src/Bundle/ChillThirdPartyBundle/Repository/ThirdPartyACLAwareRepository.php index ff619a61f..2a57a2f55 100644 --- a/src/Bundle/ChillThirdPartyBundle/Repository/ThirdPartyACLAwareRepository.php +++ b/src/Bundle/ChillThirdPartyBundle/Repository/ThirdPartyACLAwareRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\Repository; use Chill\MainBundle\Security\Authorization\AuthorizationHelper; diff --git a/src/Bundle/ChillThirdPartyBundle/Repository/ThirdPartyACLAwareRepositoryInterface.php b/src/Bundle/ChillThirdPartyBundle/Repository/ThirdPartyACLAwareRepositoryInterface.php index d13046686..0bda192e2 100644 --- a/src/Bundle/ChillThirdPartyBundle/Repository/ThirdPartyACLAwareRepositoryInterface.php +++ b/src/Bundle/ChillThirdPartyBundle/Repository/ThirdPartyACLAwareRepositoryInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\Repository; use Chill\ThirdPartyBundle\Entity\ThirdParty; diff --git a/src/Bundle/ChillThirdPartyBundle/Repository/ThirdPartyCategoryRepository.php b/src/Bundle/ChillThirdPartyBundle/Repository/ThirdPartyCategoryRepository.php index 11fddf9c8..8d3ac35df 100644 --- a/src/Bundle/ChillThirdPartyBundle/Repository/ThirdPartyCategoryRepository.php +++ b/src/Bundle/ChillThirdPartyBundle/Repository/ThirdPartyCategoryRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\Repository; use Chill\ThirdPartyBundle\Entity\ThirdPartyCategory; diff --git a/src/Bundle/ChillThirdPartyBundle/Repository/ThirdPartyProfessionRepository.php b/src/Bundle/ChillThirdPartyBundle/Repository/ThirdPartyProfessionRepository.php index de6b87da8..1a336de2d 100644 --- a/src/Bundle/ChillThirdPartyBundle/Repository/ThirdPartyProfessionRepository.php +++ b/src/Bundle/ChillThirdPartyBundle/Repository/ThirdPartyProfessionRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\Repository; use Chill\ThirdPartyBundle\Entity\ThirdPartyProfession; diff --git a/src/Bundle/ChillThirdPartyBundle/Repository/ThirdPartyRepository.php b/src/Bundle/ChillThirdPartyBundle/Repository/ThirdPartyRepository.php index d78c734a1..ef9af3940 100644 --- a/src/Bundle/ChillThirdPartyBundle/Repository/ThirdPartyRepository.php +++ b/src/Bundle/ChillThirdPartyBundle/Repository/ThirdPartyRepository.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\Repository; use Chill\ThirdPartyBundle\Entity\ThirdParty; diff --git a/src/Bundle/ChillThirdPartyBundle/Search/ThirdPartyApiSearch.php b/src/Bundle/ChillThirdPartyBundle/Search/ThirdPartyApiSearch.php index da9318d75..85f798424 100644 --- a/src/Bundle/ChillThirdPartyBundle/Search/ThirdPartyApiSearch.php +++ b/src/Bundle/ChillThirdPartyBundle/Search/ThirdPartyApiSearch.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\Search; use Chill\MainBundle\Search\SearchApiInterface; diff --git a/src/Bundle/ChillThirdPartyBundle/Search/ThirdPartySearch.php b/src/Bundle/ChillThirdPartyBundle/Search/ThirdPartySearch.php index 4c10d144f..a2a371f3b 100644 --- a/src/Bundle/ChillThirdPartyBundle/Search/ThirdPartySearch.php +++ b/src/Bundle/ChillThirdPartyBundle/Search/ThirdPartySearch.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\Search; use Chill\MainBundle\Pagination\PaginatorFactory; diff --git a/src/Bundle/ChillThirdPartyBundle/Security/Voter/ThirdPartyVoter.php b/src/Bundle/ChillThirdPartyBundle/Security/Voter/ThirdPartyVoter.php index d4fced158..93cdaff3a 100644 --- a/src/Bundle/ChillThirdPartyBundle/Security/Voter/ThirdPartyVoter.php +++ b/src/Bundle/ChillThirdPartyBundle/Security/Voter/ThirdPartyVoter.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\Security\Voter; use Chill\MainBundle\Entity\User; diff --git a/src/Bundle/ChillThirdPartyBundle/Templating/Entity/ThirdPartyRender.php b/src/Bundle/ChillThirdPartyBundle/Templating/Entity/ThirdPartyRender.php index 62ca15717..8cfa95f80 100644 --- a/src/Bundle/ChillThirdPartyBundle/Templating/Entity/ThirdPartyRender.php +++ b/src/Bundle/ChillThirdPartyBundle/Templating/Entity/ThirdPartyRender.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\Templating\Entity; use Chill\MainBundle\Templating\Entity\AbstractChillEntityRender; diff --git a/src/Bundle/ChillThirdPartyBundle/Tests/Controller/ThirdPartyControllerTest.php b/src/Bundle/ChillThirdPartyBundle/Tests/Controller/ThirdPartyControllerTest.php index 34ba251e4..86bce1901 100644 --- a/src/Bundle/ChillThirdPartyBundle/Tests/Controller/ThirdPartyControllerTest.php +++ b/src/Bundle/ChillThirdPartyBundle/Tests/Controller/ThirdPartyControllerTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; diff --git a/src/Bundle/ChillThirdPartyBundle/Tests/Entity/ThirdPartyTest.php b/src/Bundle/ChillThirdPartyBundle/Tests/Entity/ThirdPartyTest.php index b6df5d4cf..0ec7d065e 100644 --- a/src/Bundle/ChillThirdPartyBundle/Tests/Entity/ThirdPartyTest.php +++ b/src/Bundle/ChillThirdPartyBundle/Tests/Entity/ThirdPartyTest.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdParty\Tests\Entity; use Chill\ThirdPartyBundle\Entity\ThirdParty; diff --git a/src/Bundle/ChillThirdPartyBundle/ThirdPartyType/ThirdPartyTypeManager.php b/src/Bundle/ChillThirdPartyBundle/ThirdPartyType/ThirdPartyTypeManager.php index 8ff3505e4..36eafb288 100644 --- a/src/Bundle/ChillThirdPartyBundle/ThirdPartyType/ThirdPartyTypeManager.php +++ b/src/Bundle/ChillThirdPartyBundle/ThirdPartyType/ThirdPartyTypeManager.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\ThirdPartyType; use function array_keys; diff --git a/src/Bundle/ChillThirdPartyBundle/ThirdPartyType/ThirdPartyTypeProviderInterface.php b/src/Bundle/ChillThirdPartyBundle/ThirdPartyType/ThirdPartyTypeProviderInterface.php index 4ff2f5d3b..3289a7cb1 100644 --- a/src/Bundle/ChillThirdPartyBundle/ThirdPartyType/ThirdPartyTypeProviderInterface.php +++ b/src/Bundle/ChillThirdPartyBundle/ThirdPartyType/ThirdPartyTypeProviderInterface.php @@ -9,13 +9,6 @@ declare(strict_types=1); -/** - * Chill is a software for social workers. - * - * For the full copyright and license information, please view - * the LICENSE file that was distributed with this source code. - */ - namespace Chill\ThirdPartyBundle\ThirdPartyType; /**