summaryrefslogtreecommitdiff
path: root/config/config.default.php
diff options
context:
space:
mode:
authorBot <bot@myigel.name>2017-01-02 03:57:23 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2017-01-02 03:57:23 +0100
commit7313e15ce8236e19331fb6639a3a5b97c8f06ecd (patch)
tree399e5eaa403d6dd5993ca8fb6f2162319d2ed2e1 /config/config.default.php
parentb839e401062b294292fdcbd7e30b79bc149fab6f (diff)
PSR-2 formatting
Diffstat (limited to 'config/config.default.php')
-rw-r--r--config/config.default.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/config/config.default.php b/config/config.default.php
index 0b268c12..a832c8aa 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -47,10 +47,10 @@ $shift_sum_formula = "SUM(
))*(`Shifts`.`end` - `Shifts`.`start`)*(1 - 3 * `ShiftEntry`.`freeloaded`)
)";
-// voucher calculation
+// voucher calculation
$voucher_settings = [
- "initial_vouchers" => 2,
- "shifts_per_voucher" => 1
+ "initial_vouchers" => 2,
+ "shifts_per_voucher" => 1
];
// weigh every shift the same
@@ -66,4 +66,3 @@ $config = [
'pw' => "",
'db' => "engelsystem"
];
-?>