diff --git a/actions/DisplayAction.php b/actions/DisplayAction.php index c71be5dd..0a3d6dcd 100644 --- a/actions/DisplayAction.php +++ b/actions/DisplayAction.php @@ -41,8 +41,7 @@ class DisplayAction implements ActionInterface $bridge = $bridgeFactory->create($bridgeClassName); $bridge->loadConfiguration(); - $noproxy = array_key_exists('_noproxy', $request) - && filter_var($request['_noproxy'], FILTER_VALIDATE_BOOLEAN); + $noproxy = array_key_exists('_noproxy', $request) && filter_var($request['_noproxy'], FILTER_VALIDATE_BOOLEAN); if (Configuration::getConfig('proxy', 'url') && Configuration::getConfig('proxy', 'by_bridge') && $noproxy) { define('NOPROXY', true); diff --git a/actions/SetBridgeCacheAction.php b/actions/SetBridgeCacheAction.php index 8bd4b545..ac56f7ea 100644 --- a/actions/SetBridgeCacheAction.php +++ b/actions/SetBridgeCacheAction.php @@ -21,7 +21,7 @@ class SetBridgeCacheAction implements ActionInterface $key = $request['key'] or returnClientError('You must specify key!'); - $bridgeFactory = new \BridgeFactory(); + $bridgeFactory = new BridgeFactory(); $bridgeClassName = null; if (isset($request['bridge'])) { diff --git a/docs/08_Format_API/03_FormatAbstract.md b/docs/08_Format_API/03_FormatAbstract.md deleted file mode 100644 index cb206b85..00000000 --- a/docs/08_Format_API/03_FormatAbstract.md +++ /dev/null @@ -1,13 +0,0 @@ -The `FormatAbstract` class implements the [`FormatInterface`](../08_Format_API/02_FormatInterface.md) interface with basic functional behavior and adds common helper functions for new formats: - -* [sanitizeHtml](#the-sanitizehtml-function) - -# Functions - -## The `sanitizeHtml` function - -The `sanitizeHtml` function receives an HTML formatted string and returns the string with disabled `