EzSystems\PlatformBehatBundle\Context\SubContext\DeprecationNoticeSupressor::restoreErrorReporting PHP Method

restoreErrorReporting() public method

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