DanielEScherzer
DanielEScherzer
**Affected page** https://www.php.net/manual/en/class.typeerror.php **Current issue** Current changelog says > A **TypeError** is no longer thrown when an invalid number of arguments are passed to a built-in PHP function in strict...
Ref php/doc-en#3801
# Description Set up tokenization of asymmetric visibility modifiers: * Add tokens `T_PUBLIC_SET`, `T_PROTECTED_SET`, and `T_PRIVATE_SET` if not already defined * Consider them scope modifiers (`PHP_CodeSniffer\Util\Tokens::$scopeModifiers`) * Mark them as...
I figured instead of putting all of the discussions on #734, it might be helpful to have a dedicated task to discuss this - let me know if I was...
By default no label is shown, but if one is set it is added as a `` before the table of contents, and the table of contents and label are...
Since it is suggested that users have an up-to-date version of docker, update the suggested command to reflect the docker recommendation for Compose V2. See https://docs.docker.com/compose/releases/migrate/
The documentation says https://github.com/composer/composer/blob/d2a4543db8adc6b3d4b2fb652c953db629328986/doc/04-schema.md?plain=1#L3 But comparing the list with the schema on https://getcomposer.org/schema.json (supported configuration fields extracted with `jq` with the filter `.properties | keys`, see https://play.jqlang.org/s/LDPX2x9E7DnX-JC), the following fields...