mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-09 18:06:54 +01:00
chore(tests): UT for PluginBase service
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -34,12 +34,12 @@ use SP\Infrastructure\Common\Repositories\NoSuchItemException;
|
||||
interface PluginCompatilityService
|
||||
{
|
||||
/**
|
||||
* @param PluginInterface $plugin
|
||||
* @param Plugin $plugin
|
||||
*
|
||||
* @return bool
|
||||
* @throws ConstraintException
|
||||
* @throws NoSuchItemException
|
||||
* @throws QueryException
|
||||
*/
|
||||
public function checkFor(PluginInterface $plugin): bool;
|
||||
public function checkFor(Plugin $plugin): bool;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user