Completed
Push — _tmp_a1371dbb15d8a51319c95921b... ( a1371d )
by Kamil
175:43 queued 170:52
created
Model/LocaleInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -19,5 +19,8 @@
 block discarded – undo
19 19
 
20 20
 interface LocaleInterface extends ResourceInterface, CodeAwareInterface, TimestampableInterface
21 21
 {
22
+    /**
23
+     * @return string|null
24
+     */
22 25
     public function getName(?string $locale = null): ?string;
23 26
 }
Please login to merge, or discard this patch.