NO
Size: a a a
NO
NO
RT
RT
final class Provider implements ListenerProviderInterface
{
public function attach(callable $listener, string $eventClassName = ''): void
{
if ($this->applicationState->isRunning()) {
throw new \Exception('you can\'t configure it because the app is running');
}
...
}
RT
NO
AM
AM
final class Provider implements ListenerProviderInterface
{
public function attach(callable $listener, string $eventClassName = ''): void
{
if ($this->applicationState->isRunning()) {
throw new \Exception('you can\'t configure it because the app is running');
}
...
}
AM
RT
RT
AM
RT
RT
RT
AM
RT
AM
DS
DS