Completed
Push — master ( bdb11d...ff44eb )
by Neomerx
05:03
created
src/Messages/BundleStorage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
     /**
72 72
      * @inheritdoc
73 73
      */
74
-    public function get(string $locale, string $namespace, string $key): ?array
74
+    public function get(string $locale, string $namespace, string $key): ? array
75 75
     {
76 76
         $locale = $this->lookupLocale($this->getLocales(), $locale, $this->getDefaultLocale());
77 77
 
Please login to merge, or discard this patch.
src/Contracts/Messages/BundleStorageInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
      *
49 49
      * @return array|null
50 50
      */
51
-    public function get(string $locale, string $namespace, string $key): ?array;
51
+    public function get(string $locale, string $namespace, string $key): ? array;
52 52
 
53 53
     /**
54 54
      * @param string $locale
Please login to merge, or discard this patch.