@@ -12,26 +12,26 @@ |
||
12 | 12 | */ |
13 | 13 | abstract class WellKnownResponseObjectType extends ResponseObjectType |
14 | 14 | { |
15 | - /** |
|
16 | - * Represents the proposed end time of a meeting. |
|
17 | - * |
|
18 | - * @since Exchange 2013 |
|
19 | - * |
|
20 | - * @var string |
|
21 | - * |
|
22 | - * @todo Make a DateTime object. |
|
23 | - */ |
|
15 | + /** |
|
16 | + * Represents the proposed end time of a meeting. |
|
17 | + * |
|
18 | + * @since Exchange 2013 |
|
19 | + * |
|
20 | + * @var string |
|
21 | + * |
|
22 | + * @todo Make a DateTime object. |
|
23 | + */ |
|
24 | 24 | public $ProposedEnd; |
25 | 25 | |
26 | - /** |
|
27 | - * Represents the proposed start time of a meeting. |
|
28 | - * |
|
29 | - * @since Exchange 2013 |
|
30 | - * |
|
31 | - * @var string |
|
32 | - * |
|
33 | - * @todo Make a DateTime object. |
|
34 | - */ |
|
26 | + /** |
|
27 | + * Represents the proposed start time of a meeting. |
|
28 | + * |
|
29 | + * @since Exchange 2013 |
|
30 | + * |
|
31 | + * @var string |
|
32 | + * |
|
33 | + * @todo Make a DateTime object. |
|
34 | + */ |
|
35 | 35 | public $ProposedStart; |
36 | 36 | |
37 | 37 | } |