nbgrp / onelogin-saml-bundle

OneLogin SAML Symfony Bundle
BSD 3-Clause "New" or "Revised" License
43 stars 13 forks source link

Fix AuthRegistryInterface return type #15

Closed guillaume-ro-fr closed 1 year ago

guillaume-ro-fr commented 1 year ago

The Nbgrp\OneloginSamlBundle\Onelogin\AuthRegistryInterface::addService method returns AuthRegistry instead of AuthRegistryInterface: we cannot implement AuthRegistryInterface without Auth class.

a-menshchikov commented 1 year ago

@guillaume-ro-fr could you rebase your changes to the 1.0 branch?