mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°7059 - Symfony 6.4 - Add missing namespaces to match PSR-4 convention (#589)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
namespace Combodo\iTop\Controller\Links;
|
||||
|
||||
use AjaxPage;
|
||||
use Combodo\iTop\Application\WebPage\AjaxPage;
|
||||
use cmdbAbstractObject;
|
||||
use Combodo\iTop\Application\Helper\FormHelper;
|
||||
use Combodo\iTop\Application\UI\Base\Component\Form\FormUIBlockFactory;
|
||||
@@ -16,7 +16,7 @@ use Combodo\iTop\Service\Router\Router;
|
||||
use Combodo\iTop\Service\Base\ObjectRepository;
|
||||
use Dict;
|
||||
use Exception;
|
||||
use JsonPage;
|
||||
use Combodo\iTop\Application\WebPage\JsonPage;
|
||||
use CoreException;
|
||||
use DBObject;
|
||||
use MetaModel;
|
||||
@@ -81,7 +81,7 @@ class LinkSetController extends AbstractController
|
||||
/**
|
||||
* OperationDetachLinkedObject.
|
||||
*
|
||||
* @return \JsonPage
|
||||
* @return JsonPage
|
||||
* @throws \CoreException
|
||||
*/
|
||||
public function OperationDetachLinkedObject(): JsonPage
|
||||
@@ -123,7 +123,7 @@ class LinkSetController extends AbstractController
|
||||
}
|
||||
|
||||
/**
|
||||
* @return \AjaxPage Create edit form in its webpage
|
||||
* @return AjaxPage Create edit form in its webpage
|
||||
* @throws \ApplicationException
|
||||
* @throws \ArchivedObjectException
|
||||
* @throws \CoreException
|
||||
|
||||
Reference in New Issue
Block a user