Completed
Push — language_match_api_logic ( a7e09e...cf6f59 )
by André
20:52 queued 10s
created
eZ/Publish/Core/Repository/Values/MultiLanguageDescriptionTrait.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -30,6 +30,7 @@
 block discarded – undo
30 30
 
31 31
     /**
32 32
      * {@inheritdoc}.
33
+     * @param string $languageCode
33 34
      */
34 35
     public function getDescription($languageCode = null)
35 36
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/Values/MultiLanguageNameTrait.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -30,6 +30,7 @@
 block discarded – undo
30 30
 
31 31
     /**
32 32
      * {@inheritdoc}.
33
+     * @param string $languageCode
33 34
      */
34 35
     public function getName($languageCode = null)
35 36
     {
Please login to merge, or discard this patch.