Completed
Push — master ( bf0d84...9bdeac )
by Sam
04:44
created
src-dev/SamBurns/Pimple3ContainerInterop/Dev/ExampleServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     public function register(PimpleContainer $container)
13 13
     {
14 14
         $container['example-service'] =
15
-            function () {
15
+            function() {
16 16
                 return new \stdClass();
17 17
             };
18 18
     }
Please login to merge, or discard this patch.