mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-06 08:37:30 +02:00
global: Fix code violations
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
* utilized for limiting access to authorized users only.
|
||||
*/
|
||||
class Authentication {
|
||||
|
||||
/**
|
||||
* Throw an exception when trying to create a new instance of this class.
|
||||
* Use {@see Authentication::showPromptIfNeeded()} instead!
|
||||
@@ -83,5 +82,4 @@ class Authentication {
|
||||
return false;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -290,5 +290,4 @@ abstract class BridgeAbstract implements BridgeInterface {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -20,7 +20,6 @@
|
||||
* @todo Return error if a caller creates an object of this class.
|
||||
*/
|
||||
final class BridgeCard {
|
||||
|
||||
/**
|
||||
* Build a HTML document string of buttons for each of the provided formats
|
||||
*
|
||||
|
@@ -53,7 +53,6 @@
|
||||
* The default cache timeout for the bridge.
|
||||
*/
|
||||
interface BridgeInterface {
|
||||
|
||||
/**
|
||||
* Collects data from the site
|
||||
*/
|
||||
|
@@ -20,7 +20,6 @@
|
||||
* @todo Return error if a caller creates an object of this class.
|
||||
*/
|
||||
final class BridgeList {
|
||||
|
||||
/**
|
||||
* Get the document head
|
||||
*
|
||||
|
@@ -19,7 +19,6 @@
|
||||
* @todo Return self more often (to allow call chaining)
|
||||
*/
|
||||
interface CacheInterface {
|
||||
|
||||
/**
|
||||
* Loads data from cache
|
||||
*
|
||||
|
@@ -242,5 +242,4 @@ final class Configuration {
|
||||
return Configuration::$VERSION;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -19,7 +19,6 @@
|
||||
* @todo Return self more often (to allow call chaining)
|
||||
*/
|
||||
interface FormatInterface {
|
||||
|
||||
/**
|
||||
* Generate a string representation of the current data
|
||||
*
|
||||
|
Reference in New Issue
Block a user