We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586d005 commit 22f195bCopy full SHA for 22f195b
src/Http/Message/JsonpResponse.php
@@ -38,8 +38,8 @@ class JsonpResponse extends ResponseDecorator
38
/**
39
* @param mixed $data
40
* @param string $callback
41
- * @param integer $encodingOptions
42
- * @param integer $maxDepth
+ * @param int $encodingOptions
+ * @param int $maxDepth
43
*
44
* @return self
45
@@ -63,7 +63,7 @@ public static function create(
63
* @throws InvalidArgumentException
64
* @throws \JsonException
65
*/
66
- final public function __construct(
+ public function __construct(
67
$data,
68
string $callback,
69
int $encodingOptions = 0,
0 commit comments