Completed
Push — master ( 7bd7dd...43305b )
by James
02:49
created
src/jamesiarmes/PhpEws/Autodiscover.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -292,7 +292,7 @@
 block discarded – undo
292 292
      * Parse the hex ServerVersion value and return a valid
293 293
      * Client::VERSION_* constant.
294 294
      *
295
-     * @return string|boolean A known version constant, or FALSE if it could not
295
+     * @return string|false A known version constant, or FALSE if it could not
296 296
      * be determined.
297 297
      *
298 298
      * @link http://msdn.microsoft.com/en-us/library/bb204122(v=exchg.140).aspx
Please login to merge, or discard this patch.
src/jamesiarmes/PhpEws/Type/PersonaPostalAddressType.php 1 patch
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -126,13 +126,13 @@  discard block
 block discarded – undo
126 126
     public $PostalCode;
127 127
 
128 128
     /**
129
-	 * Represents the state of residence for a contact item.
130
-	 *
131
-	 * @since Exchange 2013
132
-	 *
133
-	 * @var string
134
-	 */
135
-	public $State;
129
+     * Represents the state of residence for a contact item.
130
+     *
131
+     * @since Exchange 2013
132
+     *
133
+     * @var string
134
+     */
135
+ public $State;
136 136
 
137 137
     /**
138 138
      * Represents a street address for a contact item.
@@ -144,13 +144,13 @@  discard block
 block discarded – undo
144 144
     public $Street;
145 145
 
146 146
     /**
147
-	 * Specifies the type of postal address or phone number.
147
+     * Specifies the type of postal address or phone number.
148 148
      *
149 149
      * For example, "Home" or "Business".
150
-	 *
151
-	 * @since Exchange 2013
152
-	 *
153
-	 * @var string
154
-	 */
155
-	public $Type;
150
+     *
151
+     * @since Exchange 2013
152
+     *
153
+     * @var string
154
+     */
155
+ public $Type;
156 156
 }
Please login to merge, or discard this patch.