Completed
Pull Request — master (#603)
by
unknown
36s
created
src/Type/WellKnownResponseObjectType.php 1 patch
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -12,26 +12,26 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.