RegistryWiring
Which optional subsystems the registry actually has wired. The inspector has to tell two different silences apart: a step that will not run because the data says so, and a step that cannot run because nothing was ever connected to it. Both look like "nothing happens" at runtime and mean opposite things to whoever is debugging — one is the system working, the other is a hole in the host's wiring.
RegistryWiring::__construct()
public function __construct(bool $hasRateLimiter, bool $hasDispatcher, bool $hasRuleProvider):Parameters
| Name | Type | Description |
|---|---|---|
| $hasRateLimiter | bool | |
| $hasDispatcher | bool | |
| $hasRuleProvider | bool |