Skip to content

Job is failing on warning #42989

Answered by henzeb
LeGmask asked this question in Q&A
Jun 28, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Are you sure it's a warning, and not something else?

You can change the php error_reporting(E_ALL); to error_reporting(E_ALL &~ E_USER_WARNING); or something similar.

This will ignore any warnings.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@LeGmask
Comment options

Answer selected by LeGmask
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants