Skip to content

Commit

Permalink
Fix phpcs
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <[email protected]>
  • Loading branch information
ghostwriter committed Feb 24, 2022
1 parent 0d4f8c7 commit ac9d427
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,4 @@

<!-- Include all rules from Laminas Coding Standard -->
<rule ref="LaminasCodingStandard"/>

<rule ref="SlevomatCodingStandard.Classes.UnusedPrivateElements.UnusedMethod">
<exclude-pattern>src/Exception/CyclicAliasException.php</exclude-pattern>
</rule>
</ruleset>
1 change: 0 additions & 1 deletion test/Command/InspectCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
*/
class InspectCommandTest extends TestCase
{

public function testBeginsAnalysisWhenScannableDependenciesAreProvided(): void
{
$config = new DependencyConfig([
Expand Down

0 comments on commit ac9d427

Please sign in to comment.