Skip to content

Commit 53a329d

Browse files
authored
revert isJSON return declaration
1 parent 392517d commit 53a329d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/HTTP/Message.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public function getProtocolVersion(): string
140140
*
141141
* @deprecated Use header calls directly
142142
*/
143-
public function isJSON(): bool
143+
public function isJSON()
144144
{
145145
if (! $this->hasHeader('Content-Type'))
146146
{

0 commit comments

Comments
 (0)