mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 05:25:15 +02:00
Fix code style
This commit is contained in:
parent
f7dbb06d59
commit
a6aa53cd25
4 changed files with 283 additions and 287 deletions
|
@ -2330,7 +2330,7 @@ class Item
|
|||
|
||||
public static function getLanguageMessage(array $item): string
|
||||
{
|
||||
$iso639 = new \Matriphe\ISO639\ISO639;
|
||||
$iso639 = new \Matriphe\ISO639\ISO639();
|
||||
|
||||
$used_languages = '';
|
||||
foreach (json_decode($item['language'], true) as $language => $reliability) {
|
||||
|
|
|
@ -9,9 +9,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace Friendica\Service\Addon;
|
||||
|
||||
use Friendica\Addon\AddonBootstrap;
|
||||
use Psr\Log\LoggerInterface;
|
||||
|
||||
/**
|
||||
* Manager for all addons.
|
||||
*/
|
||||
|
|
|
@ -14,7 +14,6 @@ use Friendica\Service\Addon\Addon;
|
|||
use Friendica\Service\Addon\AddonLoader;
|
||||
use Friendica\Service\Addon\AddonManager;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Psr\Log\LoggerInterface;
|
||||
|
||||
class AddonManagerTest extends TestCase
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue