PHP deprecations are logged #591
-
Hi guys! I'm going crazy over a deprecation error that is logged thousands of times and I can't seem to suppress it. Causes this error to be logged in Sentry:
Any idea why this is happening and how I can suppress it? 😄 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@eekes, what have you tried so far? Also, are you looking to silence only this one or all deprecations? |
Beta Was this translation helpful? Give feedback.
-
As the error describes, the This error seems to be an issue with the |
Beta Was this translation helpful? Give feedback.
As the error describes, the
usort
callback is returning booleans rather than integers which the function expects. Have a read through the function's documentation on php.net: https://www.php.net/manual/en/function.usort.phpThis error seems to be an issue with the
sulu/sulu
repository; unrelated to Sentry or Symfony I think.