Passed
Pull Request — master (#33)
by Daniel
07:05
created
packages/uuid-ramsey/src/Jellyfish/UuidRamsey/UuidRamseyServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      */
27 27
     protected function registerUuidGenerator(Container $container): UuidRamseyServiceProvider
28 28
     {
29
-        $container->offsetSet(UuidConstants::CONTAINER_KEY_UUID_GENERATOR, static function () {
29
+        $container->offsetSet(UuidConstants::CONTAINER_KEY_UUID_GENERATOR, static function() {
30 30
             return new UuidGenerator(new UuidFactory());
31 31
         });
32 32
 
Please login to merge, or discard this patch.