Completed
Push — master ( f03626...7cb165 )
by Carsten
02:44 queued 12s
created
src/Address.php 1 patch
Doc Comments   +4 added lines, -6 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@  discard block
 block discarded – undo
14 14
 
15 15
 
16 16
     /**
17
-     * @param string $type|null
18 17
      * @return self Fluent interface
19 18
      */
20 19
     public function setType(?string $type)  : self
@@ -25,7 +24,7 @@  discard block
 block discarded – undo
25 24
     
26 25
 
27 26
     /**
28
-     * @param string $street1|null
27
+     * @param string $street1
29 28
      * @return self Fluent interface
30 29
      */
31 30
     public function setStreet1(?string $street1)  : self
@@ -36,7 +35,7 @@  discard block
 block discarded – undo
36 35
     
37 36
 
38 37
     /**
39
-     * @param string $street2|null
38
+     * @param string $street2
40 39
      * @return self Fluent interface
41 40
      */
42 41
     public function setStreet2(?string $street2)  : self
@@ -47,7 +46,6 @@  discard block
 block discarded – undo
47 46
     
48 47
 
49 48
     /**
50
-     * @param string $zip|null
51 49
      * @return self Fluent interface
52 50
      */
53 51
     public function setZip(?string $zip)      : self
@@ -58,7 +56,7 @@  discard block
 block discarded – undo
58 56
     
59 57
 
60 58
     /**
61
-     * @param string $location|null
59
+     * @param string $location
62 60
      * @return self Fluent interface
63 61
      */
64 62
     public function setLocation(?string $location) : self
@@ -69,7 +67,7 @@  discard block
 block discarded – undo
69 67
     
70 68
 
71 69
     /**
72
-     * @param string $country|null
70
+     * @param string $country
73 71
      * @return self Fluent interface
74 72
      */
75 73
     public function setCountry(?string $country)  : self
Please login to merge, or discard this patch.