Stop using each()
The each() function has been deprecated as of PHP 7.2.0. Use foreach
loops instead.
Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
Please register or sign in to comment
The each() function has been deprecated as of PHP 7.2.0. Use foreach
loops instead.
Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>