aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Authentication.php2
-rw-r--r--lib/BridgeAbstract.php1
-rw-r--r--lib/BridgeCard.php1
-rw-r--r--lib/BridgeInterface.php1
-rw-r--r--lib/BridgeList.php1
-rw-r--r--lib/CacheInterface.php1
-rw-r--r--lib/Configuration.php1
-rw-r--r--lib/FormatInterface.php1
8 files changed, 0 insertions, 9 deletions
diff --git a/lib/Authentication.php b/lib/Authentication.php
index 99deaacb..ac8ea96a 100644
--- a/lib/Authentication.php
+++ b/lib/Authentication.php
@@ -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;
}
-
}
diff --git a/lib/BridgeAbstract.php b/lib/BridgeAbstract.php
index a2b15802..13215a46 100644
--- a/lib/BridgeAbstract.php
+++ b/lib/BridgeAbstract.php
@@ -290,5 +290,4 @@ abstract class BridgeAbstract implements BridgeInterface {
return null;
}
}
-
}
diff --git a/lib/BridgeCard.php b/lib/BridgeCard.php
index 9cfa9ce6..a3493b75 100644
--- a/lib/BridgeCard.php
+++ b/lib/BridgeCard.php
@@ -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
*
diff --git a/lib/BridgeInterface.php b/lib/BridgeInterface.php
index 803bb3cd..d0069180 100644
--- a/lib/BridgeInterface.php
+++ b/lib/BridgeInterface.php
@@ -53,7 +53,6 @@
* The default cache timeout for the bridge.
*/
interface BridgeInterface {
-
/**
* Collects data from the site
*/
diff --git a/lib/BridgeList.php b/lib/BridgeList.php
index 5ff13cf4..d79d72f3 100644
--- a/lib/BridgeList.php
+++ b/lib/BridgeList.php
@@ -20,7 +20,6 @@
* @todo Return error if a caller creates an object of this class.
*/
final class BridgeList {
-
/**
* Get the document head
*
diff --git a/lib/CacheInterface.php b/lib/CacheInterface.php
index bd2d5613..a74fc0dd 100644
--- a/lib/CacheInterface.php
+++ b/lib/CacheInterface.php
@@ -19,7 +19,6 @@
* @todo Return self more often (to allow call chaining)
*/
interface CacheInterface {
-
/**
* Loads data from cache
*
diff --git a/lib/Configuration.php b/lib/Configuration.php
index 4bf1a4a1..3ea98514 100644
--- a/lib/Configuration.php
+++ b/lib/Configuration.php
@@ -242,5 +242,4 @@ final class Configuration {
return Configuration::$VERSION;
}
-
}
diff --git a/lib/FormatInterface.php b/lib/FormatInterface.php
index d59a4ef9..68b0bd59 100644
--- a/lib/FormatInterface.php
+++ b/lib/FormatInterface.php
@@ -19,7 +19,6 @@
* @todo Return self more often (to allow call chaining)
*/
interface FormatInterface {
-
/**
* Generate a string representation of the current data
*