Skip to content

Commit

Permalink
Remove var name from @var annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Wijnand Ross committed Sep 14, 2018
1 parent ad71b4f commit b06c425
Show file tree
Hide file tree
Showing 116 changed files with 409 additions and 409 deletions.
2 changes: 1 addition & 1 deletion src/BarcodeClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class BarcodeClient extends BaseClient
const SANDBOX_WSDL = 'https://api-sandbox.postnl.nl/shipment/v1_1/barcode/soap.wsdl';

/**
* @var array $classes
* @var array
* The complex types used by this client.
*/
protected $classes = [
Expand Down
2 changes: 1 addition & 1 deletion src/BaseClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ abstract class BaseClient extends SoapClient
const SANDBOX_WSDL = '';

/**
* @var array $classes
* @var array
* A list of complex types used to generate a classmap for SoapClient.
*
* @see self::getClassmap()
Expand Down
36 changes: 18 additions & 18 deletions src/ComplexTypes/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,92 +4,92 @@ class Address extends BaseType
{

/**
* @var string $AddressType
* @var string
*/
protected $AddressType = null;

/**
* @var string $Area
* @var string
*/
protected $Area = null;

/**
* @var string $Buildingname
* @var string
*/
protected $Buildingname = null;

/**
* @var string $City
* @var string
*/
protected $City = null;

/**
* @var string $CompanyName
* @var string
*/
protected $CompanyName = null;

/**
* @var string $Countrycode
* @var string
*/
protected $Countrycode = null;

/**
* @var string $Department
* @var string
*/
protected $Department = null;

/**
* @var string $Doorcode
* @var string
*/
protected $Doorcode = null;

/**
* @var string $FirstName
* @var string
*/
protected $FirstName = null;

/**
* @var string $Floor
* @var string
*/
protected $Floor = null;

/**
* @var string $HouseNr
* @var string
*/
protected $HouseNr = null;

/**
* @var string $HouseNrExt
* @var string
*/
protected $HouseNrExt = null;

/**
* @var string $Name
* @var string
*/
protected $Name = null;

/**
* @var string $Region
* @var string
*/
protected $Region = null;

/**
* @var string $Remark
* @var string
*/
protected $Remark = null;

/**
* @var string $Street
* @var string
*/
protected $Street = null;

/**
* @var string $StreetHouseNrExt
* @var string
*/
protected $StreetHouseNrExt = null;

/**
* @var string $Zipcode
* @var string
*/
protected $Zipcode = null;

Expand Down
16 changes: 8 additions & 8 deletions src/ComplexTypes/Amount.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,42 +4,42 @@ class Amount extends BaseType
{

/**
* @var string $AccountName
* @var string
*/
protected $AccountName = null;

/**
* @var string $AmountType
* @var string
*/
protected $AmountType = null;

/**
* @var string $BIC
* @var string
*/
protected $BIC = null;

/**
* @var string $Currency
* @var string
*/
protected $Currency = null;

/**
* @var string $IBAN
* @var string
*/
protected $IBAN = null;

/**
* @var string $Reference
* @var string
*/
protected $Reference = null;

/**
* @var string $TransactionNumber
* @var string
*/
protected $TransactionNumber = null;

/**
* @var string $Value
* @var string
*/
protected $Value = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfAddress.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfAddress extends BaseArrayOfType
const WRAPPED_PROPERTY = 'Address';

/**
* @var Address[] $Address
* @var Address[]
*/
protected $Address = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfAmount.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfAmount extends BaseArrayOfType
const WRAPPED_PROPERTY = 'Amount';

/**
* @var Amount[] $Amount
* @var Amount[]
*/
protected $Amount = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfCompleteStatusResponseEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfCompleteStatusResponseEvent extends BaseArrayOfType
const WRAPPED_PROPERTY = 'CompleteStatusResponseEvent';

/**
* @var CompleteStatusResponseEvent[] $CompleteStatusResponseEvent
* @var CompleteStatusResponseEvent[]
*/
protected $CompleteStatusResponseEvent = null;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfCompleteStatusResponseOldStatus extends BaseArrayOfType
const WRAPPED_PROPERTY = 'CompleteStatusResponseOldStatus';

/**
* @var CompleteStatusResponseOldStatus[] $CompleteStatusResponseOldStatus
* @var CompleteStatusResponseOldStatus[]
*/
protected $CompleteStatusResponseOldStatus = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfCompleteStatusResponseShipment.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfCompleteStatusResponseShipment extends BaseArrayOfType
const WRAPPED_PROPERTY = 'CompleteStatusResponseShipment';

/**
* @var CompleteStatusResponseShipment[] $CompleteStatusResponseShipment
* @var CompleteStatusResponseShipment[]
*/
protected $CompleteStatusResponseShipment = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfConfirmingResponseShipment.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfConfirmingResponseShipment extends BaseArrayOfType
const WRAPPED_PROPERTY = 'ConfirmingResponseShipment';

/**
* @var ConfirmingResponseShipment[] $ConfirmingResponseShipment
* @var ConfirmingResponseShipment[]
*/
protected $ConfirmingResponseShipment = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfContact.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfContact extends BaseArrayOfType
const WRAPPED_PROPERTY = 'Contact';

/**
* @var Contact[] $Contact
* @var Contact[]
*/
protected $Contact = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfContent.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfContent extends BaseArrayOfType
const WRAPPED_PROPERTY = 'Content';

/**
* @var Content[] $Content
* @var Content[]
*/
protected $Content = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfCurrentStatusResponseShipment.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfCurrentStatusResponseShipment extends BaseArrayOfType
const WRAPPED_PROPERTY = 'CurrentStatusResponseShipment';

/**
* @var CurrentStatusResponseShipment[] $CurrentStatusResponseShipment
* @var CurrentStatusResponseShipment[]
*/
protected $CurrentStatusResponseShipment = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfCutOffTime.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfCutOffTime extends BaseArrayOfType
const WRAPPED_PROPERTY = 'CutOffTime';

/**
* @var CutOffTime[] $CutOffTime
* @var CutOffTime[]
*/
protected $CutOffTime = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfExceptionData.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class ArrayOfExceptionData extends BaseType
{

/**
* @var ExceptionData[] $ExceptionData
* @var ExceptionData[]
*/
protected $ExceptionData = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfGetLocationsResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfGetLocationsResult extends BaseArrayOfType
const WRAPPED_PROPERTY = 'GetLocationsResult';

/**
* @var GetLocationsResult[] $LocationsResult
* @var GetLocationsResult[]
*/
protected $LocationsResult = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfGetSignatureResponseSignature.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfGetSignatureResponseSignature extends BaseArrayOfType
const WRAPPED_PROPERTY = 'GetSignatureResponseSignature';

/**
* @var GetSignatureResponseSignature[] $GetSignatureResponseSignature
* @var GetSignatureResponseSignature[]
*/
protected $GetSignatureResponseSignature = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfGroup extends BaseArrayOfType
const WRAPPED_PROPERTY = 'Group';

/**
* @var Group[] $Group
* @var Group[]
*/
protected $Group = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfLabel.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfLabel extends BaseArrayOfType
const WRAPPED_PROPERTY = 'Label';

/**
* @var Label[] $Label
* @var Label[]
*/
protected $Label = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfMergedLabel.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfMergedLabel extends BaseArrayOfType
const WRAPPED_PROPERTY = 'MergedLabel';

/**
* @var MergedLabel[] $MergedLabel
* @var MergedLabel[]
*/
protected $MergedLabel = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfProductOption.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfProductOption extends BaseArrayOfType
const WRAPPED_PROPERTY = 'ProductOption';

/**
* @var ProductOption[] $ProductOption
* @var ProductOption[]
*/
protected $ProductOption = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfReasonNoTimeframe.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfReasonNoTimeframe extends BaseArrayOfType
const WRAPPED_PROPERTY = 'ReasonNoTimeframe';

/**
* @var ReasonNoTimeframe[] $ReasonNoTimeframe
* @var ReasonNoTimeframe[]
*/
protected $ReasonNoTimeframe = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfResponseAddress.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfResponseAddress extends BaseArrayOfType
const WRAPPED_PROPERTY = 'ResponseAddress';

/**
* @var ResponseAddress[] $ResponseAddress
* @var ResponseAddress[]
*/
protected $ResponseAddress = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfResponseAmount.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfResponseAmount extends BaseArrayOfType
const WRAPPED_PROPERTY = 'ResponseAmount';

/**
* @var ResponseAmount[] $ResponseAmount
* @var ResponseAmount[]
*/
protected $ResponseAmount = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfResponseGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfResponseGroup extends BaseArrayOfType
const WRAPPED_PROPERTY = 'ResponseGroup';

/**
* @var ResponseGroup[] $ResponseGroup
* @var ResponseGroup[]
*/
protected $ResponseGroup = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfResponseLocation.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfResponseLocation extends BaseArrayOfType
const WRAPPED_PROPERTY = 'ResponseLocation';

/**
* @var ResponseLocation[] $ResponseLocation
* @var ResponseLocation[]
*/
protected $ResponseLocation = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfResponseProductOption.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfResponseProductOption extends BaseArrayOfType
const WRAPPED_PROPERTY = 'ResponseProductOption';

/**
* @var ResponseProductOption[] $ResponseProductOption
* @var ResponseProductOption[]
*/
protected $ResponseProductOption = null;

Expand Down
2 changes: 1 addition & 1 deletion src/ComplexTypes/ArrayOfResponseShipment.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ArrayOfResponseShipment extends BaseArrayOfType
const WRAPPED_PROPERTY = 'ResponseShipment';

/**
* @var ResponseShipment[] $ResponseShipment
* @var ResponseShipment[]
*/
protected $ResponseShipment = null;

Expand Down
Loading

0 comments on commit b06c425

Please sign in to comment.