Skip to content

Commit 27c35c8

Browse files
authored
Merge pull request #1134 from nextcloud/dependabot/composer/nextcloud/coding-standard-1.3.1
Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.1 to 1.3.1
2 parents 05e3443 + ae1bada commit 27c35c8

3 files changed

Lines changed: 62 additions & 15 deletions

File tree

composer.lock

Lines changed: 59 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Settings/PrivacySection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ public function getName() {
5757

5858
/**
5959
* @return int whether the form should be rather on the top or bottom of
60-
* the settings navigation. The sections are arranged in ascending order of
61-
* the priority values. It is required to return a value between 0 and 99.
60+
* the settings navigation. The sections are arranged in ascending order of
61+
* the priority values. It is required to return a value between 0 and 99.
6262
*
6363
* E.g.: 70
6464
*/

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
define('PHPUNIT_RUN', 1);
55
}
66

7-
require_once __DIR__.'/../../../lib/base.php';
7+
require_once __DIR__ . '/../../../lib/base.php';
88

99
// Fix for "Autoload path not allowed: .../tests/lib/testcase.php"
1010
\OC::$loader->addValidRoot(OC::$SERVERROOT . '/tests');

0 commit comments

Comments
 (0)