Skip to content

Commit

Permalink
Add @codeCoverageIgnore to properties
Browse files Browse the repository at this point in the history
Added @codeCoverageIgnore annotation to the properties to exclude from code coverage.
  • Loading branch information
Denis Smet committed Mar 10, 2024
1 parent a6fb875 commit 61a92e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/CreateCsv.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

/**
* @psalm-suppress PropertyNotSetInConstructor
* @codeCoverageIgnore
*/
final class CreateCsv extends CliCommand
{
Expand Down
1 change: 1 addition & 0 deletions src/Commands/CreateSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

/**
* @psalm-suppress PropertyNotSetInConstructor
* @codeCoverageIgnore
*/
final class CreateSchema extends CliCommand
{
Expand Down
1 change: 1 addition & 0 deletions src/Commands/ValidateCsv.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

/**
* @psalm-suppress PropertyNotSetInConstructor
* @codeCoverageIgnore
*/
final class ValidateCsv extends CliCommand
{
Expand Down
1 change: 1 addition & 0 deletions src/Commands/ValidateDir.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

/**
* @psalm-suppress PropertyNotSetInConstructor
* @codeCoverageIgnore
*/
final class ValidateDir extends CliCommand
{
Expand Down

0 comments on commit 61a92e7

Please sign in to comment.