@@ -43,6 +43,6 @@ |
||
43 | 43 | */ |
44 | 44 | public function getResult() |
45 | 45 | { |
46 | - return $this->result; |
|
46 | + return $this->result; |
|
47 | 47 | } |
48 | 48 | } |
@@ -4,11 +4,11 @@ |
||
4 | 4 | |
5 | 5 | class ListInfo |
6 | 6 | { |
7 | - public $ID; |
|
8 | - public $Name; |
|
9 | - public $Description; |
|
10 | - public $CreatedDate; |
|
11 | - public $ModifiedDate; |
|
12 | - public $Type; |
|
13 | - public $Tag; |
|
7 | + public $ID; |
|
8 | + public $Name; |
|
9 | + public $Description; |
|
10 | + public $CreatedDate; |
|
11 | + public $ModifiedDate; |
|
12 | + public $Type; |
|
13 | + public $Tag; |
|
14 | 14 | } |