1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-06 00:27:27 +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 Rule34Bridge extends GelbooruBridge {
const MAINTAINER = 'mitsukarenai';
const NAME = 'Rule34';
const URI = 'https://rule34.xxx/';
const DESCRIPTION = 'Returns images from given page';
class Rule34Bridge extends GelbooruBridge
{
const MAINTAINER = 'mitsukarenai';
const NAME = 'Rule34';
const URI = 'https://rule34.xxx/';
const DESCRIPTION = 'Returns images from given page';
}