Switch E_USER_ERROR to E_USER_WARNING 10.5 #3465827
All threads resolved!
All threads resolved!
Closes #3465827
Merge request reports
Activity
- 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);
Please register or sign in to reply