Skip to content

Commit c428d9f

Browse files
authored
Merge pull request #58 from laminas/renovate/major-laminas
Update dependency laminas/laminas-coding-standard to v3
2 parents 4117b98 + 8ad7ffe commit c428d9f

File tree

3 files changed

+66
-59
lines changed

3 files changed

+66
-59
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"psr/http-server-handler": "^1.0"
4040
},
4141
"require-dev": {
42-
"laminas/laminas-coding-standard": "~2.5.0",
42+
"laminas/laminas-coding-standard": "~3.0.0",
4343
"laminas/laminas-diactoros": "^3.4.0",
4444
"phpunit/phpunit": "^10.5.36",
4545
"psalm/plugin-phpunit": "^0.19.0",

composer.lock

Lines changed: 64 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/TestAsset/MockStreamHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class MockStreamHelper
1818
{
1919
/** @var string|callable(int,?int=null):string */
20-
private $contents;
20+
private $contents; // phpcs:ignore
2121

2222
/** @var null|callable */
2323
private $trackPeakBufferLength;

0 commit comments

Comments
 (0)