Loading src/Handler/Handler.php +0 −3 Original line number Diff line number Diff line Loading @@ -156,9 +156,6 @@ abstract class Handler return $this->logger; } /** * @return array[] */ protected function getParameters(): array { return $this->parameters + ($this->getProtocolProperties()['default_parameters'] ?? []); Loading Loading
src/Handler/Handler.php +0 −3 Original line number Diff line number Diff line Loading @@ -156,9 +156,6 @@ abstract class Handler return $this->logger; } /** * @return array[] */ protected function getParameters(): array { return $this->parameters + ($this->getProtocolProperties()['default_parameters'] ?? []); Loading