Completed
Push — master ( d48994...9293d1 )
by Kamil
97:08 queued 81:40
created
src/Sylius/Bundle/LocaleBundle/Templating/Helper/LocaleHelper.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -52,6 +52,11 @@
 block discarded – undo
52 52
         return 'sylius_locale';
53 53
     }
54 54
 
55
+    /**
56
+     * @param string|null $localeCode
57
+     *
58
+     * @return string|null
59
+     */
55 60
     private function getLocaleCode(?string $localeCode): ?string
56 61
     {
57 62
         if (null !== $localeCode) {
Please login to merge, or discard this patch.