diff options
| author | 2022-03-16 15:10:41 +0100 | |
|---|---|---|
| committer | 2022-03-16 15:10:41 +0100 | |
| commit | ae54a590b9962916dc1a62ba55e8d8e8ac0fc215 (patch) | |
| tree | 6382f70956bf1e2e83b7db22a2e1582c8e09686f /phpcs.xml | |
| parent | be5848fd4fa280e5a4606fef25669974414547a5 (diff) | |
Replace lib_phpQuery by PhpGt/CssXPath (#4261)
https://github.com/PhpGt/CssXPath
Diffstat (limited to 'phpcs.xml')
| -rw-r--r-- | phpcs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,10 +3,10 @@ <description>Created with the PHP Coding Standard Generator. https://edorian.github.com/php-coding-standard-generator/</description> <arg name="extensions" value="php,phtml,css,js"/> <arg name="tab-width" value="4"/> + <exclude-pattern>./lib/CssXPath/</exclude-pattern> <exclude-pattern>./lib/SimplePie/</exclude-pattern> <exclude-pattern>./lib/PHPMailer/</exclude-pattern> <exclude-pattern>./lib/http-conditional.php</exclude-pattern> - <exclude-pattern>./lib/lib_phpQuery.php</exclude-pattern> <exclude-pattern>./node_modules/</exclude-pattern> <exclude-pattern>./data/config.php</exclude-pattern> <exclude-pattern>./data/users/*/config.php</exclude-pattern> |
