PhpMigration\Changes\v5dot6\Deprecated::skipHRPD PHP Метод

skipHRPD() публичный Метод

For another Changes to set whether skip this check
public skipHRPD ( $off )
    public function skipHRPD($off)
    {
        $this->checkHRPD = !$off;
    }