Passed
Push — main ( 0069ca...9c2636 )
by Eric
19:05 queued 16:59
created
src/ConsistentHash.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
      * @param null|HasherInterface $hasher
78 78
      * @param null|int             $replicas Amount of positions to hash each target to.
79 79
      */
80
-    public function __construct(null|HasherInterface $hasher = null, null|int $replicas = null)
80
+    public function __construct(null | HasherInterface $hasher = null, null | int $replicas = null)
81 81
     {
82 82
         $this->hasher = $hasher ?? new Crc32Hasher();
83 83
 
Please login to merge, or discard this patch.