Completed
Push — _tmp_4da0c5f97da35d10af4cd6765... ( 4da0c5 )
by Kamil
441:03 queued 430:22
created
Templating/Helper/LocaleHelper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -52,6 +52,9 @@
 block discarded – undo
52 52
         return 'sylius_locale';
53 53
     }
54 54
 
55
+    /**
56
+     * @param string|null $localeCode
57
+     */
55 58
     private function getLocaleCode(?string $localeCode): ?string
56 59
     {
57 60
         if (null !== $localeCode) {
Please login to merge, or discard this patch.
Templating/Helper/LocaleHelperInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -20,6 +20,7 @@
 block discarded – undo
20 20
     /**
21 21
      * @param string $code The code to be converted to a name
22 22
      * @param string|null $localeCode The locale that the returned name should be in
23
+     * @return string
23 24
      */
24 25
     public function convertCodeToName(string $code, ?string $localeCode = null): ?string;
25 26
 }
Please login to merge, or discard this patch.