Completed
Push — master ( 8f5c6c...7d69a9 )
by Adam
8s
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/DateTime/TimeZone.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
     /**
16 16
      * Returns a new Time object from native timezone name
17 17
      *
18
-     * @param  string $name
19 18
      *
20 19
      * @return self
21 20
      */
Please login to merge, or discard this patch.