Completed
Push — master ( c42a0c...4c2102 )
by Gareth
05:13
created
bin/generateModels.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 use Symfony\Component\Console\Application;
6 6
 use jamesiarmes\PEWS\Generator\ConvertToPHP;
7 7
 
8
-error_reporting(error_reporting() &~E_NOTICE);
8
+error_reporting(error_reporting() & ~E_NOTICE);
9 9
 
10 10
 $cli = new Application('Convert XSD to PHP classes Command Line Interface', "2.0");
11 11
 $cli->setCatchExceptions(true);
Please login to merge, or discard this patch.
src/API.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
         $server,
155 155
         $username,
156 156
         $password,
157
-        $options = [ ]
157
+        $options = []
158 158
     ) {
159 159
         $this->setClient(ExchangeWebServices::fromUsernameAndPassword(
160 160
             $server,
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
         ));
165 165
     }
166 166
 
167
-    public static function withUsernameAndPassword($server, $username, $password, $options = [ ])
167
+    public static function withUsernameAndPassword($server, $username, $password, $options = [])
168 168
     {
169 169
         return new static(ExchangeWebServices::fromUsernameAndPassword(
170 170
             $server,
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
         ));
175 175
     }
176 176
 
177
-    public static function withCallbackToken($server, $token, $options = [ ])
177
+    public static function withCallbackToken($server, $token, $options = [])
178 178
     {
179 179
         return new static(ExchangeWebServices::fromCallbackToken(
180 180
             $server,
Please login to merge, or discard this patch.
src/API/Enumeration.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains \jamesiarmes\PEWS\API\Enumeration.
4
- */
3
+     * Contains \jamesiarmes\PEWS\API\Enumeration.
4
+     */
5 5
 
6 6
 namespace jamesiarmes\PEWS\API;
7 7
 
Please login to merge, or discard this patch.
src/API/Enumeration/AffectedTaskOccurrencesType.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains \jamesiarmes\PEWS\API\Enumeration\AffectedTaskOccurrencesType.
4
- */
3
+     * Contains \jamesiarmes\PEWS\API\Enumeration\AffectedTaskOccurrencesType.
4
+     */
5 5
 
6 6
 namespace jamesiarmes\PEWS\API\Enumeration;
7 7
 
Please login to merge, or discard this patch.
src/API/Enumeration/AppointmentState.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains \jamesiarmes\PEWS\API\Enumeration\AppointmentState.
4
- */
3
+     * Contains \jamesiarmes\PEWS\API\Enumeration\AppointmentState.
4
+     */
5 5
 
6 6
 namespace jamesiarmes\PEWS\API\Enumeration;
7 7
 
Please login to merge, or discard this patch.
src/API/Enumeration/AvailabilityProxyRequestType.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains \jamesiarmes\PEWS\API\Enumeration\AvailabilityProxyRequestType.
4
- */
3
+     * Contains \jamesiarmes\PEWS\API\Enumeration\AvailabilityProxyRequestType.
4
+     */
5 5
 
6 6
 namespace jamesiarmes\PEWS\API\Enumeration;
7 7
 
Please login to merge, or discard this patch.
src/API/Enumeration/BodyTypeResponseType.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains \jamesiarmes\PEWS\API\Enumeration\BodyTypeResponseType.
4
- */
3
+     * Contains \jamesiarmes\PEWS\API\Enumeration\BodyTypeResponseType.
4
+     */
5 5
 
6 6
 namespace jamesiarmes\PEWS\API\Enumeration;
7 7
 
Please login to merge, or discard this patch.
src/API/Enumeration/BodyTypeType.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains \jamesiarmes\PEWS\API\Enumeration\BodyTypeType.
4
- */
3
+     * Contains \jamesiarmes\PEWS\API\Enumeration\BodyTypeType.
4
+     */
5 5
 
6 6
 namespace jamesiarmes\PEWS\API\Enumeration;
7 7
 
Please login to merge, or discard this patch.
src/API/Enumeration/CalendarItemCreateOrDeleteOperationType.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains \jamesiarmes\PEWS\API\Enumeration\CalendarItemCreateOrDeleteOperationType.
4
- */
3
+     * Contains \jamesiarmes\PEWS\API\Enumeration\CalendarItemCreateOrDeleteOperationType.
4
+     */
5 5
 
6 6
 namespace jamesiarmes\PEWS\API\Enumeration;
7 7
 
Please login to merge, or discard this patch.