@@ -5,7 +5,7 @@ |
||
| 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); |
@@ -154,7 +154,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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, |
@@ -1,7 +1,7 @@ |
||
| 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 | |
@@ -1,7 +1,7 @@ |
||
| 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 | |
@@ -1,7 +1,7 @@ |
||
| 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 | |
@@ -1,7 +1,7 @@ |
||
| 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 | |
@@ -1,7 +1,7 @@ |
||
| 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 | |
@@ -1,7 +1,7 @@ |
||
| 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 | |
@@ -1,7 +1,7 @@ |
||
| 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 | |