aboutsummaryrefslogtreecommitdiff
path: root/lib/BridgeCard.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/BridgeCard.php')
-rw-r--r--lib/BridgeCard.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/BridgeCard.php b/lib/BridgeCard.php
index 99c44fff..b2fda192 100644
--- a/lib/BridgeCard.php
+++ b/lib/BridgeCard.php
@@ -1,25 +1,5 @@
<?php
-/**
- * This file is part of RSS-Bridge, a PHP project capable of generating RSS and
- * Atom feeds for websites that don't have one.
- *
- * For the full license information, please view the UNLICENSE file distributed
- * with this source code.
- *
- * @package Core
- * @license http://unlicense.org/ UNLICENSE
- * @link https://github.com/rss-bridge/rss-bridge
- */
-
-/**
- * A generator class for a single bridge card on the home page of RSS-Bridge.
- *
- * This class generates the HTML content for a single bridge card for the home
- * page of RSS-Bridge.
- *
- * @todo Return error if a caller creates an object of this class.
- */
final class BridgeCard
{
/**