Juliette

Results 605 issues of Juliette

# Description _Follow up after PR #2646, pulled separately as the decision point is different._ PHPCSExtra offers two new sniffs to choose from related to whether `exit`/`die` calls should use...

Component: Extra
Type: Enhancement
Status: Awaiting feedback
Status: Needs Make post

**_This ticket should be seen as an advance notice and is intended to inform users of WordPressCS of what the future will hold regarding PHP_CodeSniffer version support._** ## Current situation...

Meta: Repo

## Related Issues Refs: * https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/ ## Suggested changelog entry _N/A_

Type: builds / deploys / releases

## Proposed Changes :point_right: Important: this is for **version** updates only, not for security updates, which are handled separately and don't depend on this configuration. --- PR #256 updated the...

Type: builds / deploys / releases

### Minor documentation fix The underlying `Hook\HookStorage::hookPriority()` function has a return type of `bool|int`, so this function should have the same return type. This is also in line with the...

Docs

...so passing four is incorrect. Ref: https://github.com/Brain-WP/BrainMonkey/blob/35008da1e266ecac9d5e23f1c4b34f9ba364b23d/inc/api.php#L242

bug

The `UnitTestCase::tearDownMakingSureExpectedExceptionIsThrown()` method, as well as the `UnitTestCase::expectMockeryException()` method, both reference PHPUnit classes using their PHPUnit 5 class name, while these classes no longer exist since PHPUnit 6.0. This commit...

bug

Composer 1.10.0 introduced a `lock` config option, which, when set to `false` will prevent a `composer.lock` file from being created and will ignore it when one exists. This is a...

### Setting the scene At this time, BrainMonkey is compatible with PHP **5.6+**, **7.x**, and **8.x** This is a very wide range and is a compatibility span of more than...

Saw a grammar error and some minor layout issues in the docs after the merge of #84. Sorry about that. Fixed now.

Docs