From d5d2acc7d80920eef5f0ed779a3738a12d5db348 Mon Sep 17 00:00:00 2001 From: msquare Date: Sat, 1 Oct 2016 10:48:19 +0200 Subject: improve code style --- config/config.default.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/config.default.php b/config/config.default.php index a8f4f454..0297c679 100644 --- a/config/config.default.php +++ b/config/config.default.php @@ -48,10 +48,10 @@ $shift_sum_formula = "SUM( )"; // voucher calculation -$voucher_settings = array( +$voucher_settings = [ "initial_vouchers" => 2, "shifts_per_voucher" => 1 -); +]; // weigh every shift the same // $shift_sum_formula = "SUM(`end` - `start`)"; @@ -60,10 +60,10 @@ $voucher_settings = array( $api_key = ""; // MySQL-Connection Settings -$config = array( +$config = [ 'host' => "localhost", 'user' => "root", 'pw' => "", 'db' => "engelsystem" -); +]; ?> -- cgit v1.2.3-54-g00ecf