Fix PHP 5.5 syntax error in DevtoolsSetup
authorTim Düsterhus <duesterhus@woltlab.com>
Sat, 25 Nov 2017 15:32:59 +0000 (16:32 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Sat, 25 Nov 2017 15:32:59 +0000 (16:32 +0100)
commite02307101610e764793abc42b85f42db7e95163c
tree6d03543c37ca4729f42fcc086c93ce6f227a7aa5
parentf3f37b346a41d84f3221c62f49df8476d697fb93
Fix PHP 5.5 syntax error in DevtoolsSetup

Remove the return value of `getUsers()`, it had no use whatsoever
in PHP 7, as the return value of a generator has to be explicitely
retrieved using `getReturn()`.
wcfsetup/install/files/lib/system/devtools/DevtoolsSetup.class.php