Passed
Branch master (4e947a)
by Admin
08:02
created
src/Address.php 1 patch
Doc Comments   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@  discard block
 block discarded – undo
14 14
 
15 15
 
16 16
     /**
17
-     * @param string $street1|null
17
+     * @param string $street1
18 18
      * @return self Fluent interface
19 19
      */
20 20
     public function setStreet1(?string $street1)  : self
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
     
26 26
 
27 27
     /**
28
-     * @param string $street2|null
28
+     * @param string $street2
29 29
      * @return self Fluent interface
30 30
      */
31 31
     public function setStreet2(?string $street2)  : self
@@ -36,7 +36,6 @@  discard block
 block discarded – undo
36 36
     
37 37
 
38 38
     /**
39
-     * @param string $zip|null
40 39
      * @return self Fluent interface
41 40
      */
42 41
     public function setZip(?string $zip)      : self
@@ -47,7 +46,7 @@  discard block
 block discarded – undo
47 46
     
48 47
 
49 48
     /**
50
-     * @param string $location|null
49
+     * @param string $location
51 50
      * @return self Fluent interface
52 51
      */
53 52
     public function setLocation(?string $location) : self
@@ -58,7 +57,7 @@  discard block
 block discarded – undo
58 57
     
59 58
 
60 59
     /**
61
-     * @param string $country|null
60
+     * @param string $country
62 61
      * @return self Fluent interface
63 62
      */
64 63
     public function setCountry(?string $country)  : self
Please login to merge, or discard this patch.