Skip to content

Commit 22f195b

Browse files
committed
Removed final from JsonpResponse constructor + fixed docblock typo
1 parent 586d005 commit 22f195b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Http/Message/JsonpResponse.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ class JsonpResponse extends ResponseDecorator
3838
/**
3939
* @param mixed $data
4040
* @param string $callback
41-
* @param integer $encodingOptions
42-
* @param integer $maxDepth
41+
* @param int $encodingOptions
42+
* @param int $maxDepth
4343
*
4444
* @return self
4545
*
@@ -63,7 +63,7 @@ public static function create(
6363
* @throws InvalidArgumentException
6464
* @throws \JsonException
6565
*/
66-
final public function __construct(
66+
public function __construct(
6767
$data,
6868
string $callback,
6969
int $encodingOptions = 0,

0 commit comments

Comments
 (0)