Completed
Pull Request — master (#70)
by Marco
02:09
created
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/Number/Real.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
     /**
14 14
      * Returns a Real object given a PHP native float as parameter.
15 15
      *
16
-     * @param  float  $value
17 16
      * @return static
18 17
      */
19 18
     public static function fromNative()
Please login to merge, or discard this patch.
src/Boolean/BoolLiteral.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
     /**
26 26
      * Returns a BoolLiteral object given a PHP native bool as parameter.
27 27
      *
28
-     * @param  bool $value
29 28
      *
30 29
      * @return static
31 30
      */
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
@@ -35,7 +35,6 @@
 block discarded – undo
35 35
     /**
36 36
      * Checks the validity of the Imei using the Luhn algorithm
37 37
      *
38
-     * @param int $value
39 38
      * @return int
40 39
      * @throws \ValueObjects\Exception\InvalidNativeArgumentException
41 40
      */
Please login to merge, or discard this patch.