You are here

protected function DeprecationSuppressionTrait::restoreErrorHandler in Commerce Google Tag Manager 8.2

Restores the original error handler.

File

tests/src/Traits/DeprecationSuppressionTrait.php, line 35

Class

DeprecationSuppressionTrait
Override DeprecationSuppressionTrait of Drupal Commerce.

Namespace

Drupal\Tests\commerce_google_tag_manager\Traits

Code

protected function restoreErrorHandler() {
  restore_error_handler();
}