maintenance: Use the ?? feature together with explode()
authorThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Tue, 26 Mar 2019 10:45:42 +0000 (11:45 +0100)
committerThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Tue, 26 Mar 2019 10:45:42 +0000 (11:45 +0100)
commite5831cfd5a0358b5b8c95dd5a17ca935da82bd6b
treecccee880efd6b7ffe1a76d635a34ae9e994f298d
parent28b8d632ad487182c1f65c32dad9e921f80ccd02
maintenance: Use the ?? feature together with explode()

This gets rid of a few if(), count() and such that make the code appear
quite complicated, even if it isn't.

Change-Id: Iade6589eba2a9496b28042bfc777b92258b3332a
maintenance/Maintenance.php