| 
<?php
 declare(strict_types=1);
 
 /**
 * This file is part of PHPUnit Coverage Check.
 *
 * (c) Eric Sizemore <[email protected]>
 * (c) Richard Regeer <[email protected]>
 *
 * This source file is subject to the MIT license. For the full copyright,
 * license information, and credits/acknowledgements, please view the LICENSE
 * and README files that were distributed with this source code.
 */
 return [
 'prefix' => 'Esi\CoverageCheckPhar',
 
 'exclude-namespaces' => [
 'Esi\CoverageCheck',
 ],
 ];
 
 |