Completed
Push — upstream-8.6.0 ( 7fd1b5 )
by Joshua
14:50
created
src/PhoneMetadata.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -148,6 +148,9 @@  discard block
 block discarded – undo
148 148
         return count($this->intlNumberFormat);
149 149
     }
150 150
 
151
+    /**
152
+     * @param integer $index
153
+     */
151 154
     public function getIntlNumberFormat($index)
152 155
     {
153 156
         return $this->intlNumberFormat[$index];
@@ -739,6 +742,9 @@  discard block
 block discarded – undo
739 742
         return $this->sameMobileAndFixedLinePattern;
740 743
     }
741 744
 
745
+    /**
746
+     * @param boolean $value
747
+     */
742 748
     public function setSameMobileAndFixedLinePattern($value)
743 749
     {
744 750
         $this->sameMobileAndFixedLinePattern = $value;
Please login to merge, or discard this patch.