Justin

Results 27 issues of Justin

Hello! There have a been a few requests for this functionality in the past: 1. https://github.com/PHP-DI/PHP-DI/issues/807 2. https://github.com/PHP-DI/PHP-DI/issues/702 3. https://github.com/PHP-DI/PHP-DI/issues/609 4. https://github.com/PHP-DI/PHP-DI/issues/291 I took a stab at coding this functionality...

Is something like this at all possible without creating the instance manually e.g. `new $class( ...` and having to manually build all the instance dependencies when I just need to...

If you load a blank .yml file (or one with only comments) then the collection passed to `Resolver::replaceKeysToSelf()` is null. ``` TypeError Argument 2 passed to PragmaRX\Yaml\Package\Support\Resolver::replaceKeysToSelf() must be an...

## What does this do/fix? * Updated: Lefthook package renamed from @arkweid/lefthook to @evilmartians/lefthook. Updated to v1.1.1. * Updated: `prefix-with-jira-ticket.php` lefthook script for better ticket matching and added tests. ##...

## What does this do/fix? - last minute changes I added, I didn't close some markdown styling.

## What does this do/fix? If you're utilizing `WP_ENVIRONMENT_TYPE` defines on some hosts, setting that to `development` would lead to plugins being allowed active that should never. For example for...

## What does this do/fix? A proof of concept for a single block to show the possibility of true MVC blocks. This: 1. Heavily reduces the boilerplate required to make...

WIP

## What does this do/fix? > This is currently just for testing purposes, not all features will work without a few adjustment to `so`! Moves only what needs to be...

[DO NOT MERGE]
Needs Developer Testing
Needs Changelog Entry

## What does this do/fix? - Allows developers to specify blocks that will only be selectable when certain WordPress page templates have been selected. ## QA Using this as a...

A class property with a Dockblock of `@var mixed[]` should not allow nullable values, and should be detected as an array: ```php