From d9015a8c94bfd71fe484618a06d276701d3bf9ff Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 5 Oct 2020 15:12:57 +0200 Subject: Format code to a single space around binary operators Signed-off-by: Christoph Wurst --- lib/public/Template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/public/Template.php') diff --git a/lib/public/Template.php b/lib/public/Template.php index 9ce269dad96..aebd824f37f 100644 --- a/lib/public/Template.php +++ b/lib/public/Template.php @@ -125,7 +125,7 @@ class Template extends \OC_Template { * @since 8.0.0 * @suppress PhanDeprecatedFunction */ - public static function html_select_options($options, $selected, $params=[]) { + public static function html_select_options($options, $selected, $params = []) { return \html_select_options($options, $selected, $params); } } -- cgit v1.2.3