diff --git a/.phive/phars.xml b/.phive/phars.xml index 47446b9..fae0d56 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,6 +1,6 @@ - + diff --git a/src/CpuCoreCounter.php b/src/CpuCoreCounter.php index d2a8208..c7a37a9 100644 --- a/src/CpuCoreCounter.php +++ b/src/CpuCoreCounter.php @@ -11,15 +11,6 @@ declare(strict_types=1); -/** - * Copyright (c) 2017-2022 Andreas Möller. - * - * For the full copyright and license information, please view - * the LICENSE.md file that was distributed with this source code. - * - * @see https://github.com/ergebnis/php-package-template - */ - namespace Fidry\CpuCounter; use function count;