Skip to content

Commit

Permalink
Add a perfect file for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Dec 16, 2023
1 parent a1267d3 commit e593f9b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tests/perfect-file.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?php

declare(strict_types = 1);

namespace Wdes\Test;

final class TheFinalClass
{
public const TEST = true;

private function keepSecrets(): void
{
}

public function vault(): void
{
}

}

0 comments on commit e593f9b

Please sign in to comment.