From 53f39366abb032a300e0963c711da20d771ce09d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr>
Date: Thu, 3 Sep 2020 13:15:54 +0200
Subject: [PATCH] CS.

---
 src/Composer/ComposerPackage.php                        | 1 -
 src/Composer/ComposerPackageInterface.php               | 1 -
 src/FileLocator/ChainFileLocator.php                    | 1 -
 src/FileLocator/FileLocator.php                         | 1 -
 src/FileLocator/FileLocatorInterface.php                | 1 -
 src/Git/GitRepository.php                               | 1 -
 src/Git/GitRepositoryInterface.php                      | 1 -
 src/HeaderComment/ChainTemplateProvider.php             | 1 -
 src/HeaderComment/HeaderProviderInterface.php           | 1 -
 src/HeaderComment/LicenseTemplateProvider.php           | 1 -
 src/HeaderComment/SPDXLicenseTemplateProvider.php       | 1 -
 src/HeaderComment/TemplateFormatterInterface.php        | 1 -
 src/HeaderComment/TemplateProviderInterface.php         | 1 -
 tests/FileLocator/FileLocatorTest.php                   | 1 -
 tests/HeaderComment/LicenseTemplateProviderTest.php     | 1 -
 tests/HeaderComment/SPDXLicenseTemplateProviderTest.php | 1 -
 16 files changed, 16 deletions(-)

diff --git a/src/Composer/ComposerPackage.php b/src/Composer/ComposerPackage.php
index 57d4828..828f622 100644
--- a/src/Composer/ComposerPackage.php
+++ b/src/Composer/ComposerPackage.php
@@ -5,7 +5,6 @@
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
- *
  */
 
 namespace Irstea\CS\Composer;
diff --git a/src/Composer/ComposerPackageInterface.php b/src/Composer/ComposerPackageInterface.php
index ab896cc..5696670 100644
--- a/src/Composer/ComposerPackageInterface.php
+++ b/src/Composer/ComposerPackageInterface.php
@@ -5,7 +5,6 @@
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
- *
  */
 
 namespace Irstea\CS\Composer;
diff --git a/src/FileLocator/ChainFileLocator.php b/src/FileLocator/ChainFileLocator.php
index 3a43bc4..8c92c60 100644
--- a/src/FileLocator/ChainFileLocator.php
+++ b/src/FileLocator/ChainFileLocator.php
@@ -5,7 +5,6 @@
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
- *
  */
 
 namespace Irstea\CS\FileLocator;
diff --git a/src/FileLocator/FileLocator.php b/src/FileLocator/FileLocator.php
index 970c4fe..731b2aa 100644
--- a/src/FileLocator/FileLocator.php
+++ b/src/FileLocator/FileLocator.php
@@ -5,7 +5,6 @@
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
- *
  */
 
 namespace Irstea\CS\FileLocator;
diff --git a/src/FileLocator/FileLocatorInterface.php b/src/FileLocator/FileLocatorInterface.php
index 993df6e..e586dc9 100644
--- a/src/FileLocator/FileLocatorInterface.php
+++ b/src/FileLocator/FileLocatorInterface.php
@@ -5,7 +5,6 @@
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
- *
  */
 
 namespace Irstea\CS\FileLocator;
diff --git a/src/Git/GitRepository.php b/src/Git/GitRepository.php
index 317dfac..5a83630 100644
--- a/src/Git/GitRepository.php
+++ b/src/Git/GitRepository.php
@@ -5,7 +5,6 @@
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
- *
  */
 
 namespace Irstea\CS\Git;
diff --git a/src/Git/GitRepositoryInterface.php b/src/Git/GitRepositoryInterface.php
index cba1f41..07c01ab 100644
--- a/src/Git/GitRepositoryInterface.php
+++ b/src/Git/GitRepositoryInterface.php
@@ -5,7 +5,6 @@
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
- *
  */
 
 namespace Irstea\CS\Git;
