add extension to phpcs cache file

This commit is contained in:
IanDelMar 2023-10-08 23:36:03 +02:00
parent 1c5c3df0bf
commit f370f184d2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<description>Apply WordPress Coding Standards to Understrap</description>
<!-- Whenever possible, cache the scan results and re-use those for unchanged files on the next scan. -->
<arg name="cache" value=".phpcs-cache"/>
<arg name="cache" value=".phpcs-cache.json"/>
<!-- Strip the filepaths down to the relevant bit. -->
<arg name="basepath" value="./"/>