EzSystems\PlatformBehatBundle\Context\SubContext\DeprecationNoticeSupressor::restoreErrorReporting PHP 메소드

restoreErrorReporting() 공개 메소드

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