Commit 5ee7531
committed
Result caching: minor optimization tweak [1]
While debugging something else, I noticed that `.bak` files were being used for the "PHPCS native file hash".
As non-php files in the PHPCS directories have no effect on the actual run output, we may as well skip them from being part of the hash.1 parent a957a73 commit 5ee7531
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
108 | 113 | | |
109 | 114 | | |
110 | 115 | | |
| |||
0 commit comments