Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes from run 11-137198.

1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
56 56 throw $e;
57 57 }
58 58 catch (\Exception $e) {
59 \watchdog_exception('commerce_datatrans', $e);
59 \Drupal\Component\Utility\DeprecationHelper::backwardsCompatibleCall(\Drupal::VERSION, '10.1.0', fn() => \Drupal\Core\Utility\Error::logException(\Drupal::logger('commerce_datatrans'), $e), fn() => \watchdog_exception('commerce_datatrans', $e));
  • Noah Siegrist added 1 commit

    added 1 commit

    • f7f8d665 - Update core version requirements accroding to berdirs feedabck.

    Compare with previous version

  • Noah Siegrist added 1 commit

    added 1 commit

    • 4e34f39a - Change to only Error::logException as suggestied by berdir.

    Compare with previous version

  • Noah Siegrist added 1 commit

    added 1 commit

    Compare with previous version

  • Noah Siegrist added 1 commit

    added 1 commit

    • 089dc9c0 - Fix composer commerce version error.

    Compare with previous version

  • Noah Siegrist added 1 commit

    added 1 commit

    • a5456415 - Use statements in alphabetical order.

    Compare with previous version

  • Noah Siegrist added 1 commit

    added 1 commit

    Compare with previous version

  • Noah Siegrist added 1 commit

    added 1 commit

    • 0339a771 - Sort use statements alphabetically.

    Compare with previous version

  • Please register or sign in to reply
    Loading