mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-13 20:14:10 +02:00
Reformat codebase v4 (#2872)
Reformat code base to PSR12 Co-authored-by: rssbridge <noreply@github.com>
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
<?php
|
||||
|
||||
class MspabooruBridge extends GelbooruBridge {
|
||||
class MspabooruBridge extends GelbooruBridge
|
||||
{
|
||||
const MAINTAINER = 'mitsukarenai';
|
||||
const NAME = 'Mspabooru';
|
||||
const URI = 'https://mspabooru.com/';
|
||||
const DESCRIPTION = 'Returns images from given page';
|
||||
|
||||
const MAINTAINER = 'mitsukarenai';
|
||||
const NAME = 'Mspabooru';
|
||||
const URI = 'https://mspabooru.com/';
|
||||
const DESCRIPTION = 'Returns images from given page';
|
||||
|
||||
protected function buildThumbnailURI($element){
|
||||
return $this->getURI() . 'thumbnails/' . $element->directory
|
||||
. '/thumbnail_' . $element->image;
|
||||
}
|
||||
protected function buildThumbnailURI($element)
|
||||
{
|
||||
return $this->getURI() . 'thumbnails/' . $element->directory
|
||||
. '/thumbnail_' . $element->image;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user