Skip to content

Commit

Permalink
[TASK] Update to typo3/coding-standards v0.8.0
Browse files Browse the repository at this point in the history
Updates to typo3/coding-standards 0.8.0 and adapts the
source code accordingly.
  • Loading branch information
dkd-friedrich committed Oct 7, 2024
1 parent 5a6aad1 commit 4db9ed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Integration/Service/Tika/ServerServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function startServerStoresPidInRegistry(): void
->expects(self::atLeastOnce())
->method('set')
->with('tx_tika', 'server.pid', 1000)
->willReturnCallback(function($namespace, $key, $value) {
->willReturnCallback(function ($namespace, $key, $value) {
self::assertIsInt($value);
self::assertEquals(1000, $value);
});
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^10.1",
"typo3/cms-lowlevel": "*",
"typo3/coding-standards": "dev-main#27798dd4b8a15d2178260dbd6aad83fb0d6a017e",
"typo3/coding-standards": "v0.8.0",
"typo3/testing-framework": "^8.0"
},
"suggest": {
Expand Down

0 comments on commit 4db9ed9

Please sign in to comment.