Skip to content

Commit

Permalink
Merge pull request #1134 from nextcloud/dependabot/composer/nextcloud…
Browse files Browse the repository at this point in the history
…/coding-standard-1.3.1

Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.1 to 1.3.1
  • Loading branch information
Pytal authored Oct 8, 2024
2 parents 05e3443 + ae1bada commit 27c35c8
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 15 deletions.
71 changes: 59 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/Settings/PrivacySection.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ public function getName() {

/**
* @return int whether the form should be rather on the top or bottom of
* the settings navigation. The sections are arranged in ascending order of
* the priority values. It is required to return a value between 0 and 99.
* the settings navigation. The sections are arranged in ascending order of
* the priority values. It is required to return a value between 0 and 99.
*
* E.g.: 70
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
define('PHPUNIT_RUN', 1);
}

require_once __DIR__.'/../../../lib/base.php';
require_once __DIR__ . '/../../../lib/base.php';

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

0 comments on commit 27c35c8

Please sign in to comment.