From a89e181621f78cf01c485cefeeb57523cde45840 Mon Sep 17 00:00:00 2001 From: Oulahal Said <said.oulahal@irstea.fr> Date: Thu, 11 Jan 2018 11:20:43 +0100 Subject: [PATCH] Correction des dates de copyright pour php-cs-fixer --- src/Command/CheckCommand.php | 2 +- src/Command/CollectGarbageCommand.php | 2 +- src/Command/CreateCommand.php | 2 +- src/Command/ReadCommand.php | 2 +- src/Controller/UploadController.php | 2 +- src/Controller/UploadedFileController.php | 2 +- src/DependencyInjection/Configuration.php | 2 +- src/DependencyInjection/IrsteaFileUploadExtension.php | 2 +- src/Entity/Repository/UploadedFileRepository.php | 2 +- src/Entity/UploadedFile.php | 2 +- src/Event/FileUploadCompleteEvent.php | 2 +- src/Exception/Exception.php | 2 +- src/Exception/RejectedFileException.php | 2 +- src/FileUploadEvents.php | 2 +- src/Form/DataTranformer/UploadedFileTransformer.php | 2 +- src/Form/Type/FileUploadType.php | 2 +- src/Http/UploadedFileResponse.php | 2 +- src/IrsteaFileUploadBundle.php | 2 +- src/Listener/CreationDataListener.php | 2 +- src/Listener/UploadedFileListener.php | 2 +- src/Listener/VirusScannerListener.php | 2 +- src/Model/FileManagerInterface.php | 2 +- src/Model/UploadedFileInterface.php | 2 +- src/Service/FileUrlGenerator.php | 2 +- src/Service/FileUrlGeneratorInterface.php | 2 +- src/Twig/FileUploadExtension.php | 2 +- src/Utils/MimeTypeIcon.php | 2 +- src/Validation/FileMimeType.php | 2 +- src/Validation/FileMimeTypeValidator.php | 2 +- src/Validation/FileSize.php | 2 +- src/Validation/FileSizeValidator.php | 2 +- tests/Entity/UploadedFileTest.php | 2 +- tests/Form/DataTranformer/UploadedFileTransformerTest.php | 2 +- tests/Listener/UploadedFileListenerTest.php | 2 +- tests/Listener/VirusScannerListenerTest.php | 2 +- tests/Utils/MimeTypeIconTest.php | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/src/Command/CheckCommand.php b/src/Command/CheckCommand.php index a9d681e5..b543b631 100644 --- a/src/Command/CheckCommand.php +++ b/src/Command/CheckCommand.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Command/CollectGarbageCommand.php b/src/Command/CollectGarbageCommand.php index ccc5b83e..7bd569a1 100644 --- a/src/Command/CollectGarbageCommand.php +++ b/src/Command/CollectGarbageCommand.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Command/CreateCommand.php b/src/Command/CreateCommand.php index 05c03c9e..c5f2afd3 100644 --- a/src/Command/CreateCommand.php +++ b/src/Command/CreateCommand.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Command/ReadCommand.php b/src/Command/ReadCommand.php index 750c736a..ca9ff5a6 100644 --- a/src/Command/ReadCommand.php +++ b/src/Command/ReadCommand.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Controller/UploadController.php b/src/Controller/UploadController.php index c07aa4eb..ed4e974e 100644 --- a/src/Controller/UploadController.php +++ b/src/Controller/UploadController.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Controller/UploadedFileController.php b/src/Controller/UploadedFileController.php index c31ba1f2..2e14b8e9 100644 --- a/src/Controller/UploadedFileController.php +++ b/src/Controller/UploadedFileController.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php index ee72ec6e..dd8e44a0 100644 --- a/src/DependencyInjection/Configuration.php +++ b/src/DependencyInjection/Configuration.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/DependencyInjection/IrsteaFileUploadExtension.php b/src/DependencyInjection/IrsteaFileUploadExtension.php index 4044a162..a720d4ba 100644 --- a/src/DependencyInjection/IrsteaFileUploadExtension.php +++ b/src/DependencyInjection/IrsteaFileUploadExtension.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Entity/Repository/UploadedFileRepository.php b/src/Entity/Repository/UploadedFileRepository.php index 99933d72..28134920 100644 --- a/src/Entity/Repository/UploadedFileRepository.php +++ b/src/Entity/Repository/UploadedFileRepository.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Entity/UploadedFile.php b/src/Entity/UploadedFile.php index d8e78b4c..20c5b3d0 100644 --- a/src/Entity/UploadedFile.php +++ b/src/Entity/UploadedFile.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Event/FileUploadCompleteEvent.php b/src/Event/FileUploadCompleteEvent.php index 5b624c72..47ddde60 100644 --- a/src/Event/FileUploadCompleteEvent.php +++ b/src/Event/FileUploadCompleteEvent.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Exception/Exception.php b/src/Exception/Exception.php index 29b75e6d..dfe9751c 100644 --- a/src/Exception/Exception.php +++ b/src/Exception/Exception.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Exception/RejectedFileException.php b/src/Exception/RejectedFileException.php index d06277c6..5d83882c 100644 --- a/src/Exception/RejectedFileException.php +++ b/src/Exception/RejectedFileException.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/FileUploadEvents.php b/src/FileUploadEvents.php index adc1ddf3..c34271b5 100644 --- a/src/FileUploadEvents.php +++ b/src/FileUploadEvents.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Form/DataTranformer/UploadedFileTransformer.php b/src/Form/DataTranformer/UploadedFileTransformer.php index f42be6e5..31ad0b8f 100644 --- a/src/Form/DataTranformer/UploadedFileTransformer.php +++ b/src/Form/DataTranformer/UploadedFileTransformer.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Form/Type/FileUploadType.php b/src/Form/Type/FileUploadType.php index 993b4afb..49493e5e 100644 --- a/src/Form/Type/FileUploadType.php +++ b/src/Form/Type/FileUploadType.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Http/UploadedFileResponse.php b/src/Http/UploadedFileResponse.php index a11b978c..c8019f81 100644 --- a/src/Http/UploadedFileResponse.php +++ b/src/Http/UploadedFileResponse.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/IrsteaFileUploadBundle.php b/src/IrsteaFileUploadBundle.php index 0a5ca7f2..33fa8ef0 100644 --- a/src/IrsteaFileUploadBundle.php +++ b/src/IrsteaFileUploadBundle.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Listener/CreationDataListener.php b/src/Listener/CreationDataListener.php index df8ade07..f742192b 100644 --- a/src/Listener/CreationDataListener.php +++ b/src/Listener/CreationDataListener.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Listener/UploadedFileListener.php b/src/Listener/UploadedFileListener.php index cce11d12..99cf0bcb 100644 --- a/src/Listener/UploadedFileListener.php +++ b/src/Listener/UploadedFileListener.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Listener/VirusScannerListener.php b/src/Listener/VirusScannerListener.php index c79d637b..a04bcac0 100644 --- a/src/Listener/VirusScannerListener.php +++ b/src/Listener/VirusScannerListener.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Model/FileManagerInterface.php b/src/Model/FileManagerInterface.php index 75a08316..23fac276 100644 --- a/src/Model/FileManagerInterface.php +++ b/src/Model/FileManagerInterface.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Model/UploadedFileInterface.php b/src/Model/UploadedFileInterface.php index ac6baea6..c5dfd15c 100644 --- a/src/Model/UploadedFileInterface.php +++ b/src/Model/UploadedFileInterface.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Service/FileUrlGenerator.php b/src/Service/FileUrlGenerator.php index cbf30fdc..3cdd2dab 100644 --- a/src/Service/FileUrlGenerator.php +++ b/src/Service/FileUrlGenerator.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Service/FileUrlGeneratorInterface.php b/src/Service/FileUrlGeneratorInterface.php index 149cfac9..ef3e1ee7 100644 --- a/src/Service/FileUrlGeneratorInterface.php +++ b/src/Service/FileUrlGeneratorInterface.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Twig/FileUploadExtension.php b/src/Twig/FileUploadExtension.php index 1c01f107..d5bc18a2 100644 --- a/src/Twig/FileUploadExtension.php +++ b/src/Twig/FileUploadExtension.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Utils/MimeTypeIcon.php b/src/Utils/MimeTypeIcon.php index 57cd4d6d..f442d654 100644 --- a/src/Utils/MimeTypeIcon.php +++ b/src/Utils/MimeTypeIcon.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Validation/FileMimeType.php b/src/Validation/FileMimeType.php index b8b1897b..5c5a8634 100644 --- a/src/Validation/FileMimeType.php +++ b/src/Validation/FileMimeType.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Validation/FileMimeTypeValidator.php b/src/Validation/FileMimeTypeValidator.php index e81b823e..136d7191 100644 --- a/src/Validation/FileMimeTypeValidator.php +++ b/src/Validation/FileMimeTypeValidator.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Validation/FileSize.php b/src/Validation/FileSize.php index c995ff09..8fd5f174 100644 --- a/src/Validation/FileSize.php +++ b/src/Validation/FileSize.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/src/Validation/FileSizeValidator.php b/src/Validation/FileSizeValidator.php index ab523f33..177333f1 100644 --- a/src/Validation/FileSizeValidator.php +++ b/src/Validation/FileSizeValidator.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/tests/Entity/UploadedFileTest.php b/tests/Entity/UploadedFileTest.php index deced935..732e5134 100644 --- a/tests/Entity/UploadedFileTest.php +++ b/tests/Entity/UploadedFileTest.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/tests/Form/DataTranformer/UploadedFileTransformerTest.php b/tests/Form/DataTranformer/UploadedFileTransformerTest.php index 2f49be84..8fa1fdd8 100644 --- a/tests/Form/DataTranformer/UploadedFileTransformerTest.php +++ b/tests/Form/DataTranformer/UploadedFileTransformerTest.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/tests/Listener/UploadedFileListenerTest.php b/tests/Listener/UploadedFileListenerTest.php index 6a9aaf3b..d2bef037 100644 --- a/tests/Listener/UploadedFileListenerTest.php +++ b/tests/Listener/UploadedFileListenerTest.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/tests/Listener/VirusScannerListenerTest.php b/tests/Listener/VirusScannerListenerTest.php index ef71021d..fcfc7c8c 100644 --- a/tests/Listener/VirusScannerListenerTest.php +++ b/tests/Listener/VirusScannerListenerTest.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ diff --git a/tests/Utils/MimeTypeIconTest.php b/tests/Utils/MimeTypeIconTest.php index 7d03bd03..8054d730 100644 --- a/tests/Utils/MimeTypeIconTest.php +++ b/tests/Utils/MimeTypeIconTest.php @@ -1,6 +1,6 @@ <?php declare(strict_types=1); /* - * Copyright (C) 2015-2017 IRSTEA + * Copyright (C) 2015-2018 IRSTEA * All rights reserved. */ -- GitLab