PhpMigration\CheckVisitor::__construct PHP Method

__construct() public method

Empty spots, current state and save the Changes
public __construct ( $changes = [] )
    public function __construct($changes = [])
    {
        $this->spots = [];
        $this->changes = $changes;
        $this->filename = $this->class = $this->method = $this->function = null;
    }