Skip to content
Snippets Groups Projects

Switch E_USER_ERROR to E_USER_WARNING 10.5 #3465827

All threads resolved!

Closes #3465827

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
    • Resolved by Andrey Postnikov

      needs more works for

      core/lib/Drupal/Component/Diff/Diff.php:171:      trigger_error("Reconstructed original doesn't match", E_USER_ERROR);
      core/lib/Drupal/Component/Diff/Diff.php:174:      trigger_error("Reconstructed closing doesn't match", E_USER_ERROR);
      core/lib/Drupal/Component/Diff/Diff.php:179:      trigger_error("Reversed original doesn't match", E_USER_ERROR);
      core/lib/Drupal/Component/Diff/Diff.php:182:      trigger_error("Reversed closing doesn't match", E_USER_ERROR);
      core/lib/Drupal/Component/Diff/Diff.php:188:        trigger_error("Edit sequence is non-optimal", E_USER_ERROR);
      core/lib/Drupal/Component/Diff/Engine/DiffOp.php:23:    trigger_error('pure virtual', E_USER_ERROR);
      core/lib/Drupal/Component/Utility/ToStringTrait.php:22:      // E_USER_ERROR, we terminate execution. However, for test purposes allow
      core/lib/Drupal/Core/Database/Query/Condition.php:268:            trigger_error('Invalid characters in query operator: ' . $condition['operator'], E_USER_ERROR);
  • added 1 commit

    Compare with previous version

  • Andrey Postnikov resolved all threads

    resolved all threads

  • closed

Please register or sign in to reply
Loading