aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/phpcs.xml
diff options
context:
space:
mode:
authorNicola Spanti <dev@nicola-spanti.info>2017-12-21 17:20:52 +0100
committerAlexandre Alapetite <alexandre@alapetite.fr>2017-12-21 17:20:52 +0100
commit942508d8798c67a129e488b73ceecd6f5116bd9e (patch)
tree5bc8d4c94de175d87e9c0792ab8a56dc902584c9 /phpcs.xml
parent116f08128aef98db8c29b32fb8facbefd7d4669b (diff)
downloadfreshrss-942508d8798c67a129e488b73ceecd6f5116bd9e.tar.gz
freshrss-942508d8798c67a129e488b73ceecd6f5116bd9e.zip
Minor changes (#1747)
Diffstat (limited to 'phpcs.xml')
-rw-r--r--phpcs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpcs.xml b/phpcs.xml
index 5743466ec..d79e2a4d9 100644
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="FreshRSS Ruleset">
- <description>Created with the PHP Coding Standard Generator. http://edorian.github.com/php-coding-standard-generator/</description>
+ <description>Created with the PHP Coding Standard Generator. https://edorian.github.com/php-coding-standard-generator/</description>
<!-- to circumvent https://github.com/squizlabs/PHP_CodeSniffer/pull/1404 -->
<!--<arg name="tab-width" value="10"/>-->
<exclude-pattern>./static</exclude-pattern>