aboutsummaryrefslogtreecommitdiff
path: root/lib/ApiAuthenticationMiddleware.php
diff options
context:
space:
mode:
authorGravatar Dag <me@dvikan.no> 2023-10-01 19:23:30 +0200
committerGravatar GitHub <noreply@github.com> 2023-10-01 19:23:30 +0200
commit41df17bc464832118a767ceff6c9217071699783 (patch)
tree43710b61bd28ce068d06ce057c5d301dee11d189 /lib/ApiAuthenticationMiddleware.php
parent0c92cf32d471cc0722727b7cd40779882f7b923a (diff)
downloadrss-bridge-41df17bc464832118a767ceff6c9217071699783.tar.gz
rss-bridge-41df17bc464832118a767ceff6c9217071699783.tar.zst
rss-bridge-41df17bc464832118a767ceff6c9217071699783.zip
refactor (#3712)
* test: refactor test suite * docs * refactor * yup * docs
Diffstat (limited to 'lib/ApiAuthenticationMiddleware.php')
-rw-r--r--lib/ApiAuthenticationMiddleware.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/ApiAuthenticationMiddleware.php b/lib/ApiAuthenticationMiddleware.php
index 6a59e760..62886314 100644
--- a/lib/ApiAuthenticationMiddleware.php
+++ b/lib/ApiAuthenticationMiddleware.php
@@ -1,17 +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
- */
-
final class ApiAuthenticationMiddleware
{
public function __invoke($request): void