phplinter\Report\JSON::prepare PHP Method

prepare() public method

----------------------------------------------------------------------+
public prepare ( )
    public function prepare()
    {
        $this->json = $this->config->check('report');
        if (isset($this->json['dry_run'])) {
            $this->dry_run = $this->json['dry_run'];
        }
        return true;
    }