Skip to content

Commit

Permalink
Merge pull request #662 from nextcloud/renovate/nextcloud-coding-stan…
Browse files Browse the repository at this point in the history
…dard-1.x

fix(deps): bump nextcloud/coding-standard from 1.2.3 to ^1.3.1
  • Loading branch information
st3iny authored Sep 30, 2024
2 parents 1ce8df1 + 1985777 commit d6ae594
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 18 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@

# Update to coding-standard 1.2.3
58601e8ebae5dd35ba2f97c343e8b4b03a810a57

# Update to coding-standard 1.3.1
0a21189522498b47aa657834e259d2a6fbccb0a5
2 changes: 1 addition & 1 deletion lib/Command/CleanUp.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class CleanUp extends Command {
public function __construct(
IDBConnection $db,
IUserManager $userManager,
PublicKeyCredentialEntityMapper $webauthnMapper
PublicKeyCredentialEntityMapper $webauthnMapper,
) {
parent::__construct();

Expand Down
2 changes: 1 addition & 1 deletion lib/Service/WebAuthnManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function __construct(
WebauthnPublicKeyCredentialSourceRepository $repository,
PublicKeyCredentialEntityMapper $mapper,
IEventDispatcher $eventDispatcher,
LoggerInterface $logger
LoggerInterface $logger,
) {
$this->session = $session;
$this->repository = $repository;
Expand Down
4 changes: 2 additions & 2 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

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

OC::$loader->addValidRoot(OC::$SERVERROOT . '/tests');
OC_App::loadApp('twofactor_webauthn');
2 changes: 1 addition & 1 deletion vendor-bin/cs-fixer/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"nextcloud/coding-standard": "^1.2.3"
"nextcloud/coding-standard": "^1.3.1"
},
"config": {
"optimize-autoloader": true,
Expand Down
73 changes: 60 additions & 13 deletions vendor-bin/cs-fixer/composer.lock

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

0 comments on commit d6ae594

Please sign in to comment.