Namespaces are one honking great idea—let's do more of those!
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Shimmie2;
|
||||
|
||||
class TranscodeConfig
|
||||
{
|
||||
public const VERSION = "ext_transcode_version";
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Shimmie2;
|
||||
|
||||
class TranscodeImageInfo extends ExtensionInfo
|
||||
{
|
||||
public const KEY = "transcode";
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Shimmie2;
|
||||
|
||||
require_once "config.php";
|
||||
/*
|
||||
* This is used by the image transcoding code when there is an error while transcoding
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Shimmie2;
|
||||
|
||||
class TranscodeImageTheme extends Themelet
|
||||
{
|
||||
/*
|
||||
|
Reference in New Issue
Block a user