diff --git a/src/HeaderComment/ChainTemplateProvider.php b/src/HeaderComment/ChainTemplateProvider.php
index 5ccba05..e9a48df 100644
--- a/src/HeaderComment/ChainTemplateProvider.php
+++ b/src/HeaderComment/ChainTemplateProvider.php
@@ -5,7 +5,6 @@
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
- *
  */
 
 namespace Irstea\CS\HeaderComment;
diff --git a/src/HeaderComment/HeaderProviderInterface.php b/src/HeaderComment/HeaderProviderInterface.php
index fff027c..2d5c9f0 100644
--- a/src/HeaderComment/HeaderProviderInterface.php
+++ b/src/HeaderComment/HeaderProviderInterface.php
@@ -5,7 +5,6 @@
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
- *
  */
 
 namespace Irstea\CS\HeaderComment;
diff --git a/src/HeaderComment/LicenseTemplateProvider.php b/src/HeaderComment/LicenseTemplateProvider.php
index 82d1135..744df1a 100644
--- a/src/HeaderComment/LicenseTemplateProvider.php
+++ b/src/HeaderComment/LicenseTemplateProvider.php
@@ -5,7 +5,6 @@
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
- *
  */
 
 namespace Irstea\CS\HeaderComment;
diff --git a/src/HeaderComment/SPDXLicenseTemplateProvider.php b/src/HeaderComment/SPDXLicenseTemplateProvider.php
index 4ecf1f0..089e2f7 100644
--- a/src/HeaderComment/SPDXLicenseTemplateProvider.php
+++ b/src/HeaderComment/SPDXLicenseTemplateProvider.php
@@ -5,7 +5,6 @@
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
- *
  */
 
 namespace Irstea\CS\HeaderComment;
diff --git a/src/HeaderComment/TemplateFormatterInterface.php b/src/HeaderComment/TemplateFormatterInterface.php
index 80c8261..7ce9cd5 100644
--- a/src/HeaderComment/TemplateFormatterInterface.php
+++ b/src/HeaderComment/TemplateFormatterInterface.php
@@ -5,7 +5,6 @@
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
- *
  */
 
 namespace Irstea\CS\HeaderComment;
diff --git a/src/HeaderComment/TemplateProviderInterface.php b/src/HeaderComment/TemplateProviderInterface.php
index 3421c51..dcb9aeb 100644
--- a/src/HeaderComment/TemplateProviderInterface.php
+++ b/src/HeaderComment/TemplateProviderInterface.php
@@ -5,7 +5,6 @@
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
- *
  */
 
 namespace Irstea\CS\HeaderComment;
diff --git a/tests/FileLocator/FileLocatorTest.php b/tests/FileLocator/FileLocatorTest.php
index 7e372cd..0c67e0b 100644
--- a/tests/FileLocator/FileLocatorTest.php
+++ b/tests/FileLocator/FileLocatorTest.php
@@ -5,7 +5,6 @@
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
- *
  */
 
 namespace Irstea\CS\Tests\FileLocator;
diff --git a/tests/HeaderComment/LicenseTemplateProviderTest.php b/tests/HeaderComment/LicenseTemplateProviderTest.php
index e695d19..b0a9177 100644
--- a/tests/HeaderComment/LicenseTemplateProviderTest.php
+++ b/tests/HeaderComment/LicenseTemplateProviderTest.php
@@ -5,7 +5,6 @@
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
- *
  */
 
 namespace Irstea\CS\Tests\HeaderComment;
diff --git a/tests/HeaderComment/SPDXLicenseTemplateProviderTest.php b/tests/HeaderComment/SPDXLicenseTemplateProviderTest.php
index 89db023..e12f307 100644
--- a/tests/HeaderComment/SPDXLicenseTemplateProviderTest.php
+++ b/tests/HeaderComment/SPDXLicenseTemplateProviderTest.php
@@ -5,7 +5,6 @@
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
- *
  */
 
 namespace Irstea\CS\Tests\HeaderComment;
-- 
GitLab