GrumPHP\Linter\Json\JsonLinter::__construct PHP Method

__construct() public method

JsonLinter constructor.
public __construct ( Filesystem $filesystem, Seld\JsonLint\JsonParser $jsonParser )
$filesystem GrumPHP\Util\Filesystem
$jsonParser Seld\JsonLint\JsonParser
    public function __construct(Filesystem $filesystem, JsonParser $jsonParser)
    {
        $this->filesystem = $filesystem;
        $this->jsonParser = $jsonParser;
    }