Skip to content

Commit

Permalink
Merge pull request #647 from nextcloud/dependabot/composer/nextcloud/…
Browse files Browse the repository at this point in the history
…coding-standard-1.2.3
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
2 parents 74fb93c + 7ff8af6 commit 835790e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions composer.lock

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

6 changes: 3 additions & 3 deletions tests/lib/PasswordPolicyConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@

class PasswordPolicyConfigTest extends TestCase {

/** @var IConfig|\PHPUnit_Framework_MockObject_MockObject */
/** @var IConfig|\PHPUnit_Framework_MockObject_MockObject */
private $config;

/** @var PasswordPolicyConfig */
/** @var PasswordPolicyConfig */
private $instance;

protected function setUp(): void {
Expand All @@ -26,7 +26,7 @@ protected function setUp(): void {
}

public function testGetMinLength() {
$appConfigValue = "42";
$appConfigValue = '42';
$expected = 42;

$this->config->expects($this->once())->method('getAppValue')
Expand Down

0 comments on commit 835790e

Please sign in to comment.