thunderdw
thunderdw
## Problem I'd like to install the server plugin via Composer as a mu-plugin. I'm doing that by modifying the installer path for the server plugin in my `composer.json`, like...
## Description Returning a boolean from a `usort` callback has been deprecated since PHP 8.0. This PR updates a callback to fix the deprecation error. Related Issue: ## Types of...
Addresses #349
If a choice field (Radio, Select, etc.) is the last field in a repeater, any field after the `endRepeater()` call will cause PHPStan to throw the following error: ``` Call...