Suppression type inutile
This commit is contained in:
parent
2a4eb8454d
commit
00231c344d
@ -21,12 +21,8 @@ Type[] = "ListeCmdAssoReturn"
|
||||
Type[] = "CmdAssoReturn"
|
||||
Type[] = "CmdAssoDetail"
|
||||
Type[] = "InfoCmdAsso"
|
||||
Type[] = "ListeBilan"
|
||||
Type[] = "ListeActe"
|
||||
Type[] = "CommandeReturnType"
|
||||
Type[] = "CmdFiltrePieces"
|
||||
Type[] = "Bilan"
|
||||
Type[] = "Acte"
|
||||
Type[] = "CmdStatut"
|
||||
Type[] = "InfosLoginReturn"
|
||||
Type[] = "InfosLogin"
|
||||
|
@ -318,23 +318,6 @@ class CmdAssoDetail
|
||||
public $refCmde;
|
||||
}
|
||||
|
||||
|
||||
class ListeBilan
|
||||
{
|
||||
/** @var ErrorType */
|
||||
public $error;
|
||||
/** @var Bilan[] */
|
||||
public $bilans;
|
||||
}
|
||||
|
||||
class ListeActe
|
||||
{
|
||||
/** @var ErrorType */
|
||||
public $error;
|
||||
/** @var Acte[] */
|
||||
public $actes;
|
||||
}
|
||||
|
||||
class CommandeReturnType
|
||||
{
|
||||
/** @var ErrorType */
|
||||
@ -349,40 +332,6 @@ class ListeCommandeFiltre
|
||||
public $type;
|
||||
}
|
||||
|
||||
class Bilan
|
||||
{
|
||||
/** @var string */
|
||||
public $mode;
|
||||
/** @var string */
|
||||
public $dateCloture;
|
||||
/** @var string */
|
||||
public $type;
|
||||
}
|
||||
|
||||
class Acte
|
||||
{
|
||||
/** @var string */
|
||||
public $mode;
|
||||
/** @var int */
|
||||
public $depotNum;
|
||||
/** @var string */
|
||||
public $depotDate;
|
||||
/** @var int */
|
||||
public $acteNum;
|
||||
/** @var string */
|
||||
public $acteDate;
|
||||
/** @var string */
|
||||
public $acteType;
|
||||
/** @var string */
|
||||
public $acteTypeLib;
|
||||
/** @var int */
|
||||
public $acteNbPages;
|
||||
/** @var string */
|
||||
public $acteDecisionNature;
|
||||
/** @var string */
|
||||
public $acteDecisionLib;
|
||||
}
|
||||
|
||||
class CmdStatut
|
||||
{
|
||||
/** @var int */
|
||||
|
Loading…
x
Reference in New Issue
Block a user