mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 23:16:53 +00:00
[BridgeAbstract] Fix typos
This commit is contained in:
parent
3438b96197
commit
ac3a2b8e6e
@ -377,12 +377,12 @@ abstract class BridgeAbstract implements BridgeInterface {
|
|||||||
//TODO
|
//TODO
|
||||||
case stristr($header, 'brotli'):
|
case stristr($header, 'brotli'):
|
||||||
//TODO
|
//TODO
|
||||||
returnServerError($header . '=> Not implemented yet');
|
$this->returnServerError($header . '=> Not implemented yet');
|
||||||
break;
|
break;
|
||||||
case stristr($header, 'identity'):
|
case stristr($header, 'identity'):
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
returnServerError($header . '=> Unknown compression');
|
$this->returnServerError($header . '=> Unknown compression');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user