mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +00:00
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
|
@ -2,10 +2,10 @@
|
|||
use Friendica\Core\Logger;
|
||||
use Friendica\DI;
|
||||
|
||||
function pumpio_sync_run($argv, $argc) {
|
||||
function pumpio_sync_run(array $argv, int $argc) {
|
||||
$a = Friendica\DI::app();
|
||||
|
||||
require_once("addon/pumpio/pumpio.php");
|
||||
require_once 'addon/pumpio/pumpio.php';
|
||||
|
||||
if (function_exists('sys_getloadavg')) {
|
||||
$load = sys_getloadavg();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue