1
0
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:
logmanoriginal
2018-12-26 21:58:07 +01:00
parent ce65f51d91
commit e7d3a006c8
52 changed files with 5 additions and 62 deletions

View File

@@ -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;
}
}

View File

@@ -290,5 +290,4 @@ abstract class BridgeAbstract implements BridgeInterface {
return null;
}
}
}

View File

@@ -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
*

View File

@@ -53,7 +53,6 @@
* The default cache timeout for the bridge.
*/
interface BridgeInterface {
/**
* Collects data from the site
*/

View File

@@ -20,7 +20,6 @@
* @todo Return error if a caller creates an object of this class.
*/
final class BridgeList {
/**
* Get the document head
*

View File

@@ -19,7 +19,6 @@
* @todo Return self more often (to allow call chaining)
*/
interface CacheInterface {
/**
* Loads data from cache
*

View File

@@ -242,5 +242,4 @@ final class Configuration {
return Configuration::$VERSION;
}
}

View File

@@ -19,7 +19,6 @@
* @todo Return self more often (to allow call chaining)
*/
interface FormatInterface {
/**
* Generate a string representation of the current data
*