Changes:
- added more type-hints - cleaned up some files (curly braces, spaces)
This commit is contained in:
parent
a1e17968d1
commit
04df7f6e05
74 changed files with 603 additions and 529 deletions
|
@ -14,7 +14,7 @@ use Friendica\DI;
|
|||
|
||||
require_once __DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';
|
||||
|
||||
function s3_storage_install($a)
|
||||
function s3_storage_install(App $a)
|
||||
{
|
||||
Hook::register('storage_instance' , __FILE__, 's3_storage_instance');
|
||||
Hook::register('storage_config' , __FILE__, 's3_storage_config');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue