Passed
Push — master ( 12c66d...982dd1 )
by Derek Stephen
09:58
created
src/PasetoPackage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
         $sharedKey = $config['sharedKey'];
23 23
         $c[SymmetricKey::class] = new SymmetricKey($sharedKey);
24 24
 
25
-        $c[PasetoService::class] = $c->factory(function (Container $c) {
25
+        $c[PasetoService::class] = $c->factory(function(Container $c) {
26 26
             $key = $c->get(SymmetricKey::class);
27 27
 
28 28
             return new PasetoService($key);
Please login to merge, or discard this patch.