Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to latest laminas/laminas-coding-standard version #9

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -37,7 +37,7 @@
"webmozart/assert": "^1.9"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.1",
"laminas/laminas-coding-standard": "^2.1.1",
"phpspec/prophecy-phpunit": "^2.0",
"phpspec/prophecy": "^1.12",
"phpunit/phpunit": "^9.3",
Expand Down
6 changes: 1 addition & 5 deletions phpcs.xml
Expand Up @@ -17,9 +17,5 @@
<file>test</file>

<!-- Include all rules from Laminas Coding Standard -->
<rule ref="LaminasCodingStandard">
<exclude name="WebimpressCodingStandard.Namespaces.UnusedUseStatement" />
<exclude name="WebimpressCodingStandard.Commenting.TagWithType.InvalidTypeFormat" />
<exclude name="WebimpressCodingStandard.Commenting.TagWithType.InvalidParamName" />
</rule>
<rule ref="LaminasCodingStandard"/>
</ruleset>
1 change: 1 addition & 0 deletions test/UserRepository/PdoDatabaseFactoryTest.php
Expand Up @@ -132,6 +132,7 @@ public function getPdoInvalidConfig(): array
}

/**
* @param array<string,mixed> $pdoConfig
* @dataProvider getPdoInvalidConfig
*/
public function testInvokeWithInvalidConfig(array $pdoConfig): void
Expand Down