Skip to content

Commit

Permalink
chore: PHP Code Sniffer: 3.7.1 -> 3.9.1
Browse files Browse the repository at this point in the history
Changes:
https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/3.9.1/CHANGELOG.md

This includes a move to the new supported fork, see
squizlabs/PHP_CodeSniffer#3932

Part of request #36864: Run Tuleap with PHP 8.3

Change-Id: I209d7a27139f1ea57b623f2309b27ec382964567
  • Loading branch information
LeSuisse committed Apr 16, 2024
1 parent 924969c commit 7c22e60
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 17 deletions.
Expand Up @@ -41,7 +41,7 @@ public static function build(): self

public function processTeamSynchronization(TeamSynchronizationEvent $event): void
{
$this->calls_count ++;
$this->calls_count++;
}

public function getCallsCount(): int
Expand Down
Expand Up @@ -71,7 +71,7 @@ protected function setUp(): void

protected function tearDown(): void
{
$this->current_id ++;
$this->current_id++;
}

public function testItReturnsAnEmptyListWhenThereIsNoArtifactLinkField(): void
Expand Down
54 changes: 39 additions & 15 deletions src/composer.lock

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

0 comments on commit 7c22e60

Please sign in to comment.