Completed
Pull Request — master (#70)
by
unknown
07:24
created
src/Geography/Street.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -26,9 +26,6 @@
 block discarded – undo
26 26
     /**
27 27
      * Returns a new Street from native PHP string name and number.
28 28
      *
29
-     * @param string $name
30
-     * @param string $number
31
-     * @param string $elements
32 29
      * @return Street
33 30
      * @throws \BadFunctionCallException
34 31
      */
Please login to merge, or discard this patch.
src/Person/Name.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -32,9 +32,6 @@
 block discarded – undo
32 32
     /**
33 33
      * Returns a Name objects form PHP native values
34 34
      *
35
-     * @param  string $first_name
36
-     * @param  string $middle_name
37
-     * @param  string $last_name
38 35
      * @return Name
39 36
      */
40 37
     public static function fromNative()
Please login to merge, or discard this patch.
src/Identity/Imei.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
     /**
15 15
      * Returns a new RelativeHumidity from native int value
16 16
      *
17
-     * @param int $value
18 17
      * @return RelativeHumidity
19 18
      */
20 19
     public static function fromNative()
Please login to merge, or discard this patch.