Passed
Pull Request — master (#561)
by
unknown
02:54
created
src/UtfString.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
      *
62 62
      * @param int $offset the offset to be returned
63 63
      */
64
-    public function offsetGet(mixed $offset): string|null
64
+    public function offsetGet(mixed $offset): string | null
65 65
     {
66 66
         return $this->characters[$offset] ?? null;
67 67
     }
Please login to merge, or discard this patch.