Skip to content

Commit

Permalink
Merge pull request #9 from boesing/bugfix/laminas-coding-standard-wit…
Browse files Browse the repository at this point in the history
…hout-exclusions
  • Loading branch information
boesing committed Oct 31, 2020
2 parents 48e0edf + d933462 commit 2b08db5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
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

0 comments on commit 2b08db5

Please sign in to comment.