diff options
author | Nicola Spanti <dev@nicola-spanti.info> | 2017-12-21 17:20:52 +0100 |
---|---|---|
committer | Alexandre Alapetite <alexandre@alapetite.fr> | 2017-12-21 17:20:52 +0100 |
commit | 942508d8798c67a129e488b73ceecd6f5116bd9e (patch) | |
tree | 5bc8d4c94de175d87e9c0792ab8a56dc902584c9 /phpcs.xml | |
parent | 116f08128aef98db8c29b32fb8facbefd7d4669b (diff) | |
download | freshrss-942508d8798c67a129e488b73ceecd6f5116bd9e.tar.gz freshrss-942508d8798c67a129e488b73ceecd6f5116bd9e.zip |
Minor changes (#1747)
Diffstat (limited to 'phpcs.xml')
-rw-r--r-- | phpcs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |