Skip to content

Commit ba26b6f

Browse files
authored
Merge branch 'master' into fixer
2 parents fd2deae + 94920b6 commit ba26b6f

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

‎.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/dev-tools/ export-ignore
22
/tests/ export-ignore
33
/.* export-ignore
4-
/phpmd.xml export-ignore
54
/phpunit.xml.dist export-ignore

‎.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: composer validate --strict
2020
- run: composer normalize --working-dir=dev-tools ../composer.json --dry-run
2121
- run: dev-tools/vendor/bin/composer-require-checker check composer.json --config-file=.composer-require-checker.json
22-
- run: dev-tools/vendor/bin/phpmd src,tests text phpmd.xml
22+
- run: dev-tools/vendor/bin/phpmd src,tests text dev-tools/phpmd.xml
2323
- run: dev-tools/vendor/bin/php-cs-fixer fix --diff --dry-run -v
2424

2525
test:

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# PHP-CS-Fixer/phpunit-constraint-isidenticalstring
2+
3+
This constraint is for [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) usage only.
File renamed without changes.

‎phpunit.xml.dist

-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@
2626
<directory>./src</directory>
2727
</include>
2828
</coverage>
29-
3029
</phpunit>

0 commit comments

Comments
 (0)