mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +02:00
N°7059 - Symfony 6.4 - Add missing namespaces to match PSR-4 convention (#589)
This commit is contained in:
@@ -30,7 +30,7 @@ use MySQLException;
|
||||
use UILinksWidgetDirect;
|
||||
use UserRights;
|
||||
use utils;
|
||||
use WebPage;
|
||||
use Combodo\iTop\Application\WebPage\WebPage;
|
||||
|
||||
/**
|
||||
* Class BlockDirectLinkSetEditTable
|
||||
@@ -143,7 +143,7 @@ class BlockDirectLinkSetEditTable extends UIContentBlock
|
||||
}
|
||||
|
||||
/**
|
||||
* @param \WebPage $oPage
|
||||
* @param WebPage $oPage
|
||||
* @param \DBObjectSet $oValue
|
||||
* @param string $sFormPrefix
|
||||
* @param \DBObject $oCurrentObj
|
||||
@@ -270,7 +270,7 @@ class BlockDirectLinkSetEditTable extends UIContentBlock
|
||||
* @throws MySQLException
|
||||
* @throws Exception
|
||||
*/
|
||||
private function GetTableRows(\WebPage $oPage, iDBObjectSetIterator $oValue): array
|
||||
private function GetTableRows(WebPage $oPage, iDBObjectSetIterator $oValue): array
|
||||
{
|
||||
// result data
|
||||
$aRows = array();
|
||||
|
||||
Reference in New Issue
Block a user