Skip to content

Commit 98beb98

Browse files
authored
Merge pull request #1006 from nextcloud/backport/1004/stable34
[stable34] ci(deps-dev): bump nextcloud/coding-standard from 1.4.0 to 1.5.0 in /vendor-bin/cs-fixer
2 parents 55231d9 + 7d44d15 commit 98beb98

16 files changed

Lines changed: 26 additions & 36 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)