Skip to content

Commit

Permalink
Fix composer autoload/PSR4 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jan 14, 2021
1 parent 91f6148 commit 69016f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/ValidationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
use Atk4\Data\Persistence;
use Atk4\Data\ValidationException;

class Atk4_Data_Tests_ValidationTest
{
// TODO ignore CS fixer error
}

class MyValidationModel extends Model
{
protected function init(): void
Expand Down

0 comments on commit 69016f2

Please sign in to comment.