Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.github export-ignore
.scrutinizer.yml export-ignore
codecov.yml export-ignore
phpcs.xml.dist export-ignore
phpcs.xml export-ignore
phpstan-baseline.neon export-ignore
phpstan.neon.dist export-ignore
psalm.xml export-ignore
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ composer.lock
.php_cs.cache
phpunit.xml
coverage.xml
phpcs.xml
/.phpunit.result.cache
phpstan.neon
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"ext-dbase": "For dbf files parsing"
},
"require-dev": {
"phpmyadmin/coding-standard": "^4.0",
"phpmyadmin/coding-standard": "^5.0",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-deprecation-rules": "^2.0",
Expand Down
8 changes: 0 additions & 8 deletions phpcs.xml.dist → phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,4 @@
<exclude-pattern>examples/index.php</exclude-pattern>

<rule ref="PhpMyAdmin"/>

<rule ref="SlevomatCodingStandard.ControlStructures.RequireSingleLineCondition"/>
<rule ref="SlevomatCodingStandard.Functions.RequireSingleLineCall"/>
<rule ref="SlevomatCodingStandard.Whitespaces.DuplicateSpaces">
<properties>
<property name="ignoreSpacesInComment" value="true"/>
</properties>
</rule>
</ruleset>
Loading