Completed
Push — master ( c7a3ba...81aaf1 )
by Marcin
03:18
created
src/mrcnpdlk/Validator/Types/Phone.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
     /**
45 45
      * Phone constructor.
46 46
      *
47
-     * @param $checkedValue
47
+     * @param string $checkedValue
48 48
      */
49 49
     public function __construct($checkedValue)
50 50
     {
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
     }
180 180
 
181 181
     /**
182
-     * @return mixed|string
182
+     * @return string
183 183
      */
184 184
     public function getNationalFormat()
185 185
     {
Please login to merge, or discard this patch.