diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/phpcs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/phpcs.xml b/build/phpcs.xml index 1e10be1a111..d2909955ed2 100644 --- a/build/phpcs.xml +++ b/build/phpcs.xml @@ -10,7 +10,7 @@ <exclude-pattern>*/files_pdfviewer/js/pdfjs/*</exclude-pattern> <exclude-pattern>*/files_odfviewer/src/*</exclude-pattern> <exclude-pattern>*/files_svgedit/svg-edit/*</exclude-pattern> - <exclude-pattern>*jquery-ui-1.8.16.custom.css</exclude-pattern> + <exclude-pattern>*jquery-ui-*.css</exclude-pattern> <extensions>php</extensions> <!-- Include the whole PEAR standard --> |