Skip to content

Commit

Permalink
Fix log file validator
Browse files Browse the repository at this point in the history
  • Loading branch information
jmleroux committed Mar 18, 2017
1 parent 1fa54ad commit a30be76
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Validator/Constraints/LogFileValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,6 @@
*/
class LogFileValidator extends ConstraintValidator
{
/** @var string */
private $appDir;

/**
* @param string $appDir
*/
public function __construct($appDir)
{
$this->appDir = $appDir;
}

/**
* @param string $value
* @param Constraint $constraint
Expand Down

0 comments on commit a30be76

Please sign in to comment.