Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed May 23, 2024
1 parent 39123a1 commit 3665527
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Parameter/Name.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace CultuurNet\SearchV3\Parameter;

final class Name extends AbstractParameter
Expand Down
2 changes: 2 additions & 0 deletions test/Parameter/NameTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace CultuurNet\SearchV3\Parameter;

use PHPUnit\Framework\TestCase;
Expand Down

0 comments on commit 3665527

Please sign in to comment.