formatting pass
This commit is contained in:
parent
2bb5f349f9
commit
bccb206369
@ -259,7 +259,6 @@ class BasePage
|
||||
|
||||
public function flush_output(): void
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -426,7 +426,6 @@ function remove_empty_dirs(string $dir): bool
|
||||
|
||||
function get_files_recursively(string $dir): array
|
||||
{
|
||||
|
||||
assert(!empty($dir));
|
||||
|
||||
if (!is_dir($dir)) {
|
||||
|
@ -8,5 +8,5 @@ class TrashInfo extends ExtensionInfo
|
||||
public $name = "Trash";
|
||||
public $authors = ["Matthew Barbour"=>"matthew@darkholme.net"];
|
||||
public $license = self::LICENSE_WTFPL;
|
||||
public $description = "Provides \"Trash\" or \"Recycle Bin\"-type functionality, storing delete images for later recovery";
|
||||
public $description = "Provides \"Trash\" or \"Recycle Bin\"-type functionality, storing deleted images for later recovery";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user