the following part of my code worked fine under PHP7.0:
if (Config::LOG_LEVEL == 'debug' | 'basic' | 'light') {}
I have now updated to PHP7.2 and the following error message appears:
A non-numeric value encountered
does anyone have any idea how i can fix this bug?