@@ -73,7 +73,7 @@ |
||
73 | 73 | * <li> string: Otherwise |
74 | 74 | * </ul> |
75 | 75 | * |
76 | - * @return string|int|null |
|
76 | + * @return null|string |
|
77 | 77 | */ |
78 | 78 | public function getComponent() |
79 | 79 | { |
@@ -120,7 +120,7 @@ discard block |
||
120 | 120 | * <li> string: Otherwise |
121 | 121 | * </ul> |
122 | 122 | * |
123 | - * @return string|int|null |
|
123 | + * @return null|string |
|
124 | 124 | */ |
125 | 125 | public function getComponent() |
126 | 126 | { |
@@ -208,7 +208,7 @@ discard block |
||
208 | 208 | * This method MUST retain the state of the current instance, and return |
209 | 209 | * an instance that contains the modified query |
210 | 210 | * |
211 | - * @param Query|string $query the data to be merged query can be |
|
211 | + * @param Query $query the data to be merged query can be |
|
212 | 212 | * - another Interfaces\Query object |
213 | 213 | * - a string or a Stringable object |
214 | 214 | * |