diff --git a/library/WsScore/Pieces/v0.1/Pieces.php b/library/WsScore/Pieces/v0.1/Pieces.php index bcfda8e7..5e4eaa61 100644 --- a/library/WsScore/Pieces/v0.1/Pieces.php +++ b/library/WsScore/Pieces/v0.1/Pieces.php @@ -91,7 +91,6 @@ class Pieces extends WsScore /** * Liste des bilans disponible au format image - * @todo : Code Saisie + Date saisie * @param string $identifiant * @param int $position * @param int $nbRep @@ -100,6 +99,8 @@ class Pieces extends WsScore */ public function getBilans($identifiant, $position = 0, $nbRep = 200) { + // @todo : Code Saisie + Date saisie + $this->authenticate(); if ( empty($position) ) { diff --git a/library/WsScore/Pieces/v0.1/Types.php b/library/WsScore/Pieces/v0.1/Types.php index 5dae4b9f..fff26d24 100644 --- a/library/WsScore/Pieces/v0.1/Types.php +++ b/library/WsScore/Pieces/v0.1/Types.php @@ -61,7 +61,7 @@ class Bilan /** * - * @var unknown + * @var string */ public $SaisieCode;