1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-11 19:14:09 +02:00

Reformat codebase v4 (#2872)

Reformat code base to PSR12

Co-authored-by: rssbridge <noreply@github.com>
This commit is contained in:
Dag
2022-07-01 15:10:30 +02:00
committed by GitHub
parent 66568e3a39
commit 4f75591060
398 changed files with 58607 additions and 56442 deletions

View File

@@ -1,10 +1,9 @@
<?php
class KonachanBridge extends MoebooruBridge {
const MAINTAINER = 'mitsukarenai';
const NAME = 'Konachan';
const URI = 'https://konachan.com/';
const DESCRIPTION = 'Returns images from given page';
class KonachanBridge extends MoebooruBridge
{
const MAINTAINER = 'mitsukarenai';
const NAME = 'Konachan';
const URI = 'https://konachan.com/';
const DESCRIPTION = 'Returns images from given page';
}