Passed
Push — main ( 01ebf8...a9a855 )
by Kristoffer
01:31
created
config/di/api-service.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
         "api-service" => [
8 8
             "shared" => true,
9 9
             "active" => false,
10
-            "callback" => function () {
10
+            "callback" => function() {
11 11
                 $service = new \Anax\Service\APIService();
12 12
                 $service->setDi($this);
13 13
 
Please login to merge, or discard this patch.