diff --git a/.docheader b/.docheader deleted file mode 100644 index a9c1958..0000000 --- a/.docheader +++ /dev/null @@ -1,5 +0,0 @@ -/** - * @see https://github.com/laminas/laminas-component-installer for the canonical source repository - * @copyright https://github.com/laminas/laminas-component-installer/blob/master/COPYRIGHT.md - * @license https://github.com/laminas/laminas-component-installer/blob/master/LICENSE.md New BSD License - */ diff --git a/.laminas-ci.json b/.laminas-ci.json index bba6ff6..985d864 100644 --- a/.laminas-ci.json +++ b/.laminas-ci.json @@ -31,12 +31,6 @@ "php": "8.0", "dependencies": "latest" } - }, - { - "name": "License check", - "job": { - "command": "./vendor/bin/docheader check src/" - } } ] } diff --git a/src/Collection.php b/src/Collection.php index 09efb94..6ccbc24 100644 --- a/src/Collection.php +++ b/src/Collection.php @@ -1,11 +1,5 @@