• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

aplus-framework / coding-standard / 16536124402

16 Oct 2024 10:16PM UTC coverage: 100.0%. Remained the same
16536124402

push

github

natanfelles
Show image in user guide

301 of 301 relevant lines covered (100.0%)

5.73 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/Finder.php
1
<?php declare(strict_types=1);
2
/*
3
 * This file is part of Aplus Framework Coding Standard Library.
4
 *
5
 * (c) Natan Felles <natanfelles@gmail.com>
6
 *
7
 * For the full copyright and license information, please view the LICENSE
8
 * file that was distributed with this source code.
9
 */
10
namespace Framework\CodingStandard;
11

12
/**
13
 * Class Finder.
14
 *
15
 * @package coding-standard
16
 */
17
class Finder extends \PhpCsFixer\Finder
18
{
19
    public function __construct()
20
    {
21
        parent::__construct();
2✔
22
        $this->exclude('build');
2✔
23
    }
24
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc