mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
PHP CS-Fixer
This commit is contained in:
@@ -4,8 +4,10 @@ namespace Combodo\iTop\Service\Dashboard;
|
||||
|
||||
use ReflectionClass;
|
||||
|
||||
class DashletService {
|
||||
public static function GetAvailableDashlets(): array {
|
||||
class DashletService
|
||||
{
|
||||
public static function GetAvailableDashlets(): array
|
||||
{
|
||||
$aDashlets = [];
|
||||
|
||||
foreach (get_declared_classes() as $sDashletClass) {
|
||||
|
||||
Reference in New Issue
Block a user