services: Add linebreak between regular and spread parameter
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 14 Jun 2018 23:22:52 +0000 (00:22 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 14 Jun 2018 23:22:52 +0000 (00:22 +0100)
commit935ccd6335bf9e090ef6a73ca2f425c8809c5b9d
tree938a38989d4fc92b1adb1bb84d45801b89af38a3
parent83bb4e3c18d5e259672f9f49703e809be935828d
services: Add linebreak between regular and spread parameter

Follows-up 1e680456b4, which removed some array_merge/call_user_func
abstraction, but improved readability a lot, but the absence of a
line break makes it slightly less obvious how and what parameters
are being passed. It's usually either comma-separated segments on
the same line that as the open parenthesis, or one expression per
line.

Change-Id: Ic388cf41ed3ed60d9b47c04392242e40cdcb69b0
includes/services/ServiceContainer.php