Completed
Push — master ( 09f9e2...15868f )
by Byron
05:23 queued 02:57
created
src/Methods/GetLanguageNames.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -25,6 +25,9 @@
 block discarded – undo
25 25
     protected $languageCodes;
26 26
 
27 27
 
28
+    /**
29
+     * @param string $locale
30
+     */
28 31
     public function __construct($locale, $languageCodes)
29 32
     {
30 33
         $this->locale = new Language($locale);
Please login to merge, or discard this patch.