@@ -39,7 +39,7 @@ |
||
39 | 39 | /** |
40 | 40 | * Sets last edit date. |
41 | 41 | * |
42 | - * @param \DateTime|null $lastEditDate The last edit date |
|
42 | + * @param \DateTime $lastEditDate The last edit date |
|
43 | 43 | * |
44 | 44 | * @return $this self Object |
45 | 45 | */ |
@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | /** |
40 | 40 | * Sets migrated from. |
41 | 41 | * |
42 | - * @param \BenatEspina\StackExchangeApiClient\Model\Interfaces\MigrationInfoInterface|null $migratedFrom The |
|
42 | + * @param MigrationInfoInterface $migratedFrom The |
|
43 | 43 | * migration |
44 | 44 | * info |
45 | 45 | * |
@@ -65,7 +65,7 @@ discard block |
||
65 | 65 | /** |
66 | 66 | * Sets migrated to. |
67 | 67 | * |
68 | - * @param \BenatEspina\StackExchangeApiClient\Model\Interfaces\MigrationInfoInterface|null $migratedTo The |
|
68 | + * @param MigrationInfoInterface $migratedTo The |
|
69 | 69 | * migration |
70 | 70 | * info |
71 | 71 | * |
@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | * |
54 | 54 | * @param string $faviconUrl The favicon url |
55 | 55 | * |
56 | - * @return string |
|
56 | + * @return UrlTrait |
|
57 | 57 | */ |
58 | 58 | public function setFaviconUrl($faviconUrl) |
59 | 59 | { |
@@ -77,7 +77,7 @@ discard block |
||
77 | 77 | * |
78 | 78 | * @param string $highResIconUrl The high resolution icon url |
79 | 79 | * |
80 | - * @return string |
|
80 | + * @return UrlTrait |
|
81 | 81 | */ |
82 | 82 | public function setHighResolutionIconUrl($highResIconUrl) |
83 | 83 | { |
@@ -101,7 +101,7 @@ discard block |
||
101 | 101 | * |
102 | 102 | * @param string $iconUrl The icon url |
103 | 103 | * |
104 | - * @return string |
|
104 | + * @return UrlTrait |
|
105 | 105 | */ |
106 | 106 | public function setIconUrl($iconUrl) |
107 | 107 | { |
@@ -85,7 +85,7 @@ |
||
85 | 85 | /** |
86 | 86 | * Sets reply to user. |
87 | 87 | * |
88 | - * @param \BenatEspina\StackExchangeApiClient\Model\Interfaces\ShallowUserInterface|null $user The shallow user |
|
88 | + * @param ShallowUserInterface $user The shallow user |
|
89 | 89 | * |
90 | 90 | * @return $this self Object |
91 | 91 | */ |
@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | /** |
71 | 71 | * Sets bounty closes date. |
72 | 72 | * |
73 | - * @param \DateTime|null $bountyClosesDate The bounty closes date |
|
73 | + * @param \DateTime $bountyClosesDate The bounty closes date |
|
74 | 74 | * |
75 | 75 | * @return $this self Object |
76 | 76 | */ |
@@ -94,7 +94,7 @@ discard block |
||
94 | 94 | /** |
95 | 95 | * Sets bounty user. |
96 | 96 | * |
97 | - * @param \BenatEspina\StackExchangeApiClient\Model\Interfaces\ShallowUserInterface|null $bountyUser The bounty user |
|
97 | + * @param ShallowUserInterface $bountyUser The bounty user |
|
98 | 98 | * |
99 | 99 | * @return $this self Object |
100 | 100 | */ |
@@ -108,7 +108,7 @@ discard block |
||
108 | 108 | /** |
109 | 109 | * Sets closed date. |
110 | 110 | * |
111 | - * @param \DateTime|null $closedDate The closed date |
|
111 | + * @param \DateTime $closedDate The closed date |
|
112 | 112 | * |
113 | 113 | * @return $this self Object |
114 | 114 | */ |
@@ -132,7 +132,7 @@ discard block |
||
132 | 132 | /** |
133 | 133 | * Sets closed details. |
134 | 134 | * |
135 | - * @param \BenatEspina\StackExchangeApiClient\Model\Interfaces\ClosedDetailsInterface|null $closedDetails The closed |
|
135 | + * @param ClosedDetailsInterface $closedDetails The closed |
|
136 | 136 | * details |
137 | 137 | * |
138 | 138 | * @return $this self Object |
@@ -39,7 +39,7 @@ |
||
39 | 39 | /** |
40 | 40 | * Sets last edit date. |
41 | 41 | * |
42 | - * @param \DateTime|null $lastEditDate The last edit date |
|
42 | + * @param \DateTime $lastEditDate The last edit date |
|
43 | 43 | * |
44 | 44 | * @return $this self Object |
45 | 45 | */ |