searchpress
searchpress copied to clipboard
Update source for newer phpcs sniffs
The following new sniffs started failing in phpcs and need to either be ignored or fixed:
- [ ]
Squiz.Commenting.LongConditionClosingComment.Missing
- [ ]
WordPress.Arrays.ArrayDeclarationSpacing.AssociativeKeyFound
- [ ]
WordPress.VIP.RestrictedFunctions.get_term_by_get_term_by
- [ ]
Squiz.PHP.DisallowMultipleAssignments.Found
Temporarily ignored in #84.