mirror of
https://github.com/webmasterskaya/joomla-oauth-server.git
synced 2024-11-23 22:34:50 +03:00
cleanup code
This commit is contained in:
parent
8d3dc3dd10
commit
9ac0b41ccf
@ -13,6 +13,7 @@ use Joomla\CMS\Crypt\Crypt;
|
||||
use Joomla\CMS\Factory;
|
||||
use Joomla\CMS\Form\Form;
|
||||
use Joomla\CMS\MVC\Model\AdminModel;
|
||||
use Webmasterskaya\Component\OauthServer\Administrator\Table\ClientTable;
|
||||
|
||||
\defined('_JEXEC') or die;
|
||||
|
||||
@ -32,7 +33,7 @@ class ClientModel extends AdminModel
|
||||
* @param array $data
|
||||
* @param bool $loadData
|
||||
*
|
||||
* @return \Joomla\CMS\Form\Form|bool
|
||||
* @return Form|bool
|
||||
* @throws \Exception
|
||||
* @since version
|
||||
*/
|
||||
@ -79,7 +80,7 @@ class ClientModel extends AdminModel
|
||||
}
|
||||
|
||||
/**
|
||||
* @param \Webmasterskaya\Component\OauthServer\Administrator\Table\ClientTable $table
|
||||
* @param ClientTable $table
|
||||
*
|
||||
* @return void
|
||||
* @throws \Exception
|
||||
|
Loading…
Reference in New Issue
Block a user