-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from OPUS4/4.7.2
4.7.2
- Loading branch information
Showing
4 changed files
with
20 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,4 @@ build | |
|
||
# Other | ||
**/.DS_Store | ||
.phpunit.result.cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,6 @@ | ||
<?xml version="1.0"?> | ||
<ruleset name="OPUS 4 coding standard"> | ||
<rule ref="./vendor/laminas/laminas-coding-standard/src/LaminasCodingStandard/ruleset.xml" /> | ||
<rule ref="./vendor/opus4-repo/codesniffer/src/ruleset.xml" /> | ||
<file>src</file> | ||
<file>test</file> | ||
|
||
<!-- Loosening the Laminas coding style to allow our customary annotations. --> | ||
<rule ref="SlevomatCodingStandard.Commenting.ForbiddenAnnotations"> | ||
<properties> | ||
<property name="forbiddenAnnotations" type="array"> | ||
<element value="@api"/> | ||
<element value="@created"/> | ||
<element value="@subpackage"/> | ||
<element value="@version"/> | ||
<element value="@expectedException"/> | ||
<element value="@expectedExceptionCode"/> | ||
<element value="@expectedExceptionMessage"/> | ||
<element value="@expectedExceptionMessageRegExp"/> | ||
</property> | ||
</properties> | ||
</rule> | ||
|
||
<rule ref="SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue"> | ||
<type>warning</type> | ||
</rule> | ||
|
||
</ruleset> |