Skip to content

Commit

Permalink
Update BaselineError.php
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Oct 30, 2023
1 parent a38f4cd commit 694c36d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/BaselineError.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@ final class BaselineError

public string $message;

public string $path;

public function __construct(int $count, string $message, string $path)
public function __construct(int $count, string $message)
{
$this->count = $count;
$this->message = $message;
$this->path = $path;
}

/**
Expand Down

0 comments on commit 694c36d

Please sign in to comment.