1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-11 11:04:36 +02:00

feat: extract curl ua to config value (#2568)

* exclude config.default.ini.php from phpcs
This commit is contained in:
dag
2022-04-03 09:37:39 +02:00
committed by GitHub
parent 42788cd3ee
commit bed20e9f28
9 changed files with 9 additions and 21 deletions

View File

@@ -3,6 +3,7 @@
<description>Created with the PHP Coding Standard Generator. http://edorian.github.com/php-coding-standard-generator/</description>
<exclude-pattern>./static</exclude-pattern>
<exclude-pattern>./vendor</exclude-pattern>
<exclude-pattern>./config.default.ini.php</exclude-pattern>
<!-- Duplicate class names are not allowed -->
<rule ref="Generic.Classes.DuplicateClassName"/>
<!-- Statements must not be empty -->