Code development platform for open source projects from the European Union institutions

Commit 7e19167f authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

Remove obsolete annotation.

(cherry picked from commit 7f837e94)
parent 5a518035
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -156,9 +156,6 @@ abstract class Handler
        return $this->logger;
    }

    /**
     * @return array[]
     */
    protected function getParameters(): array
    {
        return $this->parameters + ($this->getProtocolProperties()['default_parameters'] ?? []);