Completed
Push — master ( 43305b...7a7c56 )
by James
02:55
created
src/jamesiarmes/PhpEws/Request/FindPeopleType.php 1 patch
Indentation   +20 added lines, -20 removed lines patch added patch discarded remove patch
@@ -49,13 +49,13 @@  discard block
 block discarded – undo
49 49
     public $ParentFolderId;
50 50
 
51 51
     /**
52
-	 * Specifies the set of persona properties.
52
+     * Specifies the set of persona properties.
53 53
      *
54
-	 * @since Exchange 2013
55
-	 *
56
-	 * @var \jamesiarmes\PhpEws\Type\PersonaResponseShapeType
57
-	 */
58
-	public $PersonaShape;
54
+     * @since Exchange 2013
55
+     *
56
+     * @var \jamesiarmes\PhpEws\Type\PersonaResponseShapeType
57
+     */
58
+ public $PersonaShape;
59 59
 
60 60
     /**
61 61
      * Specifies the source data for the query.
@@ -76,13 +76,13 @@  discard block
 block discarded – undo
76 76
     public $QueryString;
77 77
 
78 78
     /**
79
-	 * Represents the restriction or query that is used to filter items.
80
-	 *
81
-	 * @since Exchange 2013
82
-	 *
83
-	 * @var \jamesiarmes\PhpEws\Type\RestrictionType
84
-	 */
85
-	public $Restriction;
79
+     * Represents the restriction or query that is used to filter items.
80
+     *
81
+     * @since Exchange 2013
82
+     *
83
+     * @var \jamesiarmes\PhpEws\Type\RestrictionType
84
+     */
85
+ public $Restriction;
86 86
 
87 87
     /**
88 88
      * Internal use only.
@@ -94,13 +94,13 @@  discard block
 block discarded – undo
94 94
     public $SearchPeopleSuggestionIndex;
95 95
 
96 96
     /**
97
-	 * Defines how items are sorted.
98
-	 *
99
-	 * @since Exchange 2013
100
-	 *
101
-	 * @var \jamesiarmes\PhpEws\ArrayType\NonEmptyArrayOfFieldOrdersType
102
-	 */
103
-	public $SortOrder;
97
+     * Defines how items are sorted.
98
+     *
99
+     * @since Exchange 2013
100
+     *
101
+     * @var \jamesiarmes\PhpEws\ArrayType\NonEmptyArrayOfFieldOrdersType
102
+     */
103
+ public $SortOrder;
104 104
 
105 105
     /**
106 106
      * Specifies the query string for topic searches.
Please login to merge, or discard this patch.