Passed
Push — master ( 3e64fc...876719 )
by Adam
04:04
created
src/IPub/JsonAPIClient/Clients/GuzzleClient.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -272,7 +272,7 @@  discard block
 block discarded – undo
272 272
 	 * @param PsrRequest $request
273 273
 	 * @param PsrResponse|NULL $response
274 274
 	 *
275
-	 * @return Objects\IDocument|NULL
275
+	 * @return null|Objects\Document
276 276
 	 *
277 277
 	 * @throws Utils\JsonException
278 278
 	 */
@@ -289,7 +289,7 @@  discard block
 block discarded – undo
289 289
 	 * @param PsrRequest $request
290 290
 	 * @param PsrResponse|NULL $response
291 291
 	 *
292
-	 * @return Objects\IMutableError|NULL
292
+	 * @return null|Objects\Error
293 293
 	 *
294 294
 	 * @throws Utils\JsonException
295 295
 	 */
Please login to merge, or discard this patch.
src/IPub/JsonAPIClient/Objects/Error.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -134,8 +134,8 @@
 block discarded – undo
134 134
 	/**
135 135
 	 * @param int|string|NULL $id
136 136
 	 * @param array|NULL $links
137
-	 * @param int|string|NULL $status
138
-	 * @param int|string|NULL $code
137
+	 * @param string|null $status
138
+	 * @param string|null $code
139 139
 	 * @param string|NULL $title
140 140
 	 * @param string|NULL $detail
141 141
 	 * @param array|NULL $source
Please login to merge, or discard this patch.