Skip to content

Commit 7d44d15

Browse files
kesselbbackportbot[bot]
authored andcommitted
style: Apply coding standard 1.5.0
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 parent f04a0bd commit 7d44d15

14 files changed

Lines changed: 3 additions & 13 deletions

lib/DatabaseStatistics.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* SPDX-License-Identifier: AGPL-3.0-or-later
88
*/
99

10-
1110
namespace OCA\ServerInfo;
1211

1312
use OCP\DB\Exception;

lib/OperatingSystems/Dummy.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
66
* SPDX-License-Identifier: AGPL-3.0-only
77
*/
8+
89
namespace OCA\ServerInfo\OperatingSystems;
910

1011
use OCA\ServerInfo\Resources\CPU;

lib/OperatingSystems/FreeBSD.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
66
* SPDX-License-Identifier: AGPL-3.0-only
77
*/
8+
89
namespace OCA\ServerInfo\OperatingSystems;
910

1011
use OCA\ServerInfo\Resources\CPU;

lib/Os.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
66
* SPDX-License-Identifier: AGPL-3.0-only
77
*/
8+
89
namespace OCA\ServerInfo;
910

1011
use OCA\ServerInfo\OperatingSystems\Dummy;

lib/PhpStatistics.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* SPDX-License-Identifier: AGPL-3.0-or-later
88
*/
99

10-
1110
namespace OCA\ServerInfo;
1211

1312
use bantu\IniGetWrapper\IniGetWrapper;

lib/SessionStatistics.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* SPDX-License-Identifier: AGPL-3.0-or-later
88
*/
99

10-
1110
namespace OCA\ServerInfo;
1211

1312
use OCP\AppFramework\Utility\ITimeFactory;

lib/Settings/AdminSection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* SPDX-License-Identifier: AGPL-3.0-or-later
88
*/
99

10-
1110
namespace OCA\ServerInfo\Settings;
1211

1312
use OCP\IL10N;

lib/Settings/AdminSettings.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* SPDX-License-Identifier: AGPL-3.0-or-later
88
*/
99

10-
1110
namespace OCA\ServerInfo\Settings;
1211

1312
use OCA\ServerInfo\CronInfo;

lib/ShareStatistics.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* SPDX-License-Identifier: AGPL-3.0-or-later
88
*/
99

10-
1110
namespace OCA\ServerInfo;
1211

1312
use OCP\IDBConnection;

lib/StorageStatistics.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* SPDX-License-Identifier: AGPL-3.0-or-later
88
*/
99

10-
1110
namespace OCA\ServerInfo;
1211

1312
use OCP\Files\IRootFolder;

0 commit comments

Comments
 (0)