EzSystems\PlatformBehatBundle\Context\SubContext\DeprecationNoticeSupressor::restoreErrorReporting PHP Метод

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

    public function restoreErrorReporting()
    {
        error_reporting($this->originalErrorReporting);
    }