Completed
Push — master ( 1cb0dd...d7bbfe )
by Joao
02:20 queued 11s
created
config/config-test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 return [
4 4
     'property1' => 'string',
5 5
     'property2' => true,
6
-    'property3' => function () {
6
+    'property3' => function() {
7 7
         return 'calculated';
8 8
     },
9 9
     'property5' => 'test',
Please login to merge, or discard this patch.