We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67a75b7 + 36efed3 commit fb55178Copy full SHA for fb55178
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+3.1.1
2
+=====
3
+
4
+* (improvement) Mark method as deprecated in PHPDoc as well.
5
6
7
3.1.0
8
=====
9
src/Api/ApiResponse.php
@@ -29,6 +29,8 @@ public function __construct (
29
30
/**
31
* @return $this
32
+ *
33
+ * @deprecated Calling ApiResponse::withStatusCode() is deprecated, pass the status code in the constructor instead.
34
*/
35
public function withStatusCode (int $statusCode) : self
36
{
0 commit comments