From d13cf5f5ca4e0e92a747d8e19bdaa922687f5601 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Tue, 15 Dec 2020 13:28:59 +0300 Subject: [PATCH] update product name, cleanup annotations (#3) --- LICENSE | 22 +++++++++++++++---- composer.json | 8 +++---- src/Builder/AuthorizationUriBuilder.php | 8 ------- src/Builder/ContainerBuilder.php | 8 ------- src/Builder/TopClientBuilder.php | 8 ------- src/Component/AppData.php | 8 ------- .../Authenticator/TokenAuthenticator.php | 8 ------- src/Component/Constants.php | 8 ------- .../ConstraintViolationListTransformer.php | 8 ------- .../DependencyInjection/Container.php | 8 ------- .../Exception/ContainerException.php | 8 ------- .../Exception/NotFoundException.php | 8 ------- .../DependencyInjection/FactoryInterface.php | 8 ------- src/Component/Environment.php | 8 ------- src/Component/Exception/FactoryException.php | 8 ------- .../Exception/NotImplementedException.php | 8 ------- .../Exception/OAuthTokenFetcherException.php | 8 ------- src/Component/Exception/TopApiException.php | 8 ------- .../Exception/TopClientException.php | 8 ------- .../Exception/ValidationException.php | 8 ------- .../JsonDeserializationVisitorFactory.php | 8 ------- .../JsonDeserializationVisitor.php | 8 ------- src/Component/Logger/AbstractLogger.php | 8 ------- src/Component/Logger/FileLogger.php | 8 ------- src/Component/Logger/StdoutLogger.php | 8 ------- src/Component/OAuthTokenFetcher.php | 8 ------- src/Component/ServiceLocator.php | 8 ------- .../Storage/ProductSchemaStorage.php | 8 ------- .../Validator/Constraints/Timezone.php | 8 ------- .../Constraints/TimezoneValidator.php | 8 ------- src/Factory/FileItemFactory.php | 8 ------- src/Factory/OAuthTokenFetcherFactory.php | 8 ------- src/Factory/ProductSchemaStorageFactory.php | 8 ------- src/Factory/SerializationContextFactory.php | 8 ------- src/Factory/SerializerFactory.php | 8 ------- src/Factory/TopRequestFactory.php | 8 ------- src/Interfaces/AppDataInterface.php | 8 ------- src/Interfaces/AuthenticatorInterface.php | 8 ------- src/Interfaces/BuilderInterface.php | 8 ------- src/Interfaces/ContainerAwareInterface.php | 8 ------- src/Interfaces/FactoryInterface.php | 8 ------- src/Interfaces/FileItemFactoryInterface.php | 8 ------- src/Interfaces/FileItemInterface.php | 8 ------- .../ParametrizedFactoryInterface.php | 8 ------- src/Interfaces/RequestDtoInterface.php | 8 ------- src/Interfaces/RequestSignerInterface.php | 8 ------- .../RequestTimestampProviderInterface.php | 8 ------- src/Interfaces/TopClientInterface.php | 8 ------- src/Interfaces/TopRequestFactoryInterface.php | 8 ------- src/Model/Entity/CategoryInfo.php | 8 ------- src/Model/Entity/OrderDto.php | 8 ------- src/Model/Entity/OrderProductDto.php | 8 ------- src/Model/Entity/OrderProductDtoList.php | 8 ------- src/Model/Entity/SimpleMoney.php | 8 ------- src/Model/Enum/AvailableResponseFormats.php | 8 ------- src/Model/Enum/AvailableSignMethods.php | 8 ------- src/Model/Enum/BizTypes.php | 8 ------- .../CategoryForecastSupportedLanguages.php | 8 ------- src/Model/Enum/DropshippingAreas.php | 8 ------- src/Model/Enum/FeedOperationTypes.php | 8 ------- src/Model/Enum/FeedStatuses.php | 8 ------- src/Model/Enum/FrozenStatuses.php | 8 ------- src/Model/Enum/FundsStatuses.php | 8 ------- src/Model/Enum/IssueStatuses.php | 8 ------- src/Model/Enum/LogisticsStatuses.php | 8 ------- src/Model/Enum/OfflinePickupTypes.php | 8 ------- src/Model/Enum/OrderStatuses.php | 8 ------- src/Model/Enum/ShippingTypes.php | 8 ------- src/Model/FileItem.php | 8 ------- .../AliExpress/Data/FeedPricesUpdateDto.php | 8 ------- .../AliExpress/Data/FeedStocksUpdateDto.php | 8 ------- .../Data/MaillingAddressRequestDto.php | 8 ------- .../Request/AliExpress/Data/OrderQuery.php | 8 ------- .../Data/PlaceOrderRequest4OpenApiDto.php | 8 ------- .../AliExpress/Data/ProductBaseItem.php | 8 ------- .../AliExpress/Data/SingleItemRequestDto.php | 8 ------- .../AliExpress/Data/SingleOrderQuery.php | 8 ------- .../Data/SkuPricesUpdateItemDto.php | 8 ------- .../Data/SkuStocksUpdateItemDto.php | 8 ------- .../LogisticsDsTrackingInfoQuery.php | 8 ------- ...ogisticsRedefiningListLogisticsService.php | 8 ------- .../PostproductRedefiningCategoryForecast.php | 8 ------- ...efiningFindAEProductByIdForDropshipper.php | 8 ------- .../AliExpress/SolutionFeedListGet.php | 8 ------- .../Request/AliExpress/SolutionFeedQuery.php | 8 ------- .../Request/AliExpress/SolutionFeedSubmit.php | 8 ------- .../AliExpress/SolutionMerchantProfileGet.php | 8 ------- .../AliExpress/SolutionOrderFulfill.php | 8 ------- .../Request/AliExpress/SolutionOrderGet.php | 8 ------- .../SolutionOrderReceiptInfoGet.php | 8 ------- .../AliExpress/SolutionProductSchemaGet.php | 8 ------- .../SolutionSellerCategoryTreeQuery.php | 8 ------- .../Request/AliExpress/TradeBuyPlaceOrder.php | 8 ------- src/Model/Request/BaseRequest.php | 8 ------- src/Model/Request/OAuthTokenFetchRequest.php | 8 ------- .../Request/Taobao/HttpDnsGetRequest.php | 8 ------- src/Model/Response/AbstractResponseData.php | 8 ------- .../Data/Entity/TrackingInfoDetails.php | 8 ------- .../Data/Entity/TrackingInfoDetailsList.php | 8 ------- ...gisticsDsTrackingInfoQueryResponseData.php | 8 ------- ...finingListLogisticsServiceResponseData.php | 8 ------- ...RedefiningCategoryForecastResponseData.php | 8 ------- ...EProductByIdForDropshipperResponseData.php | 8 ------- .../Data/SolutionFeedListGetResponseData.php | 8 ------- .../Data/SolutionFeedQueryResponseData.php | 8 ------- .../Data/SolutionFeedSubmitResponseData.php | 8 ------- ...SolutionMerchantProfileGetResponseData.php | 8 ------- .../Data/SolutionOrderFulfillResponseData.php | 8 ------- .../Data/SolutionOrderGetResponseData.php | 8 ------- ...olutionOrderReceiptInfoGetResponseData.php | 8 ------- .../SolutionProductSchemaGetResponseData.php | 8 ------- ...ionSellerCategoryTreeQueryResponseData.php | 8 ------- ...eQueryResponseDataChildrenCategoryList.php | 8 ------- .../Data/TradeBuyPlaceOrderResponseData.php | 8 ------- .../LogisticsDsTrackingInfoQueryResponse.php | 8 ------- ...RedefiningListLogisticsServiceResponse.php | 8 ------- ...ductRedefiningCategoryForecastResponse.php | 8 ------- ...indAEProductByIdForDropshipperResponse.php | 8 ------- .../Result/AeopCategoryForecastResultDto.php | 8 ------- .../Result/BatchOperationJobDto.php | 8 ------- .../Result/CategorySuitabilityDto.php | 8 ------- .../Result/Entity/AeopAeMultimedia.php | 8 ------- .../Result/Entity/AeopAeProductProperty.php | 8 ------- .../Entity/AeopAeProductPropertyList.php | 8 ------- .../Result/Entity/AeopAeProductSku.php | 8 ------- .../Result/Entity/AeopAeProductSkuList.php | 8 ------- .../AliExpress/Result/Entity/AeopAeVideo.php | 8 ------- .../Result/Entity/AeopAeVideoList.php | 8 ------- .../Entity/AeopLogisticsServiceResultItem.php | 8 ------- .../AeopLogisticsServiceResultItemList.php | 8 ------- .../Entity/AeopNationalQuoteConfiguration.php | 8 ------- .../AeopNationalQuoteConfigurationItem.php | 8 ------- .../Result/Entity/AeopSkuProperty.php | 8 ------- .../Result/Entity/AeopSkuPropertyList.php | 8 ------- .../Result/Entity/AeopStoreInfo.php | 8 ------- .../Entity/BatchOperationJobDtoList.php | 8 ------- .../Result/Entity/CategorySuitabilityList.php | 8 ------- .../AliExpress/Result/Entity/NumbersList.php | 8 ------- .../AliExpress/Result/Entity/OrderDtoList.php | 8 ------- .../Entity/SingleItemResponseDtoList.php | 8 ------- .../Result/Interfaces/ErrorInterface.php | 8 ------- .../AliExpress/Result/ItemExecutionResult.php | 8 ------- ...roductByIdForDropshipperResponseResult.php | 8 ------- .../Result/SingleItemResponseDto.php | 8 ------- .../Result/SolutionOrderGetResponseResult.php | 8 ------- ...utionOrderReceiptInfoGetResponseResult.php | 8 ------- ...SolutionProductSchemaGetResponseResult.php | 8 ------- .../AliExpress/Result/SuccessResult.php | 8 ------- .../TradeBuyPlaceOrderResponseResult.php | 8 ------- .../AliExpress/Result/Traits/ErrorTrait.php | 8 ------- .../AliExpress/Result/Traits/SuccessTrait.php | 8 ------- .../SolutionFeedListGetResponse.php | 8 ------- .../AliExpress/SolutionFeedQueryResponse.php | 8 ------- .../AliExpress/SolutionFeedSubmitResponse.php | 8 ------- .../SolutionMerchantProfileGetResponse.php | 8 ------- .../SolutionOrderFulfillResponse.php | 8 ------- .../AliExpress/SolutionOrderGetResponse.php | 8 ------- .../SolutionOrderReceiptInfoGetResponse.php | 8 ------- .../SolutionProductSchemaGetResponse.php | 8 ------- ...olutionSellerCategoryTreeQueryResponse.php | 8 ------- .../AliExpress/TradeBuyPlaceOrderResponse.php | 8 ------- src/Model/Response/BaseResponse.php | 8 ------- src/Model/Response/ErrorResponseBody.php | 8 ------- .../Response/OAuthTokenFetcherResponse.php | 8 ------- .../Taobao/Data/HttpDnsGetResponseData.php | 8 ------- .../Response/Taobao/HttpDnsGetResponse.php | 8 ------- .../Result/HttpDnsGetResponseResult.php | 8 ------- src/Model/Response/TopResponseInterface.php | 8 ------- src/Model/Response/Type/HttpDnsEnvEntry.php | 8 ------- src/Service/RequestDataFilter.php | 8 ------- src/Service/RequestSigner.php | 8 ------- src/Service/RequestTimestampProvider.php | 8 ------- src/TopClient/TopClient.php | 8 ------- src/Traits/ContainerAwareTrait.php | 8 ------- src/Traits/ValidatorAwareTrait.php | 8 ------- tests/RetailCrm/Test/FakeDataRequestDto.php | 8 ------- tests/RetailCrm/Test/MatcherException.php | 8 ------- tests/RetailCrm/Test/RequestMatcher.php | 8 ------- tests/RetailCrm/Test/TestCase.php | 4 ---- tests/RetailCrm/Test/TestDto.php | 8 ------- tests/RetailCrm/Test/TestSignerRequest.php | 8 ------- .../Builder/AuthorizationUriBuilderTest.php | 8 ------- .../Tests/Builder/ClientBuilderTest.php | 8 ------- .../Tests/Builder/ContainerBuilderTest.php | 8 ------- .../JsonDeserializationVisitorTest.php | 8 ------- .../Tests/Component/OAuthTokenFetcherTest.php | 8 ------- .../Tests/Factory/TopRequestFactoryTest.php | 8 ------- .../Tests/Service/RequestSignerTest.php | 8 ------- .../RetailCrm/Tests/TopClient/ClientTest.php | 8 ------- 189 files changed, 22 insertions(+), 1500 deletions(-) diff --git a/LICENSE b/LICENSE index 289e5e6..f9cb1c0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,21 @@ -Copyright © 2020 RetailDriver +The MIT License (MIT) -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: +Copyright (c) 2020 RetailDriver LLC -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE \ No newline at end of file diff --git a/composer.json b/composer.json index 4696ad7..58b20a6 100644 --- a/composer.json +++ b/composer.json @@ -2,16 +2,16 @@ "name": "retailcrm/aliexpress-top-client", "description": "API client implementation for AliExpress TOP.", "type": "library", - "keywords": ["API", "retailCRM", "REST", "AliExpress"], - "homepage": "http://www.retailcrm.ru/", + "keywords": ["API", "RetailCRM", "REST", "AliExpress"], + "homepage": "http://www.retailcrm.pro/", "authors": [ { "name": "RetailDriver LLC", - "email": "integration@retailcrm.ru" + "email": "support@retailcrm.pro" } ], "support": { - "email": "support@retailcrm.ru" + "email": "support@retailcrm.pro" }, "autoload": { "psr-4": { "RetailCrm\\": "src/" } diff --git a/src/Builder/AuthorizationUriBuilder.php b/src/Builder/AuthorizationUriBuilder.php index 05c44a8..d1c74b0 100644 --- a/src/Builder/AuthorizationUriBuilder.php +++ b/src/Builder/AuthorizationUriBuilder.php @@ -4,10 +4,6 @@ * * @category AuthorizationUriBuilder * @package RetailCrm\Builder - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Builder; @@ -21,10 +17,6 @@ use RetailCrm\Interfaces\BuilderInterface; * * @category AuthorizationUriBuilder * @package RetailCrm\Builder - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class AuthorizationUriBuilder implements BuilderInterface { diff --git a/src/Builder/ContainerBuilder.php b/src/Builder/ContainerBuilder.php index ecf97e6..07206b5 100644 --- a/src/Builder/ContainerBuilder.php +++ b/src/Builder/ContainerBuilder.php @@ -5,10 +5,6 @@ * * @category ContainerBuilder * @package RetailCrm\Builder - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Builder; @@ -50,10 +46,6 @@ use Symfony\Component\Validator\Validator\ValidatorInterface; * * @category ContainerBuilder * @package RetailCrm\Builder - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru * * ContainerBuilder should be like that. * @SuppressWarnings(PHPMD.CouplingBetweenObjects) diff --git a/src/Builder/TopClientBuilder.php b/src/Builder/TopClientBuilder.php index 8a5b5b8..eccc4c2 100644 --- a/src/Builder/TopClientBuilder.php +++ b/src/Builder/TopClientBuilder.php @@ -5,10 +5,6 @@ * * @category TopClientBuilder * @package RetailCrm\Builder - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Builder; @@ -29,10 +25,6 @@ use RetailCrm\Traits\ContainerAwareTrait; * * @category TopClientBuilder * @package RetailCrm\Builder - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class TopClientBuilder implements ContainerAwareInterface, BuilderInterface { diff --git a/src/Component/AppData.php b/src/Component/AppData.php index cdbb4fc..72cf6cd 100644 --- a/src/Component/AppData.php +++ b/src/Component/AppData.php @@ -5,10 +5,6 @@ * * @category AppData * @package RetailCrm\Component - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component; @@ -20,10 +16,6 @@ use Symfony\Component\Validator\Constraints as Assert; * * @category AppData * @package RetailCrm\Component - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class AppData implements AppDataInterface { diff --git a/src/Component/Authenticator/TokenAuthenticator.php b/src/Component/Authenticator/TokenAuthenticator.php index 5ae51f9..7a98a47 100644 --- a/src/Component/Authenticator/TokenAuthenticator.php +++ b/src/Component/Authenticator/TokenAuthenticator.php @@ -4,10 +4,6 @@ * * @category TokenAuthenticator * @package RetailCrm\Component\Authenticator - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component\Authenticator; @@ -20,10 +16,6 @@ use RetailCrm\Model\Request\BaseRequest; * * @category TokenAuthenticator * @package RetailCrm\Component\Authenticator - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class TokenAuthenticator implements AuthenticatorInterface { diff --git a/src/Component/Constants.php b/src/Component/Constants.php index d324123..35e17f1 100644 --- a/src/Component/Constants.php +++ b/src/Component/Constants.php @@ -5,10 +5,6 @@ * * @category Constants * @package RetailCrm\Component - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component; @@ -17,10 +13,6 @@ namespace RetailCrm\Component; * * @category Constants * @package RetailCrm\Component - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class Constants { diff --git a/src/Component/ConstraintViolationListTransformer.php b/src/Component/ConstraintViolationListTransformer.php index 014d09c..09674b7 100644 --- a/src/Component/ConstraintViolationListTransformer.php +++ b/src/Component/ConstraintViolationListTransformer.php @@ -4,10 +4,6 @@ * * @category ConstraintViolationListTransformer * @package RetailCrm\Component - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component; @@ -19,10 +15,6 @@ use Symfony\Component\Validator\ConstraintViolationListInterface; * * @category ConstraintViolationListTransformer * @package RetailCrm\Component - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class ConstraintViolationListTransformer { diff --git a/src/Component/DependencyInjection/Container.php b/src/Component/DependencyInjection/Container.php index 095a925..0e3ed2f 100644 --- a/src/Component/DependencyInjection/Container.php +++ b/src/Component/DependencyInjection/Container.php @@ -5,10 +5,6 @@ * * @category Container * @package RetailCrm\Component\DependencyInjection - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component\DependencyInjection; @@ -29,10 +25,6 @@ use Throwable; * @category Container * @package RetailCrm\Component\DependencyInjection * @author Evgeniy Zyubin - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ final class Container implements ContainerInterface { diff --git a/src/Component/DependencyInjection/Exception/ContainerException.php b/src/Component/DependencyInjection/Exception/ContainerException.php index a9f16ab..b93e2a6 100644 --- a/src/Component/DependencyInjection/Exception/ContainerException.php +++ b/src/Component/DependencyInjection/Exception/ContainerException.php @@ -5,10 +5,6 @@ * * @category ContainerException * @package RetailCrm\Component\DependencyInjection\Exception - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component\DependencyInjection\Exception; @@ -21,10 +17,6 @@ use LogicException; * @category ContainerException * @package RetailCrm\Component\DependencyInjection\Exception * @author Evgeniy Zyubin - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class ContainerException extends LogicException implements ContainerExceptionInterface { diff --git a/src/Component/DependencyInjection/Exception/NotFoundException.php b/src/Component/DependencyInjection/Exception/NotFoundException.php index 40d39c7..13edb44 100644 --- a/src/Component/DependencyInjection/Exception/NotFoundException.php +++ b/src/Component/DependencyInjection/Exception/NotFoundException.php @@ -5,10 +5,6 @@ * * @category NotFoundException * @package RetailCrm\Component\DependencyInjection\Exception - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component\DependencyInjection\Exception; @@ -21,10 +17,6 @@ use InvalidArgumentException; * @category NotFoundException * @package RetailCrm\Component\DependencyInjection\Exception * @author Evgeniy Zyubin - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class NotFoundException extends InvalidArgumentException implements NotFoundExceptionInterface { diff --git a/src/Component/DependencyInjection/FactoryInterface.php b/src/Component/DependencyInjection/FactoryInterface.php index 7f2932e..f15fa0a 100644 --- a/src/Component/DependencyInjection/FactoryInterface.php +++ b/src/Component/DependencyInjection/FactoryInterface.php @@ -5,10 +5,6 @@ * * @category FactoryInterface * @package RetailCrm\Component\DependencyInjection - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component\DependencyInjection; @@ -20,10 +16,6 @@ use Psr\Container\ContainerInterface; * @category FactoryInterface * @package RetailCrm\Component\DependencyInjection * @author Evgeniy Zyubin - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ interface FactoryInterface { diff --git a/src/Component/Environment.php b/src/Component/Environment.php index e7a0d86..21ca406 100644 --- a/src/Component/Environment.php +++ b/src/Component/Environment.php @@ -5,10 +5,6 @@ * * @category Environment * @package RetailCrm\Component - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component; @@ -19,10 +15,6 @@ use InvalidArgumentException; * * @category Environment * @package RetailCrm\Component - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class Environment { diff --git a/src/Component/Exception/FactoryException.php b/src/Component/Exception/FactoryException.php index bf1d469..3757d9b 100644 --- a/src/Component/Exception/FactoryException.php +++ b/src/Component/Exception/FactoryException.php @@ -5,10 +5,6 @@ * * @category FactoryException * @package RetailCrm\Component\Exception - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component\Exception; @@ -17,10 +13,6 @@ namespace RetailCrm\Component\Exception; * * @category FactoryException * @package RetailCrm\Component\Exception - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class FactoryException extends \Exception { diff --git a/src/Component/Exception/NotImplementedException.php b/src/Component/Exception/NotImplementedException.php index b8ce3b0..4e171b7 100644 --- a/src/Component/Exception/NotImplementedException.php +++ b/src/Component/Exception/NotImplementedException.php @@ -5,10 +5,6 @@ * * @category NotImplementedException * @package RetailCrm\Component\Exception - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component\Exception; @@ -17,10 +13,6 @@ namespace RetailCrm\Component\Exception; * * @category NotImplementedException * @package RetailCrm\Component\Exception - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class NotImplementedException extends \Exception { diff --git a/src/Component/Exception/OAuthTokenFetcherException.php b/src/Component/Exception/OAuthTokenFetcherException.php index dcaaac1..7e179e1 100644 --- a/src/Component/Exception/OAuthTokenFetcherException.php +++ b/src/Component/Exception/OAuthTokenFetcherException.php @@ -4,10 +4,6 @@ * * @category OAuthTokenFetcherException * @package RetailCrm\Component\Exception - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component\Exception; @@ -19,10 +15,6 @@ use Exception; * * @category OAuthTokenFetcherException * @package RetailCrm\Component\Exception - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class OAuthTokenFetcherException extends Exception { diff --git a/src/Component/Exception/TopApiException.php b/src/Component/Exception/TopApiException.php index a937fbe..56c7d20 100644 --- a/src/Component/Exception/TopApiException.php +++ b/src/Component/Exception/TopApiException.php @@ -5,10 +5,6 @@ * * @category TopApiException * @package RetailCrm\Component\Exception - * @author RetailCRM - * @license MIT - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component\Exception; @@ -21,10 +17,6 @@ use Throwable; * * @category TopApiException * @package RetailCrm\Component\Exception - * @author RetailDriver LLC - * @license MIT - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class TopApiException extends Exception { diff --git a/src/Component/Exception/TopClientException.php b/src/Component/Exception/TopClientException.php index 3c8d87d..57ed244 100644 --- a/src/Component/Exception/TopClientException.php +++ b/src/Component/Exception/TopClientException.php @@ -5,10 +5,6 @@ * * @category TopClientException * @package RetailCrm\Component\Exception - * @author RetailCRM - * @license MIT - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component\Exception; @@ -19,10 +15,6 @@ use Exception; * * @category TopClientException * @package RetailCrm\Component\Exception - * @author RetailDriver LLC - * @license MIT - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class TopClientException extends Exception { diff --git a/src/Component/Exception/ValidationException.php b/src/Component/Exception/ValidationException.php index f3707b9..24126d0 100644 --- a/src/Component/Exception/ValidationException.php +++ b/src/Component/Exception/ValidationException.php @@ -5,10 +5,6 @@ * * @category ValidationException * @package RetailCrm\Component\Exception - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component\Exception; @@ -20,10 +16,6 @@ use Throwable; * * @category ValidationException * @package RetailCrm\Component\Exception - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class ValidationException extends \Exception { diff --git a/src/Component/JMS/Factory/JsonDeserializationVisitorFactory.php b/src/Component/JMS/Factory/JsonDeserializationVisitorFactory.php index 9d0d3e8..066ada3 100644 --- a/src/Component/JMS/Factory/JsonDeserializationVisitorFactory.php +++ b/src/Component/JMS/Factory/JsonDeserializationVisitorFactory.php @@ -4,10 +4,6 @@ * * @category JsonDeserializationVisitorFactory * @package RetailCrm\Component\JMS\Factory - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component\JMS\Factory; @@ -21,10 +17,6 @@ use JMS\Serializer\Visitor\Factory\DeserializationVisitorFactory; * * @category JsonDeserializationVisitorFactory * @package RetailCrm\Component\JMS\Factory - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class JsonDeserializationVisitorFactory implements DeserializationVisitorFactory { diff --git a/src/Component/JMS/Visitor/Deserialization/JsonDeserializationVisitor.php b/src/Component/JMS/Visitor/Deserialization/JsonDeserializationVisitor.php index a51e315..4956712 100644 --- a/src/Component/JMS/Visitor/Deserialization/JsonDeserializationVisitor.php +++ b/src/Component/JMS/Visitor/Deserialization/JsonDeserializationVisitor.php @@ -4,10 +4,6 @@ * * @category JsonDeserializationVisitor * @package RetailCrm\Component\JMS\Visitor\Deserialization - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component\JMS\Visitor\Deserialization; @@ -27,10 +23,6 @@ use SplStack; * * @category JsonDeserializationVisitor * @package RetailCrm\Component\JMS\Visitor\Deserialization - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class JsonDeserializationVisitor extends AbstractVisitor implements DeserializationVisitorInterface { diff --git a/src/Component/Logger/AbstractLogger.php b/src/Component/Logger/AbstractLogger.php index f0ee584..e7e13ff 100644 --- a/src/Component/Logger/AbstractLogger.php +++ b/src/Component/Logger/AbstractLogger.php @@ -5,10 +5,6 @@ * * @category AbstractLogger * @package RetailCrm\Component\Logger - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component\Logger; @@ -19,10 +15,6 @@ use Psr\Log\AbstractLogger as BaseAbstractLogger; * * @category AbstractLogger * @package RetailCrm\Component\Logger - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ abstract class AbstractLogger extends BaseAbstractLogger { diff --git a/src/Component/Logger/FileLogger.php b/src/Component/Logger/FileLogger.php index b5caae3..d0d0546 100644 --- a/src/Component/Logger/FileLogger.php +++ b/src/Component/Logger/FileLogger.php @@ -5,10 +5,6 @@ * * @category FileLogger * @package RetailCrm\Component\Logger - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component\Logger; @@ -17,10 +13,6 @@ namespace RetailCrm\Component\Logger; * * @category FileLogger * @package RetailCrm\Component\Logger - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class FileLogger extends AbstractLogger { diff --git a/src/Component/Logger/StdoutLogger.php b/src/Component/Logger/StdoutLogger.php index 342ba32..1c884cc 100644 --- a/src/Component/Logger/StdoutLogger.php +++ b/src/Component/Logger/StdoutLogger.php @@ -5,10 +5,6 @@ * * @category StdioLogger * @package RetailCrm\Component\Logger - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component\Logger; @@ -17,10 +13,6 @@ namespace RetailCrm\Component\Logger; * * @category StdioLogger * @package RetailCrm\Component\Logger - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class StdoutLogger extends AbstractLogger { diff --git a/src/Component/OAuthTokenFetcher.php b/src/Component/OAuthTokenFetcher.php index f6d6626..5366dfd 100644 --- a/src/Component/OAuthTokenFetcher.php +++ b/src/Component/OAuthTokenFetcher.php @@ -4,10 +4,6 @@ * * @category OAuthTokenFetcher * @package RetailCrm\Component - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component; @@ -31,10 +27,6 @@ use RetailCrm\Model\Response\OAuthTokenFetcherResponse; * * @category OAuthTokenFetcher * @package RetailCrm\Component - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class OAuthTokenFetcher { diff --git a/src/Component/ServiceLocator.php b/src/Component/ServiceLocator.php index 71955af..7cc46bf 100644 --- a/src/Component/ServiceLocator.php +++ b/src/Component/ServiceLocator.php @@ -5,10 +5,6 @@ * * @category ServiceLocator * @package RetailCrm\Component - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component; @@ -23,10 +19,6 @@ use RetailCrm\Traits\ContainerAwareTrait; * * @category ServiceLocator * @package RetailCrm\Component - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class ServiceLocator implements ContainerAwareInterface { diff --git a/src/Component/Storage/ProductSchemaStorage.php b/src/Component/Storage/ProductSchemaStorage.php index a65caa8..6d9f3de 100644 --- a/src/Component/Storage/ProductSchemaStorage.php +++ b/src/Component/Storage/ProductSchemaStorage.php @@ -4,10 +4,6 @@ * * @category ProductSchemaStorage * @package RetailCrm\Component\Storage - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component\Storage; @@ -29,10 +25,6 @@ use RetailCrm\Model\Response\ErrorResponseBody; * * @category ProductSchemaStorage * @package RetailCrm\Component\Storage - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class ProductSchemaStorage { diff --git a/src/Component/Validator/Constraints/Timezone.php b/src/Component/Validator/Constraints/Timezone.php index 4f8ee84..cf4bcc8 100644 --- a/src/Component/Validator/Constraints/Timezone.php +++ b/src/Component/Validator/Constraints/Timezone.php @@ -4,10 +4,6 @@ * * @category Timezone * @package RetailCrm\Component\Validator\Constraints - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component\Validator\Constraints; @@ -19,10 +15,6 @@ use Symfony\Component\Validator\Constraint; * * @category Timezone * @package RetailCrm\Component\Validator\Constraints - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru * * @Annotation * @Target({"PROPERTY", "METHOD", "ANNOTATION"}) diff --git a/src/Component/Validator/Constraints/TimezoneValidator.php b/src/Component/Validator/Constraints/TimezoneValidator.php index 035d04d..27da9f8 100644 --- a/src/Component/Validator/Constraints/TimezoneValidator.php +++ b/src/Component/Validator/Constraints/TimezoneValidator.php @@ -4,10 +4,6 @@ * * @category TimezoneValidator * @package RetailCrm\Component\Validator\Constraints - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Component\Validator\Constraints; @@ -23,10 +19,6 @@ use Symfony\Component\Validator\Exception\UnexpectedValueException; * * @category TimezoneValidator * @package RetailCrm\Component\Validator\Constraints - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class TimezoneValidator extends ConstraintValidator { diff --git a/src/Factory/FileItemFactory.php b/src/Factory/FileItemFactory.php index 7f6f221..16a5ddf 100644 --- a/src/Factory/FileItemFactory.php +++ b/src/Factory/FileItemFactory.php @@ -5,10 +5,6 @@ * * @category FileItemFactory * @package RetailCrm\Factory - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Factory; @@ -22,10 +18,6 @@ use RetailCrm\Model\FileItem; * * @category FileItemFactory * @package RetailCrm\Factory - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class FileItemFactory implements FileItemFactoryInterface { diff --git a/src/Factory/OAuthTokenFetcherFactory.php b/src/Factory/OAuthTokenFetcherFactory.php index 3883a6d..4384631 100644 --- a/src/Factory/OAuthTokenFetcherFactory.php +++ b/src/Factory/OAuthTokenFetcherFactory.php @@ -4,10 +4,6 @@ * * @category OAuthTokenFetcherFactory * @package RetailCrm\Factory - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Factory; @@ -25,10 +21,6 @@ use RetailCrm\Interfaces\ParametrizedFactoryInterface; * * @category OAuthTokenFetcherFactory * @package RetailCrm\Factory - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class OAuthTokenFetcherFactory implements ParametrizedFactoryInterface { diff --git a/src/Factory/ProductSchemaStorageFactory.php b/src/Factory/ProductSchemaStorageFactory.php index 7b08b17..2d60240 100644 --- a/src/Factory/ProductSchemaStorageFactory.php +++ b/src/Factory/ProductSchemaStorageFactory.php @@ -4,10 +4,6 @@ * * @category ProductSchemaStorageFactory * @package RetailCrm\Factory - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Factory; @@ -22,10 +18,6 @@ use RetailCrm\Interfaces\TopClientInterface; * * @category ProductSchemaStorageFactory * @package RetailCrm\Factory - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class ProductSchemaStorageFactory implements FactoryInterface { diff --git a/src/Factory/SerializationContextFactory.php b/src/Factory/SerializationContextFactory.php index 8d9c679..b00714b 100644 --- a/src/Factory/SerializationContextFactory.php +++ b/src/Factory/SerializationContextFactory.php @@ -5,10 +5,6 @@ * * @category SerializationContextFactory * @package RetailCrm\Factory - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Factory; @@ -20,10 +16,6 @@ use JMS\Serializer\SerializationContext; * * @category SerializationContextFactory * @package RetailCrm\Factory - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SerializationContextFactory implements SerializationContextFactoryInterface { diff --git a/src/Factory/SerializerFactory.php b/src/Factory/SerializerFactory.php index c49053c..80a5aa2 100644 --- a/src/Factory/SerializerFactory.php +++ b/src/Factory/SerializerFactory.php @@ -5,10 +5,6 @@ * * @category SerializerFactory * @package RetailCrm\Factory - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Factory; @@ -30,10 +26,6 @@ use JMS\Serializer\Expression\ExpressionEvaluator; * * @category SerializerFactory * @package RetailCrm\Factory - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SerializerFactory implements FactoryInterface { diff --git a/src/Factory/TopRequestFactory.php b/src/Factory/TopRequestFactory.php index c110d9e..38b3da5 100644 --- a/src/Factory/TopRequestFactory.php +++ b/src/Factory/TopRequestFactory.php @@ -5,10 +5,6 @@ * * @category TopRequestFactory * @package RetailCrm\Factory - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Factory; @@ -35,10 +31,6 @@ use UnexpectedValueException; * * @category TopRequestFactory * @package RetailCrm\Factory - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru * @SuppressWarnings(PHPMD.CouplingBetweenObjects) */ class TopRequestFactory implements TopRequestFactoryInterface diff --git a/src/Interfaces/AppDataInterface.php b/src/Interfaces/AppDataInterface.php index 6deb430..f68e569 100644 --- a/src/Interfaces/AppDataInterface.php +++ b/src/Interfaces/AppDataInterface.php @@ -5,10 +5,6 @@ * * @category AppDataInterface * @package RetailCrm\Interfaces - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Interfaces; @@ -18,10 +14,6 @@ namespace RetailCrm\Interfaces; * * @category AppDataInterface * @package RetailCrm\Interfaces - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ interface AppDataInterface { diff --git a/src/Interfaces/AuthenticatorInterface.php b/src/Interfaces/AuthenticatorInterface.php index 6218829..697e3e3 100644 --- a/src/Interfaces/AuthenticatorInterface.php +++ b/src/Interfaces/AuthenticatorInterface.php @@ -5,10 +5,6 @@ * * @category AuthenticatorInterface * @package RetailCrm\Interfaces - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Interfaces; @@ -20,10 +16,6 @@ use RetailCrm\Model\Request\BaseRequest; * * @category AuthenticatorInterface * @package RetailCrm\Interfaces - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ interface AuthenticatorInterface { diff --git a/src/Interfaces/BuilderInterface.php b/src/Interfaces/BuilderInterface.php index 9e63f29..84fb1a3 100644 --- a/src/Interfaces/BuilderInterface.php +++ b/src/Interfaces/BuilderInterface.php @@ -5,10 +5,6 @@ * * @category BuilderInterface * @package RetailCrm\Interfaces - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Interfaces; @@ -18,10 +14,6 @@ namespace RetailCrm\Interfaces; * * @category BuilderInterface * @package RetailCrm\Interfaces - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ interface BuilderInterface { diff --git a/src/Interfaces/ContainerAwareInterface.php b/src/Interfaces/ContainerAwareInterface.php index 7726273..9b6124b 100644 --- a/src/Interfaces/ContainerAwareInterface.php +++ b/src/Interfaces/ContainerAwareInterface.php @@ -5,10 +5,6 @@ * * @category ContainerAwareInterface * @package RetailCrm\Interfaces - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Interfaces; @@ -20,10 +16,6 @@ use Psr\Container\ContainerInterface; * * @category ContainerAwareInterface * @package RetailCrm\Interfaces - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ interface ContainerAwareInterface { diff --git a/src/Interfaces/FactoryInterface.php b/src/Interfaces/FactoryInterface.php index a814f74..ce25779 100644 --- a/src/Interfaces/FactoryInterface.php +++ b/src/Interfaces/FactoryInterface.php @@ -5,10 +5,6 @@ * * @category FactoryInterface * @package RetailCrm\Interfaces - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Interfaces; @@ -18,10 +14,6 @@ namespace RetailCrm\Interfaces; * * @category FactoryInterface * @package RetailCrm\Interfaces - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ interface FactoryInterface { diff --git a/src/Interfaces/FileItemFactoryInterface.php b/src/Interfaces/FileItemFactoryInterface.php index 862bbe3..77850db 100644 --- a/src/Interfaces/FileItemFactoryInterface.php +++ b/src/Interfaces/FileItemFactoryInterface.php @@ -5,10 +5,6 @@ * * @category FactoryInterface * @package RetailCrm\Interfaces - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Interfaces; @@ -18,10 +14,6 @@ namespace RetailCrm\Interfaces; * * @category FileItemFactoryInterface * @package RetailCrm\Interfaces - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ interface FileItemFactoryInterface { diff --git a/src/Interfaces/FileItemInterface.php b/src/Interfaces/FileItemInterface.php index 8cf5eca..f2be070 100644 --- a/src/Interfaces/FileItemInterface.php +++ b/src/Interfaces/FileItemInterface.php @@ -5,10 +5,6 @@ * * @category FileItemInterface * @package RetailCrm\Interfaces - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Interfaces; @@ -20,10 +16,6 @@ use Psr\Http\Message\StreamInterface; * * @category FileItemInterface * @package RetailCrm\Interfaces - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ interface FileItemInterface { diff --git a/src/Interfaces/ParametrizedFactoryInterface.php b/src/Interfaces/ParametrizedFactoryInterface.php index 2209630..7fe996b 100644 --- a/src/Interfaces/ParametrizedFactoryInterface.php +++ b/src/Interfaces/ParametrizedFactoryInterface.php @@ -5,10 +5,6 @@ * * @category ParametrizedFactoryInterface * @package RetailCrm\Interfaces - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Interfaces; @@ -18,10 +14,6 @@ namespace RetailCrm\Interfaces; * * @category ParametrizedFactoryInterface * @package RetailCrm\Interfaces - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ interface ParametrizedFactoryInterface { diff --git a/src/Interfaces/RequestDtoInterface.php b/src/Interfaces/RequestDtoInterface.php index c55d344..38411a6 100644 --- a/src/Interfaces/RequestDtoInterface.php +++ b/src/Interfaces/RequestDtoInterface.php @@ -5,10 +5,6 @@ * * @category RequestDtoInterface * @package RetailCrm\Interfaces - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Interfaces; @@ -18,10 +14,6 @@ namespace RetailCrm\Interfaces; * * @category RequestDtoInterface * @package RetailCrm\Interfaces - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ interface RequestDtoInterface { diff --git a/src/Interfaces/RequestSignerInterface.php b/src/Interfaces/RequestSignerInterface.php index 43d3056..22ad429 100644 --- a/src/Interfaces/RequestSignerInterface.php +++ b/src/Interfaces/RequestSignerInterface.php @@ -5,10 +5,6 @@ * * @category RequestSignerInterface * @package RetailCrm\Interfaces - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Interfaces; @@ -18,10 +14,6 @@ namespace RetailCrm\Interfaces; * * @category RequestSignerInterface * @package RetailCrm\Interfaces - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ interface RequestSignerInterface { diff --git a/src/Interfaces/RequestTimestampProviderInterface.php b/src/Interfaces/RequestTimestampProviderInterface.php index 204e538..a864a0a 100644 --- a/src/Interfaces/RequestTimestampProviderInterface.php +++ b/src/Interfaces/RequestTimestampProviderInterface.php @@ -5,10 +5,6 @@ * * @category RequestTimestampProviderInterface * @package RetailCrm\Interfaces - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Interfaces; @@ -20,10 +16,6 @@ use RetailCrm\Model\Request\BaseRequest; * * @category RequestTimestampProviderInterface * @package RetailCrm\Interfaces - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ interface RequestTimestampProviderInterface { diff --git a/src/Interfaces/TopClientInterface.php b/src/Interfaces/TopClientInterface.php index 0f8f2f6..5b005da 100644 --- a/src/Interfaces/TopClientInterface.php +++ b/src/Interfaces/TopClientInterface.php @@ -5,10 +5,6 @@ * * @category TopClientInterface * @package RetailCrm\Interfaces - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Interfaces; @@ -22,10 +18,6 @@ use RetailCrm\Model\Response\TopResponseInterface; * * @category ContainerBuilder * @package RetailCrm\Interfaces - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru * */ interface TopClientInterface diff --git a/src/Interfaces/TopRequestFactoryInterface.php b/src/Interfaces/TopRequestFactoryInterface.php index 446c768..c8e2621 100644 --- a/src/Interfaces/TopRequestFactoryInterface.php +++ b/src/Interfaces/TopRequestFactoryInterface.php @@ -5,10 +5,6 @@ * * @category TopRequestFactoryInterface * @package RetailCrm\Interfaces - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Interfaces; @@ -21,10 +17,6 @@ use RetailCrm\Model\Request\BaseRequest; * * @category TopRequestFactoryInterface * @package RetailCrm\Interfaces - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ interface TopRequestFactoryInterface { diff --git a/src/Model/Entity/CategoryInfo.php b/src/Model/Entity/CategoryInfo.php index 43f9469..abe44dd 100644 --- a/src/Model/Entity/CategoryInfo.php +++ b/src/Model/Entity/CategoryInfo.php @@ -4,10 +4,6 @@ * * @category CategoryInfo * @package RetailCrm\Model\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category CategoryInfo * @package RetailCrm\Model\Entity - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class CategoryInfo { diff --git a/src/Model/Entity/OrderDto.php b/src/Model/Entity/OrderDto.php index 121e1cd..d6edae0 100644 --- a/src/Model/Entity/OrderDto.php +++ b/src/Model/Entity/OrderDto.php @@ -4,10 +4,6 @@ * * @category OrderDto * @package RetailCrm\Model\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Entity; @@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS; * * @category OrderDto * @package RetailCrm\Model\Entity - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru * @SuppressWarnings(PHPMD.TooManyFields) */ class OrderDto diff --git a/src/Model/Entity/OrderProductDto.php b/src/Model/Entity/OrderProductDto.php index 0fd4d33..8ade27a 100644 --- a/src/Model/Entity/OrderProductDto.php +++ b/src/Model/Entity/OrderProductDto.php @@ -4,10 +4,6 @@ * * @category OrderProductDto * @package RetailCrm\Model\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Entity; @@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS; * * @category OrderProductDto * @package RetailCrm\Model\Entity - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru * @SuppressWarnings(PHPMD.TooManyFields) */ class OrderProductDto diff --git a/src/Model/Entity/OrderProductDtoList.php b/src/Model/Entity/OrderProductDtoList.php index edc9394..62fe4a9 100644 --- a/src/Model/Entity/OrderProductDtoList.php +++ b/src/Model/Entity/OrderProductDtoList.php @@ -4,10 +4,6 @@ * * @category OrderProductDtoList * @package RetailCrm\Model\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category OrderProductDtoList * @package RetailCrm\Model\Entity - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class OrderProductDtoList { diff --git a/src/Model/Entity/SimpleMoney.php b/src/Model/Entity/SimpleMoney.php index d355cd8..25ff108 100644 --- a/src/Model/Entity/SimpleMoney.php +++ b/src/Model/Entity/SimpleMoney.php @@ -4,10 +4,6 @@ * * @category SimpleMoney * @package RetailCrm\Model\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SimpleMoney * @package RetailCrm\Model\Entity - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SimpleMoney { diff --git a/src/Model/Enum/AvailableResponseFormats.php b/src/Model/Enum/AvailableResponseFormats.php index 1bf52ad..b7fb4a4 100644 --- a/src/Model/Enum/AvailableResponseFormats.php +++ b/src/Model/Enum/AvailableResponseFormats.php @@ -4,10 +4,6 @@ * * @category AvailableResponseFormats * @package RetailCrm\Model\Enum - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Enum; @@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum; * * @category AvailableResponseFormats * @package RetailCrm\Model\Enum - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class AvailableResponseFormats { diff --git a/src/Model/Enum/AvailableSignMethods.php b/src/Model/Enum/AvailableSignMethods.php index 25b3ecf..e8e607e 100644 --- a/src/Model/Enum/AvailableSignMethods.php +++ b/src/Model/Enum/AvailableSignMethods.php @@ -4,10 +4,6 @@ * * @category AvailableSignMethods * @package RetailCrm\Model\Enum - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Enum; @@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum; * * @category AvailableSignMethods * @package RetailCrm\Model\Enum - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class AvailableSignMethods { diff --git a/src/Model/Enum/BizTypes.php b/src/Model/Enum/BizTypes.php index bf13a7a..dfb84c7 100644 --- a/src/Model/Enum/BizTypes.php +++ b/src/Model/Enum/BizTypes.php @@ -4,10 +4,6 @@ * * @category BizTypes * @package RetailCrm\Model\Enum - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Enum; @@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum; * * @category BizTypes * @package RetailCrm\Model\Enum - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class BizTypes { diff --git a/src/Model/Enum/CategoryForecastSupportedLanguages.php b/src/Model/Enum/CategoryForecastSupportedLanguages.php index 9181cd7..bd40257 100644 --- a/src/Model/Enum/CategoryForecastSupportedLanguages.php +++ b/src/Model/Enum/CategoryForecastSupportedLanguages.php @@ -4,10 +4,6 @@ * * @category CategoryForecastSupportedLanguages * @package RetailCrm\Model\Enum - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Enum; @@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum; * * @category CategoryForecastSupportedLanguages * @package RetailCrm\Model\Enum - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class CategoryForecastSupportedLanguages { diff --git a/src/Model/Enum/DropshippingAreas.php b/src/Model/Enum/DropshippingAreas.php index eb79f85..cea6c0d 100644 --- a/src/Model/Enum/DropshippingAreas.php +++ b/src/Model/Enum/DropshippingAreas.php @@ -4,10 +4,6 @@ * * @category DropshippingAreas * @package RetailCrm\Model\Enum - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Enum; @@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum; * * @category DropshippingAreas * @package RetailCrm\Model\Enum - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class DropshippingAreas { diff --git a/src/Model/Enum/FeedOperationTypes.php b/src/Model/Enum/FeedOperationTypes.php index aaa215e..58aeac9 100644 --- a/src/Model/Enum/FeedOperationTypes.php +++ b/src/Model/Enum/FeedOperationTypes.php @@ -4,10 +4,6 @@ * * @category FeedOperationTypes * @package RetailCrm\Model\Enum - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Enum; @@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum; * * @category FeedOperationTypes * @package RetailCrm\Model\Enum - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class FeedOperationTypes { diff --git a/src/Model/Enum/FeedStatuses.php b/src/Model/Enum/FeedStatuses.php index 381a835..a58b606 100644 --- a/src/Model/Enum/FeedStatuses.php +++ b/src/Model/Enum/FeedStatuses.php @@ -4,10 +4,6 @@ * * @category FeedStatuses * @package RetailCrm\Model\Enum - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Enum; @@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum; * * @category FeedStatuses * @package RetailCrm\Model\Enum - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class FeedStatuses { diff --git a/src/Model/Enum/FrozenStatuses.php b/src/Model/Enum/FrozenStatuses.php index 4284655..9ddac0c 100644 --- a/src/Model/Enum/FrozenStatuses.php +++ b/src/Model/Enum/FrozenStatuses.php @@ -4,10 +4,6 @@ * * @category FrozenStatuses * @package RetailCrm\Model\Enum - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Enum; @@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum; * * @category FrozenStatuses * @package RetailCrm\Model\Enum - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class FrozenStatuses { diff --git a/src/Model/Enum/FundsStatuses.php b/src/Model/Enum/FundsStatuses.php index c75a8b3..7668d84 100644 --- a/src/Model/Enum/FundsStatuses.php +++ b/src/Model/Enum/FundsStatuses.php @@ -4,10 +4,6 @@ * * @category FundsStatuses * @package RetailCrm\Model\Enum - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Enum; @@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum; * * @category FundsStatuses * @package RetailCrm\Model\Enum - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class FundsStatuses { diff --git a/src/Model/Enum/IssueStatuses.php b/src/Model/Enum/IssueStatuses.php index 6ade511..899c98e 100644 --- a/src/Model/Enum/IssueStatuses.php +++ b/src/Model/Enum/IssueStatuses.php @@ -4,10 +4,6 @@ * * @category IssueStatuses * @package RetailCrm\Model\Enum - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Enum; @@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum; * * @category IssueStatuses * @package RetailCrm\Model\Enum - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class IssueStatuses { diff --git a/src/Model/Enum/LogisticsStatuses.php b/src/Model/Enum/LogisticsStatuses.php index 14e268f..f1b256b 100644 --- a/src/Model/Enum/LogisticsStatuses.php +++ b/src/Model/Enum/LogisticsStatuses.php @@ -4,10 +4,6 @@ * * @category LogisticsStatuses * @package RetailCrm\Model\Enum - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Enum; @@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum; * * @category LogisticsStatuses * @package RetailCrm\Model\Enum - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class LogisticsStatuses { diff --git a/src/Model/Enum/OfflinePickupTypes.php b/src/Model/Enum/OfflinePickupTypes.php index fe18f97..9ba2e65 100644 --- a/src/Model/Enum/OfflinePickupTypes.php +++ b/src/Model/Enum/OfflinePickupTypes.php @@ -4,10 +4,6 @@ * * @category OfflinePickupTypes * @package RetailCrm\Model\Enum - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Enum; @@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum; * * @category OfflinePickupTypes * @package RetailCrm\Model\Enum - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class OfflinePickupTypes { diff --git a/src/Model/Enum/OrderStatuses.php b/src/Model/Enum/OrderStatuses.php index 182a3f0..a1bd158 100644 --- a/src/Model/Enum/OrderStatuses.php +++ b/src/Model/Enum/OrderStatuses.php @@ -4,10 +4,6 @@ * * @category OrderStatuses * @package RetailCrm\Model\Enum - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Enum; @@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum; * * @category OrderStatuses * @package RetailCrm\Model\Enum - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class OrderStatuses { diff --git a/src/Model/Enum/ShippingTypes.php b/src/Model/Enum/ShippingTypes.php index e7aaf09..07c9113 100644 --- a/src/Model/Enum/ShippingTypes.php +++ b/src/Model/Enum/ShippingTypes.php @@ -4,10 +4,6 @@ * * @category ShippingTypes * @package RetailCrm\Model\Enum - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Enum; @@ -17,10 +13,6 @@ namespace RetailCrm\Model\Enum; * * @category ShippingTypes * @package RetailCrm\Model\Enum - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class ShippingTypes { diff --git a/src/Model/FileItem.php b/src/Model/FileItem.php index c42b056..927d3d9 100644 --- a/src/Model/FileItem.php +++ b/src/Model/FileItem.php @@ -5,10 +5,6 @@ * * @category FileItem * @package RetailCrm\Model - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model; @@ -20,10 +16,6 @@ use RetailCrm\Interfaces\FileItemInterface; * * @category FileItem * @package RetailCrm\Model - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class FileItem implements FileItemInterface { diff --git a/src/Model/Request/AliExpress/Data/FeedPricesUpdateDto.php b/src/Model/Request/AliExpress/Data/FeedPricesUpdateDto.php index 8ad6db7..2aa573a 100644 --- a/src/Model/Request/AliExpress/Data/FeedPricesUpdateDto.php +++ b/src/Model/Request/AliExpress/Data/FeedPricesUpdateDto.php @@ -4,10 +4,6 @@ * * @category FeedPricesUpdateDto * @package RetailCrm\Model\Request\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress\Data; @@ -20,10 +16,6 @@ use RetailCrm\Interfaces\RequestDtoInterface; * * @category FeedPricesUpdateDto * @package RetailCrm\Model\Request\AliExpress\Data - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class FeedPricesUpdateDto implements RequestDtoInterface { diff --git a/src/Model/Request/AliExpress/Data/FeedStocksUpdateDto.php b/src/Model/Request/AliExpress/Data/FeedStocksUpdateDto.php index 1e27c58..1b98e69 100644 --- a/src/Model/Request/AliExpress/Data/FeedStocksUpdateDto.php +++ b/src/Model/Request/AliExpress/Data/FeedStocksUpdateDto.php @@ -4,10 +4,6 @@ * * @category FeedStocksUpdateDto * @package RetailCrm\Model\Request\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress\Data; @@ -20,10 +16,6 @@ use RetailCrm\Interfaces\RequestDtoInterface; * * @category FeedStocksUpdateDto * @package RetailCrm\Model\Request\AliExpress\Data - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class FeedStocksUpdateDto implements RequestDtoInterface { diff --git a/src/Model/Request/AliExpress/Data/MaillingAddressRequestDto.php b/src/Model/Request/AliExpress/Data/MaillingAddressRequestDto.php index 1d68592..b8a83b7 100644 --- a/src/Model/Request/AliExpress/Data/MaillingAddressRequestDto.php +++ b/src/Model/Request/AliExpress/Data/MaillingAddressRequestDto.php @@ -4,10 +4,6 @@ * * @category MaillingAddressRequestDto * @package RetailCrm\Model\Request\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress\Data; @@ -21,10 +17,6 @@ use Symfony\Component\Validator\Constraints as Assert; * * @category MaillingAddressRequestDto * @package RetailCrm\Model\Request\AliExpress\Data - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru * @SuppressWarnings(PHPMD.TooManyFields) */ class MaillingAddressRequestDto diff --git a/src/Model/Request/AliExpress/Data/OrderQuery.php b/src/Model/Request/AliExpress/Data/OrderQuery.php index d1e081d..d75bf65 100644 --- a/src/Model/Request/AliExpress/Data/OrderQuery.php +++ b/src/Model/Request/AliExpress/Data/OrderQuery.php @@ -4,10 +4,6 @@ * * @category OrderQuery * @package RetailCrm\Model\Request\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress\Data; @@ -22,10 +18,6 @@ use RetailCrm\Component\Validator\Constraints as TopAssert; * * @category OrderQuery * @package RetailCrm\Model\Request\AliExpress\Data - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class OrderQuery { diff --git a/src/Model/Request/AliExpress/Data/PlaceOrderRequest4OpenApiDto.php b/src/Model/Request/AliExpress/Data/PlaceOrderRequest4OpenApiDto.php index c00c5d4..b71f2f3 100644 --- a/src/Model/Request/AliExpress/Data/PlaceOrderRequest4OpenApiDto.php +++ b/src/Model/Request/AliExpress/Data/PlaceOrderRequest4OpenApiDto.php @@ -4,10 +4,6 @@ * * @category PlaceOrderRequest4OpenApiDto * @package RetailCrm\Model\Request\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress\Data; @@ -20,10 +16,6 @@ use Symfony\Component\Validator\Constraints as Assert; * * @category PlaceOrderRequest4OpenApiDto * @package RetailCrm\Model\Request\AliExpress\Data - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class PlaceOrderRequest4OpenApiDto { diff --git a/src/Model/Request/AliExpress/Data/ProductBaseItem.php b/src/Model/Request/AliExpress/Data/ProductBaseItem.php index deb3825..e14384d 100644 --- a/src/Model/Request/AliExpress/Data/ProductBaseItem.php +++ b/src/Model/Request/AliExpress/Data/ProductBaseItem.php @@ -4,10 +4,6 @@ * * @category ProductBaseItem * @package RetailCrm\Model\Request\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress\Data; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category ProductBaseItem * @package RetailCrm\Model\Request\AliExpress\Data - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class ProductBaseItem { diff --git a/src/Model/Request/AliExpress/Data/SingleItemRequestDto.php b/src/Model/Request/AliExpress/Data/SingleItemRequestDto.php index 8727337..18f0003 100644 --- a/src/Model/Request/AliExpress/Data/SingleItemRequestDto.php +++ b/src/Model/Request/AliExpress/Data/SingleItemRequestDto.php @@ -4,10 +4,6 @@ * * @category SingleItemRequestDto * @package RetailCrm\Model\Request\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress\Data; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SingleItemRequestDto * @package RetailCrm\Model\Request\AliExpress\Data - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SingleItemRequestDto { diff --git a/src/Model/Request/AliExpress/Data/SingleOrderQuery.php b/src/Model/Request/AliExpress/Data/SingleOrderQuery.php index df53c07..b73ab3c 100644 --- a/src/Model/Request/AliExpress/Data/SingleOrderQuery.php +++ b/src/Model/Request/AliExpress/Data/SingleOrderQuery.php @@ -4,10 +4,6 @@ * * @category SingleOrderQuery * @package RetailCrm\Model\Request\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress\Data; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SingleOrderQuery * @package RetailCrm\Model\Request\AliExpress\Data - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SingleOrderQuery { diff --git a/src/Model/Request/AliExpress/Data/SkuPricesUpdateItemDto.php b/src/Model/Request/AliExpress/Data/SkuPricesUpdateItemDto.php index 26c2abd..3107272 100644 --- a/src/Model/Request/AliExpress/Data/SkuPricesUpdateItemDto.php +++ b/src/Model/Request/AliExpress/Data/SkuPricesUpdateItemDto.php @@ -4,10 +4,6 @@ * * @category SkuPricesUpdateItemDto * @package RetailCrm\Model\Request\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress\Data; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SkuPricesUpdateItemDto * @package RetailCrm\Model\Request\AliExpress\Data - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SkuPricesUpdateItemDto { diff --git a/src/Model/Request/AliExpress/Data/SkuStocksUpdateItemDto.php b/src/Model/Request/AliExpress/Data/SkuStocksUpdateItemDto.php index 2db091e..349d2d4 100644 --- a/src/Model/Request/AliExpress/Data/SkuStocksUpdateItemDto.php +++ b/src/Model/Request/AliExpress/Data/SkuStocksUpdateItemDto.php @@ -4,10 +4,6 @@ * * @category SkuStocksUpdateItemDto * @package RetailCrm\Model\Request\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress\Data; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SkuStocksUpdateItemDto * @package RetailCrm\Model\Request\AliExpress\Data - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SkuStocksUpdateItemDto { diff --git a/src/Model/Request/AliExpress/LogisticsDsTrackingInfoQuery.php b/src/Model/Request/AliExpress/LogisticsDsTrackingInfoQuery.php index ea9ae9a..5548ba3 100644 --- a/src/Model/Request/AliExpress/LogisticsDsTrackingInfoQuery.php +++ b/src/Model/Request/AliExpress/LogisticsDsTrackingInfoQuery.php @@ -4,10 +4,6 @@ * * @category LogisticsDsTrackingInfoQuery * @package RetailCrm\Model\Request\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress; @@ -22,10 +18,6 @@ use RetailCrm\Model\Response\AliExpress\LogisticsDsTrackingInfoQueryResponse; * * @category LogisticsDsTrackingInfoQuery * @package RetailCrm\Model\Request\AliExpress - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class LogisticsDsTrackingInfoQuery extends BaseRequest { diff --git a/src/Model/Request/AliExpress/LogisticsRedefiningListLogisticsService.php b/src/Model/Request/AliExpress/LogisticsRedefiningListLogisticsService.php index e967338..c3fde99 100644 --- a/src/Model/Request/AliExpress/LogisticsRedefiningListLogisticsService.php +++ b/src/Model/Request/AliExpress/LogisticsRedefiningListLogisticsService.php @@ -4,10 +4,6 @@ * * @category LogisticsRedefiningListLogisticsService * @package RetailCrm\Model\Request\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress; @@ -20,10 +16,6 @@ use RetailCrm\Model\Response\AliExpress\LogisticsRedefiningListLogisticsServiceR * * @category LogisticsRedefiningListLogisticsService * @package RetailCrm\Model\Request\AliExpress - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class LogisticsRedefiningListLogisticsService extends BaseRequest { diff --git a/src/Model/Request/AliExpress/PostproductRedefiningCategoryForecast.php b/src/Model/Request/AliExpress/PostproductRedefiningCategoryForecast.php index a7e3d4b..474d7ae 100644 --- a/src/Model/Request/AliExpress/PostproductRedefiningCategoryForecast.php +++ b/src/Model/Request/AliExpress/PostproductRedefiningCategoryForecast.php @@ -4,10 +4,6 @@ * * @category PostproductRedefiningCategoryForecastResponse * @package RetailCrm\Model\Request\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress; @@ -22,10 +18,6 @@ use Symfony\Component\Validator\Constraints as Assert; * * @category PostproductRedefiningCategoryForecastResponse * @package RetailCrm\Model\Request\AliExpress - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class PostproductRedefiningCategoryForecast extends BaseRequest { diff --git a/src/Model/Request/AliExpress/PostproductRedefiningFindAEProductByIdForDropshipper.php b/src/Model/Request/AliExpress/PostproductRedefiningFindAEProductByIdForDropshipper.php index a8d3411..a9f5372 100644 --- a/src/Model/Request/AliExpress/PostproductRedefiningFindAEProductByIdForDropshipper.php +++ b/src/Model/Request/AliExpress/PostproductRedefiningFindAEProductByIdForDropshipper.php @@ -4,10 +4,6 @@ * * @category PostproductRedefiningFindAEProductByIdForDropshipper * @package RetailCrm\Model\Request\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress; @@ -21,10 +17,6 @@ use RetailCrm\Model\Response\AliExpress\PostproductRedefiningFindAEProductByIdFo * * @category PostproductRedefiningFindAEProductByIdForDropshipper * @package RetailCrm\Model\Request\AliExpress - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class PostproductRedefiningFindAEProductByIdForDropshipper extends BaseRequest { diff --git a/src/Model/Request/AliExpress/SolutionFeedListGet.php b/src/Model/Request/AliExpress/SolutionFeedListGet.php index 0880987..066092c 100644 --- a/src/Model/Request/AliExpress/SolutionFeedListGet.php +++ b/src/Model/Request/AliExpress/SolutionFeedListGet.php @@ -4,10 +4,6 @@ * * @category SolutionFeedListGet * @package RetailCrm\Model\Request\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress; @@ -21,10 +17,6 @@ use RetailCrm\Model\Response\AliExpress\SolutionFeedListGetResponse; * * @category SolutionFeedListGet * @package RetailCrm\Model\Request\AliExpress - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionFeedListGet extends BaseRequest { diff --git a/src/Model/Request/AliExpress/SolutionFeedQuery.php b/src/Model/Request/AliExpress/SolutionFeedQuery.php index f72407f..c278d9a 100644 --- a/src/Model/Request/AliExpress/SolutionFeedQuery.php +++ b/src/Model/Request/AliExpress/SolutionFeedQuery.php @@ -4,10 +4,6 @@ * * @category SolutionFeedQuery * @package RetailCrm\Model\Request\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress; @@ -21,10 +17,6 @@ use RetailCrm\Model\Response\AliExpress\SolutionFeedQueryResponse; * * @category SolutionFeedQuery * @package RetailCrm\Model\Request\AliExpress - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionFeedQuery extends BaseRequest { diff --git a/src/Model/Request/AliExpress/SolutionFeedSubmit.php b/src/Model/Request/AliExpress/SolutionFeedSubmit.php index 010bcb5..422cdab 100644 --- a/src/Model/Request/AliExpress/SolutionFeedSubmit.php +++ b/src/Model/Request/AliExpress/SolutionFeedSubmit.php @@ -4,10 +4,6 @@ * * @category SolutionFeedSubmit * @package RetailCrm\Model\Request\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress; @@ -23,10 +19,6 @@ use Symfony\Component\Validator\Constraints as Assert; * * @category SolutionFeedSubmit * @package RetailCrm\Model\Request\AliExpress - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionFeedSubmit extends BaseRequest { diff --git a/src/Model/Request/AliExpress/SolutionMerchantProfileGet.php b/src/Model/Request/AliExpress/SolutionMerchantProfileGet.php index 242e1ca..477625b 100644 --- a/src/Model/Request/AliExpress/SolutionMerchantProfileGet.php +++ b/src/Model/Request/AliExpress/SolutionMerchantProfileGet.php @@ -4,10 +4,6 @@ * * @category SolutionMerchantProfileGet * @package RetailCrm\Model\Request\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress; @@ -20,10 +16,6 @@ use RetailCrm\Model\Response\AliExpress\SolutionMerchantProfileGetResponse; * * @category SolutionMerchantProfileGet * @package RetailCrm\Model\Request\AliExpress - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionMerchantProfileGet extends BaseRequest { diff --git a/src/Model/Request/AliExpress/SolutionOrderFulfill.php b/src/Model/Request/AliExpress/SolutionOrderFulfill.php index 777577b..eb0b608 100644 --- a/src/Model/Request/AliExpress/SolutionOrderFulfill.php +++ b/src/Model/Request/AliExpress/SolutionOrderFulfill.php @@ -4,10 +4,6 @@ * * @category SolutionOrderFulfill * @package RetailCrm\Model\Request\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress; @@ -22,10 +18,6 @@ use RetailCrm\Model\Response\AliExpress\SolutionOrderFulfillResponse; * * @category SolutionOrderFulfill * @package RetailCrm\Model\Request\AliExpress - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionOrderFulfill extends BaseRequest { diff --git a/src/Model/Request/AliExpress/SolutionOrderGet.php b/src/Model/Request/AliExpress/SolutionOrderGet.php index bd4b087..5dcbe48 100644 --- a/src/Model/Request/AliExpress/SolutionOrderGet.php +++ b/src/Model/Request/AliExpress/SolutionOrderGet.php @@ -4,10 +4,6 @@ * * @category SolutionOrderGet * @package RetailCrm\Model\Request\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress; @@ -21,10 +17,6 @@ use RetailCrm\Model\Response\AliExpress\SolutionOrderGetResponse; * * @category SolutionOrderGet * @package RetailCrm\Model\Request\AliExpress - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionOrderGet extends BaseRequest { diff --git a/src/Model/Request/AliExpress/SolutionOrderReceiptInfoGet.php b/src/Model/Request/AliExpress/SolutionOrderReceiptInfoGet.php index ff906e9..cdd4560 100644 --- a/src/Model/Request/AliExpress/SolutionOrderReceiptInfoGet.php +++ b/src/Model/Request/AliExpress/SolutionOrderReceiptInfoGet.php @@ -4,10 +4,6 @@ * * @category SolutionOrderReceiptInfoGet * @package RetailCrm\Model\Request\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress; @@ -21,10 +17,6 @@ use RetailCrm\Model\Response\AliExpress\SolutionOrderReceiptInfoGetResponse; * * @category SolutionOrderReceiptInfoGet * @package RetailCrm\Model\Request\AliExpress - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionOrderReceiptInfoGet extends BaseRequest { diff --git a/src/Model/Request/AliExpress/SolutionProductSchemaGet.php b/src/Model/Request/AliExpress/SolutionProductSchemaGet.php index 5e37af5..452b9d3 100644 --- a/src/Model/Request/AliExpress/SolutionProductSchemaGet.php +++ b/src/Model/Request/AliExpress/SolutionProductSchemaGet.php @@ -4,10 +4,6 @@ * * @category SolutionProductSchemaGet * @package RetailCrm\Model\Request\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress; @@ -22,10 +18,6 @@ use RetailCrm\Model\Response\AliExpress\SolutionProductSchemaGetResponse; * * @category SolutionProductSchemaGet * @package RetailCrm\Model\Request\AliExpress - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionProductSchemaGet extends BaseRequest { diff --git a/src/Model/Request/AliExpress/SolutionSellerCategoryTreeQuery.php b/src/Model/Request/AliExpress/SolutionSellerCategoryTreeQuery.php index 7046228..d58c81a 100644 --- a/src/Model/Request/AliExpress/SolutionSellerCategoryTreeQuery.php +++ b/src/Model/Request/AliExpress/SolutionSellerCategoryTreeQuery.php @@ -4,10 +4,6 @@ * * @category SolutionSellerCategoryTreeQuery * @package RetailCrm\Model\Request\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress; @@ -22,10 +18,6 @@ use Symfony\Component\Validator\Constraints as Assert; * * @category SolutionSellerCategoryTreeQuery * @package RetailCrm\Model\Request\AliExpress - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionSellerCategoryTreeQuery extends BaseRequest { diff --git a/src/Model/Request/AliExpress/TradeBuyPlaceOrder.php b/src/Model/Request/AliExpress/TradeBuyPlaceOrder.php index 71407db..f5e5877 100644 --- a/src/Model/Request/AliExpress/TradeBuyPlaceOrder.php +++ b/src/Model/Request/AliExpress/TradeBuyPlaceOrder.php @@ -4,10 +4,6 @@ * * @category TradeBuyPlaceOrder * @package RetailCrm\Model\Request\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\AliExpress; @@ -22,10 +18,6 @@ use RetailCrm\Model\Request\AliExpress\Data\PlaceOrderRequest4OpenApiDto; * * @category TradeBuyPlaceOrder * @package RetailCrm\Model\Request\AliExpress - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru * @SuppressWarnings(PHPMD.LongVariable) */ class TradeBuyPlaceOrder extends BaseRequest diff --git a/src/Model/Request/BaseRequest.php b/src/Model/Request/BaseRequest.php index 8399bf8..d714660 100644 --- a/src/Model/Request/BaseRequest.php +++ b/src/Model/Request/BaseRequest.php @@ -5,10 +5,6 @@ * * @category BaseRequest * @package RetailCrm\Model\Request - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request; @@ -24,10 +20,6 @@ use RetailCrm\Component\Validator\Constraints as TopAssert; * * @category BaseRequest * @package RetailCrm\Model\Request - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ abstract class BaseRequest { diff --git a/src/Model/Request/OAuthTokenFetchRequest.php b/src/Model/Request/OAuthTokenFetchRequest.php index 58f1f73..3308973 100644 --- a/src/Model/Request/OAuthTokenFetchRequest.php +++ b/src/Model/Request/OAuthTokenFetchRequest.php @@ -4,10 +4,6 @@ * * @category OAuthTokenFetchRequest * @package RetailCrm\Model\Request - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category OAuthTokenFetchRequest * @package RetailCrm\Model\Request - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class OAuthTokenFetchRequest { diff --git a/src/Model/Request/Taobao/HttpDnsGetRequest.php b/src/Model/Request/Taobao/HttpDnsGetRequest.php index 3f442af..c3dfaf4 100644 --- a/src/Model/Request/Taobao/HttpDnsGetRequest.php +++ b/src/Model/Request/Taobao/HttpDnsGetRequest.php @@ -5,10 +5,6 @@ * * @category HttpDnsGetRequest * @package RetailCrm\Model\Request\Taobao - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Request\Taobao; @@ -20,10 +16,6 @@ use RetailCrm\Model\Response\Taobao\HttpDnsGetResponse; * * @category HttpDnsGetRequest * @package RetailCrm\Model\Request\Taobao - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class HttpDnsGetRequest extends BaseRequest { diff --git a/src/Model/Response/AbstractResponseData.php b/src/Model/Response/AbstractResponseData.php index 258578f..ec17465 100644 --- a/src/Model/Response/AbstractResponseData.php +++ b/src/Model/Response/AbstractResponseData.php @@ -4,10 +4,6 @@ * * @category AbstractResponseData * @package RetailCrm\Model\Response - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category AbstractResponseData * @package RetailCrm\Model\Response - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ abstract class AbstractResponseData { diff --git a/src/Model/Response/AliExpress/Data/Entity/TrackingInfoDetails.php b/src/Model/Response/AliExpress/Data/Entity/TrackingInfoDetails.php index 7467b17..865c715 100644 --- a/src/Model/Response/AliExpress/Data/Entity/TrackingInfoDetails.php +++ b/src/Model/Response/AliExpress/Data/Entity/TrackingInfoDetails.php @@ -4,10 +4,6 @@ * * @category TrackingInfoDetails * @package RetailCrm\Model\Response\AliExpress\Data\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Data\Entity; @@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS; * * @category TrackingInfoDetails * @package RetailCrm\Model\Response\AliExpress\Data\Entity - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class TrackingInfoDetails { diff --git a/src/Model/Response/AliExpress/Data/Entity/TrackingInfoDetailsList.php b/src/Model/Response/AliExpress/Data/Entity/TrackingInfoDetailsList.php index 54eefd2..b541fdb 100644 --- a/src/Model/Response/AliExpress/Data/Entity/TrackingInfoDetailsList.php +++ b/src/Model/Response/AliExpress/Data/Entity/TrackingInfoDetailsList.php @@ -4,10 +4,6 @@ * * @category TrackingInfoDetailsList * @package RetailCrm\Model\Response\AliExpress\Data\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Data\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category TrackingInfoDetailsList * @package RetailCrm\Model\Response\AliExpress\Data\Entity - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class TrackingInfoDetailsList { diff --git a/src/Model/Response/AliExpress/Data/LogisticsDsTrackingInfoQueryResponseData.php b/src/Model/Response/AliExpress/Data/LogisticsDsTrackingInfoQueryResponseData.php index 9721166..ddd71fd 100644 --- a/src/Model/Response/AliExpress/Data/LogisticsDsTrackingInfoQueryResponseData.php +++ b/src/Model/Response/AliExpress/Data/LogisticsDsTrackingInfoQueryResponseData.php @@ -4,10 +4,6 @@ * * @category LogisticsDsTrackingInfoQueryResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Data; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category LogisticsDsTrackingInfoQueryResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class LogisticsDsTrackingInfoQueryResponseData { diff --git a/src/Model/Response/AliExpress/Data/LogisticsRedefiningListLogisticsServiceResponseData.php b/src/Model/Response/AliExpress/Data/LogisticsRedefiningListLogisticsServiceResponseData.php index 507449b..4260c17 100644 --- a/src/Model/Response/AliExpress/Data/LogisticsRedefiningListLogisticsServiceResponseData.php +++ b/src/Model/Response/AliExpress/Data/LogisticsRedefiningListLogisticsServiceResponseData.php @@ -4,10 +4,6 @@ * * @category LogisticsRedefiningListLogisticsServiceResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Data; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category LogisticsRedefiningListLogisticsServiceResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class LogisticsRedefiningListLogisticsServiceResponseData { diff --git a/src/Model/Response/AliExpress/Data/PostproductRedefiningCategoryForecastResponseData.php b/src/Model/Response/AliExpress/Data/PostproductRedefiningCategoryForecastResponseData.php index 612688c..00cd19d 100644 --- a/src/Model/Response/AliExpress/Data/PostproductRedefiningCategoryForecastResponseData.php +++ b/src/Model/Response/AliExpress/Data/PostproductRedefiningCategoryForecastResponseData.php @@ -4,10 +4,6 @@ * * @category PostproductRedefiningCategoryForecastResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Data; @@ -20,10 +16,6 @@ use RetailCrm\Model\Response\AbstractResponseData; * * @category PostproductRedefiningCategoryForecastResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class PostproductRedefiningCategoryForecastResponseData extends AbstractResponseData { diff --git a/src/Model/Response/AliExpress/Data/PostproductRedefiningFindAEProductByIdForDropshipperResponseData.php b/src/Model/Response/AliExpress/Data/PostproductRedefiningFindAEProductByIdForDropshipperResponseData.php index 082bf45..0143589 100644 --- a/src/Model/Response/AliExpress/Data/PostproductRedefiningFindAEProductByIdForDropshipperResponseData.php +++ b/src/Model/Response/AliExpress/Data/PostproductRedefiningFindAEProductByIdForDropshipperResponseData.php @@ -4,10 +4,6 @@ * * @category PostproductRedefiningFindAEProductByIdForDropshipperResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Data; @@ -20,10 +16,6 @@ use RetailCrm\Model\Response\AliExpress\Result\PostproductRedefiningFindAEProduc * * @category PostproductRedefiningFindAEProductByIdForDropshipperResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class PostproductRedefiningFindAEProductByIdForDropshipperResponseData { diff --git a/src/Model/Response/AliExpress/Data/SolutionFeedListGetResponseData.php b/src/Model/Response/AliExpress/Data/SolutionFeedListGetResponseData.php index da26da3..5e89aa3 100644 --- a/src/Model/Response/AliExpress/Data/SolutionFeedListGetResponseData.php +++ b/src/Model/Response/AliExpress/Data/SolutionFeedListGetResponseData.php @@ -4,10 +4,6 @@ * * @category SolutionFeedListGetResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Data; @@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SolutionFeedListGetResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionFeedListGetResponseData extends AbstractResponseData { diff --git a/src/Model/Response/AliExpress/Data/SolutionFeedQueryResponseData.php b/src/Model/Response/AliExpress/Data/SolutionFeedQueryResponseData.php index e7a1502..b3802ab 100644 --- a/src/Model/Response/AliExpress/Data/SolutionFeedQueryResponseData.php +++ b/src/Model/Response/AliExpress/Data/SolutionFeedQueryResponseData.php @@ -4,10 +4,6 @@ * * @category SolutionFeedQueryResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Data; @@ -20,10 +16,6 @@ use RetailCrm\Model\Response\AbstractResponseData; * * @category SolutionFeedQueryResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionFeedQueryResponseData extends AbstractResponseData { diff --git a/src/Model/Response/AliExpress/Data/SolutionFeedSubmitResponseData.php b/src/Model/Response/AliExpress/Data/SolutionFeedSubmitResponseData.php index b3a458c..a7a2d0b 100644 --- a/src/Model/Response/AliExpress/Data/SolutionFeedSubmitResponseData.php +++ b/src/Model/Response/AliExpress/Data/SolutionFeedSubmitResponseData.php @@ -4,10 +4,6 @@ * * @category SolutionFeedSubmitResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Data; @@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SolutionFeedSubmitResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionFeedSubmitResponseData extends AbstractResponseData { diff --git a/src/Model/Response/AliExpress/Data/SolutionMerchantProfileGetResponseData.php b/src/Model/Response/AliExpress/Data/SolutionMerchantProfileGetResponseData.php index 6563a98..ceaf33e 100644 --- a/src/Model/Response/AliExpress/Data/SolutionMerchantProfileGetResponseData.php +++ b/src/Model/Response/AliExpress/Data/SolutionMerchantProfileGetResponseData.php @@ -4,10 +4,6 @@ * * @category SolutionMerchantProfileGetResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Data; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SolutionMerchantProfileGetResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionMerchantProfileGetResponseData { diff --git a/src/Model/Response/AliExpress/Data/SolutionOrderFulfillResponseData.php b/src/Model/Response/AliExpress/Data/SolutionOrderFulfillResponseData.php index 3e44431..0830d4e 100644 --- a/src/Model/Response/AliExpress/Data/SolutionOrderFulfillResponseData.php +++ b/src/Model/Response/AliExpress/Data/SolutionOrderFulfillResponseData.php @@ -4,10 +4,6 @@ * * @category SolutionOrderFulfillResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Data; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SolutionOrderFulfillResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionOrderFulfillResponseData { diff --git a/src/Model/Response/AliExpress/Data/SolutionOrderGetResponseData.php b/src/Model/Response/AliExpress/Data/SolutionOrderGetResponseData.php index b23ec24..e2dcf73 100644 --- a/src/Model/Response/AliExpress/Data/SolutionOrderGetResponseData.php +++ b/src/Model/Response/AliExpress/Data/SolutionOrderGetResponseData.php @@ -4,10 +4,6 @@ * * @category SolutionOrderGetResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Data; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SolutionOrderGetResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionOrderGetResponseData { diff --git a/src/Model/Response/AliExpress/Data/SolutionOrderReceiptInfoGetResponseData.php b/src/Model/Response/AliExpress/Data/SolutionOrderReceiptInfoGetResponseData.php index 24e1599..1e31837 100644 --- a/src/Model/Response/AliExpress/Data/SolutionOrderReceiptInfoGetResponseData.php +++ b/src/Model/Response/AliExpress/Data/SolutionOrderReceiptInfoGetResponseData.php @@ -4,10 +4,6 @@ * * @category SolutionOrderReceiptInfoGetResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Data; @@ -20,10 +16,6 @@ use RetailCrm\Model\Response\AliExpress\Result\SolutionOrderReceiptInfoGetRespon * * @category SolutionOrderReceiptInfoGetResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionOrderReceiptInfoGetResponseData { diff --git a/src/Model/Response/AliExpress/Data/SolutionProductSchemaGetResponseData.php b/src/Model/Response/AliExpress/Data/SolutionProductSchemaGetResponseData.php index cc6efe6..39d2ff6 100644 --- a/src/Model/Response/AliExpress/Data/SolutionProductSchemaGetResponseData.php +++ b/src/Model/Response/AliExpress/Data/SolutionProductSchemaGetResponseData.php @@ -4,10 +4,6 @@ * * @category SolutionProductSchemaGetResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Data; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SolutionProductSchemaGetResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionProductSchemaGetResponseData { diff --git a/src/Model/Response/AliExpress/Data/SolutionSellerCategoryTreeQueryResponseData.php b/src/Model/Response/AliExpress/Data/SolutionSellerCategoryTreeQueryResponseData.php index c9302b2..00e5967 100644 --- a/src/Model/Response/AliExpress/Data/SolutionSellerCategoryTreeQueryResponseData.php +++ b/src/Model/Response/AliExpress/Data/SolutionSellerCategoryTreeQueryResponseData.php @@ -4,10 +4,6 @@ * * @category SolutionSellerCategoryTreeQueryResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Data; @@ -20,10 +16,6 @@ use RetailCrm\Model\Response\AbstractResponseData; * * @category SolutionSellerCategoryTreeQueryResponseData * @package RetailCrm\Model\Response\AliExpressSolution\Data - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionSellerCategoryTreeQueryResponseData extends AbstractResponseData { diff --git a/src/Model/Response/AliExpress/Data/SolutionSellerCategoryTreeQueryResponseDataChildrenCategoryList.php b/src/Model/Response/AliExpress/Data/SolutionSellerCategoryTreeQueryResponseDataChildrenCategoryList.php index 20d04b4..622bb61 100644 --- a/src/Model/Response/AliExpress/Data/SolutionSellerCategoryTreeQueryResponseDataChildrenCategoryList.php +++ b/src/Model/Response/AliExpress/Data/SolutionSellerCategoryTreeQueryResponseDataChildrenCategoryList.php @@ -4,10 +4,6 @@ * * @category SolutionSellerCategoryTreeQueryResponseDataChildrenCategoryList * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Data; @@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SolutionSellerCategoryTreeQueryResponseDataChildrenCategoryList * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionSellerCategoryTreeQueryResponseDataChildrenCategoryList { diff --git a/src/Model/Response/AliExpress/Data/TradeBuyPlaceOrderResponseData.php b/src/Model/Response/AliExpress/Data/TradeBuyPlaceOrderResponseData.php index 89fed04..bb6aeb1 100644 --- a/src/Model/Response/AliExpress/Data/TradeBuyPlaceOrderResponseData.php +++ b/src/Model/Response/AliExpress/Data/TradeBuyPlaceOrderResponseData.php @@ -4,10 +4,6 @@ * * @category TradeBuyPlaceOrderResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Data; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category TradeBuyPlaceOrderResponseData * @package RetailCrm\Model\Response\AliExpress\Data - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class TradeBuyPlaceOrderResponseData { diff --git a/src/Model/Response/AliExpress/LogisticsDsTrackingInfoQueryResponse.php b/src/Model/Response/AliExpress/LogisticsDsTrackingInfoQueryResponse.php index f285324..7fd444b 100644 --- a/src/Model/Response/AliExpress/LogisticsDsTrackingInfoQueryResponse.php +++ b/src/Model/Response/AliExpress/LogisticsDsTrackingInfoQueryResponse.php @@ -4,10 +4,6 @@ * * @category LogisticsDsTrackingInfoQueryResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress; @@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS; * * @category LogisticsDsTrackingInfoQueryResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class LogisticsDsTrackingInfoQueryResponse extends BaseResponse { diff --git a/src/Model/Response/AliExpress/LogisticsRedefiningListLogisticsServiceResponse.php b/src/Model/Response/AliExpress/LogisticsRedefiningListLogisticsServiceResponse.php index 180dd23..d5d55db 100644 --- a/src/Model/Response/AliExpress/LogisticsRedefiningListLogisticsServiceResponse.php +++ b/src/Model/Response/AliExpress/LogisticsRedefiningListLogisticsServiceResponse.php @@ -4,10 +4,6 @@ * * @category LogisticsRedefiningListLogisticsServiceResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress; @@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS; * * @category LogisticsRedefiningListLogisticsServiceResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class LogisticsRedefiningListLogisticsServiceResponse extends BaseResponse { diff --git a/src/Model/Response/AliExpress/PostproductRedefiningCategoryForecastResponse.php b/src/Model/Response/AliExpress/PostproductRedefiningCategoryForecastResponse.php index 292cd58..1ec6f1d 100644 --- a/src/Model/Response/AliExpress/PostproductRedefiningCategoryForecastResponse.php +++ b/src/Model/Response/AliExpress/PostproductRedefiningCategoryForecastResponse.php @@ -4,10 +4,6 @@ * * @category PostproductRedefiningCategoryForecastResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress; @@ -22,10 +18,6 @@ use JMS\Serializer\Annotation as JMS; * * @category PostproductRedefiningCategoryForecastResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class PostproductRedefiningCategoryForecastResponse extends BaseResponse { diff --git a/src/Model/Response/AliExpress/PostproductRedefiningFindAEProductByIdForDropshipperResponse.php b/src/Model/Response/AliExpress/PostproductRedefiningFindAEProductByIdForDropshipperResponse.php index 6581252..2f51a07 100644 --- a/src/Model/Response/AliExpress/PostproductRedefiningFindAEProductByIdForDropshipperResponse.php +++ b/src/Model/Response/AliExpress/PostproductRedefiningFindAEProductByIdForDropshipperResponse.php @@ -4,10 +4,6 @@ * * @category PostproductRedefiningFindAEProductByIdForDropshipperResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress; @@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS; * * @category PostproductRedefiningFindAEProductByIdForDropshipperResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class PostproductRedefiningFindAEProductByIdForDropshipperResponse extends BaseResponse { diff --git a/src/Model/Response/AliExpress/Result/AeopCategoryForecastResultDto.php b/src/Model/Response/AliExpress/Result/AeopCategoryForecastResultDto.php index 8e4da0a..fe79fb7 100644 --- a/src/Model/Response/AliExpress/Result/AeopCategoryForecastResultDto.php +++ b/src/Model/Response/AliExpress/Result/AeopCategoryForecastResultDto.php @@ -4,10 +4,6 @@ * * @category AeopCategoryForecastResultDto * @package RetailCrm\Model\Response\AliExpress\Result - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result; @@ -22,10 +18,6 @@ use RetailCrm\Model\Response\AliExpress\Result\Traits\SuccessTrait; * * @category AeopCategoryForecastResultDto * @package RetailCrm\Model\Response\AliExpress\Result - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class AeopCategoryForecastResultDto implements ErrorInterface { diff --git a/src/Model/Response/AliExpress/Result/BatchOperationJobDto.php b/src/Model/Response/AliExpress/Result/BatchOperationJobDto.php index ebc8cf0..d8fd293 100644 --- a/src/Model/Response/AliExpress/Result/BatchOperationJobDto.php +++ b/src/Model/Response/AliExpress/Result/BatchOperationJobDto.php @@ -4,10 +4,6 @@ * * @category BatchOperationJobDto * @package RetailCrm\Model\Response\AliExpress\Result - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category BatchOperationJobDto * @package RetailCrm\Model\Response\AliExpress\Result - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class BatchOperationJobDto { diff --git a/src/Model/Response/AliExpress/Result/CategorySuitabilityDto.php b/src/Model/Response/AliExpress/Result/CategorySuitabilityDto.php index cde1670..3911ac4 100644 --- a/src/Model/Response/AliExpress/Result/CategorySuitabilityDto.php +++ b/src/Model/Response/AliExpress/Result/CategorySuitabilityDto.php @@ -4,10 +4,6 @@ * * @category CategorySuitabilityDto * @package RetailCrm\Model\Response\AliExpress\Result - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category CategorySuitabilityDto * @package RetailCrm\Model\Response\AliExpress\Result - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class CategorySuitabilityDto { diff --git a/src/Model/Response/AliExpress/Result/Entity/AeopAeMultimedia.php b/src/Model/Response/AliExpress/Result/Entity/AeopAeMultimedia.php index 6202e13..cb5c03e 100644 --- a/src/Model/Response/AliExpress/Result/Entity/AeopAeMultimedia.php +++ b/src/Model/Response/AliExpress/Result/Entity/AeopAeMultimedia.php @@ -4,10 +4,6 @@ * * @category AeopAeMultimedia * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category AeopAeMultimedia * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class AeopAeMultimedia { diff --git a/src/Model/Response/AliExpress/Result/Entity/AeopAeProductProperty.php b/src/Model/Response/AliExpress/Result/Entity/AeopAeProductProperty.php index 200d163..6bc320e 100644 --- a/src/Model/Response/AliExpress/Result/Entity/AeopAeProductProperty.php +++ b/src/Model/Response/AliExpress/Result/Entity/AeopAeProductProperty.php @@ -4,10 +4,6 @@ * * @category AeopAeProductProperty * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category AeopAeProductProperty * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class AeopAeProductProperty { diff --git a/src/Model/Response/AliExpress/Result/Entity/AeopAeProductPropertyList.php b/src/Model/Response/AliExpress/Result/Entity/AeopAeProductPropertyList.php index f0a6e21..e3aae9a 100644 --- a/src/Model/Response/AliExpress/Result/Entity/AeopAeProductPropertyList.php +++ b/src/Model/Response/AliExpress/Result/Entity/AeopAeProductPropertyList.php @@ -4,10 +4,6 @@ * * @category AeopAeProductPropertyList * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category AeopAeProductPropertyList * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class AeopAeProductPropertyList { diff --git a/src/Model/Response/AliExpress/Result/Entity/AeopAeProductSku.php b/src/Model/Response/AliExpress/Result/Entity/AeopAeProductSku.php index 8a1cd70..42af2ab 100644 --- a/src/Model/Response/AliExpress/Result/Entity/AeopAeProductSku.php +++ b/src/Model/Response/AliExpress/Result/Entity/AeopAeProductSku.php @@ -4,10 +4,6 @@ * * @category AeopAeProductSku * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category AeopAeProductSku * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class AeopAeProductSku { diff --git a/src/Model/Response/AliExpress/Result/Entity/AeopAeProductSkuList.php b/src/Model/Response/AliExpress/Result/Entity/AeopAeProductSkuList.php index ded9a5e..cccebe8 100644 --- a/src/Model/Response/AliExpress/Result/Entity/AeopAeProductSkuList.php +++ b/src/Model/Response/AliExpress/Result/Entity/AeopAeProductSkuList.php @@ -4,10 +4,6 @@ * * @category AeopAeProductSkuList * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category AeopAeProductSkuList * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class AeopAeProductSkuList { diff --git a/src/Model/Response/AliExpress/Result/Entity/AeopAeVideo.php b/src/Model/Response/AliExpress/Result/Entity/AeopAeVideo.php index 6877fc8..c2cdd38 100644 --- a/src/Model/Response/AliExpress/Result/Entity/AeopAeVideo.php +++ b/src/Model/Response/AliExpress/Result/Entity/AeopAeVideo.php @@ -4,10 +4,6 @@ * * @category AeopAeVideo * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category AeopAeVideo * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class AeopAeVideo { diff --git a/src/Model/Response/AliExpress/Result/Entity/AeopAeVideoList.php b/src/Model/Response/AliExpress/Result/Entity/AeopAeVideoList.php index 3f14b7a..dbbed9f 100644 --- a/src/Model/Response/AliExpress/Result/Entity/AeopAeVideoList.php +++ b/src/Model/Response/AliExpress/Result/Entity/AeopAeVideoList.php @@ -4,10 +4,6 @@ * * @category AeopAeVideoList * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category AeopAeVideoList * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class AeopAeVideoList { diff --git a/src/Model/Response/AliExpress/Result/Entity/AeopLogisticsServiceResultItem.php b/src/Model/Response/AliExpress/Result/Entity/AeopLogisticsServiceResultItem.php index d517cb9..c264b9f 100644 --- a/src/Model/Response/AliExpress/Result/Entity/AeopLogisticsServiceResultItem.php +++ b/src/Model/Response/AliExpress/Result/Entity/AeopLogisticsServiceResultItem.php @@ -4,10 +4,6 @@ * * @category AeopLogisticsServiceResultItem * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category AeopLogisticsServiceResultItem * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class AeopLogisticsServiceResultItem { diff --git a/src/Model/Response/AliExpress/Result/Entity/AeopLogisticsServiceResultItemList.php b/src/Model/Response/AliExpress/Result/Entity/AeopLogisticsServiceResultItemList.php index b4115ff..3b2a4a7 100644 --- a/src/Model/Response/AliExpress/Result/Entity/AeopLogisticsServiceResultItemList.php +++ b/src/Model/Response/AliExpress/Result/Entity/AeopLogisticsServiceResultItemList.php @@ -4,10 +4,6 @@ * * @category AeopLogisticsServiceResultItemList * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category AeopLogisticsServiceResultItemList * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class AeopLogisticsServiceResultItemList { diff --git a/src/Model/Response/AliExpress/Result/Entity/AeopNationalQuoteConfiguration.php b/src/Model/Response/AliExpress/Result/Entity/AeopNationalQuoteConfiguration.php index 2d0271b..6412e07 100644 --- a/src/Model/Response/AliExpress/Result/Entity/AeopNationalQuoteConfiguration.php +++ b/src/Model/Response/AliExpress/Result/Entity/AeopNationalQuoteConfiguration.php @@ -4,10 +4,6 @@ * * @category AeopNationalQuoteConfiguration * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category AeopNationalQuoteConfiguration * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class AeopNationalQuoteConfiguration { diff --git a/src/Model/Response/AliExpress/Result/Entity/AeopNationalQuoteConfigurationItem.php b/src/Model/Response/AliExpress/Result/Entity/AeopNationalQuoteConfigurationItem.php index dd717cf..9e8bf55 100644 --- a/src/Model/Response/AliExpress/Result/Entity/AeopNationalQuoteConfigurationItem.php +++ b/src/Model/Response/AliExpress/Result/Entity/AeopNationalQuoteConfigurationItem.php @@ -4,10 +4,6 @@ * * @category AeopNationalQuoteConfigurationItem * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category AeopNationalQuoteConfigurationItem * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class AeopNationalQuoteConfigurationItem { diff --git a/src/Model/Response/AliExpress/Result/Entity/AeopSkuProperty.php b/src/Model/Response/AliExpress/Result/Entity/AeopSkuProperty.php index 69cea4d..9c25706 100644 --- a/src/Model/Response/AliExpress/Result/Entity/AeopSkuProperty.php +++ b/src/Model/Response/AliExpress/Result/Entity/AeopSkuProperty.php @@ -4,10 +4,6 @@ * * @category AeopSkuProperty * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category AeopSkuProperty * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class AeopSkuProperty { diff --git a/src/Model/Response/AliExpress/Result/Entity/AeopSkuPropertyList.php b/src/Model/Response/AliExpress/Result/Entity/AeopSkuPropertyList.php index 7718200..4b2644f 100644 --- a/src/Model/Response/AliExpress/Result/Entity/AeopSkuPropertyList.php +++ b/src/Model/Response/AliExpress/Result/Entity/AeopSkuPropertyList.php @@ -4,10 +4,6 @@ * * @category AeopSkuPropertyList * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category AeopSkuPropertyList * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class AeopSkuPropertyList { diff --git a/src/Model/Response/AliExpress/Result/Entity/AeopStoreInfo.php b/src/Model/Response/AliExpress/Result/Entity/AeopStoreInfo.php index b0a48e5..41a8308 100644 --- a/src/Model/Response/AliExpress/Result/Entity/AeopStoreInfo.php +++ b/src/Model/Response/AliExpress/Result/Entity/AeopStoreInfo.php @@ -4,10 +4,6 @@ * * @category AeopStoreInfo * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category AeopStoreInfo * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class AeopStoreInfo { diff --git a/src/Model/Response/AliExpress/Result/Entity/BatchOperationJobDtoList.php b/src/Model/Response/AliExpress/Result/Entity/BatchOperationJobDtoList.php index c98e3c4..9765560 100644 --- a/src/Model/Response/AliExpress/Result/Entity/BatchOperationJobDtoList.php +++ b/src/Model/Response/AliExpress/Result/Entity/BatchOperationJobDtoList.php @@ -4,10 +4,6 @@ * * @category BatchOperationJobDtoList * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category BatchOperationJobDtoList * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class BatchOperationJobDtoList { diff --git a/src/Model/Response/AliExpress/Result/Entity/CategorySuitabilityList.php b/src/Model/Response/AliExpress/Result/Entity/CategorySuitabilityList.php index ea02b6b..3458bc2 100644 --- a/src/Model/Response/AliExpress/Result/Entity/CategorySuitabilityList.php +++ b/src/Model/Response/AliExpress/Result/Entity/CategorySuitabilityList.php @@ -4,10 +4,6 @@ * * @category CategorySuitabilityList * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category CategorySuitabilityList * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class CategorySuitabilityList { diff --git a/src/Model/Response/AliExpress/Result/Entity/NumbersList.php b/src/Model/Response/AliExpress/Result/Entity/NumbersList.php index 55d513e..f828247 100644 --- a/src/Model/Response/AliExpress/Result/Entity/NumbersList.php +++ b/src/Model/Response/AliExpress/Result/Entity/NumbersList.php @@ -4,10 +4,6 @@ * * @category NumbersList * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category NumbersList * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class NumbersList { diff --git a/src/Model/Response/AliExpress/Result/Entity/OrderDtoList.php b/src/Model/Response/AliExpress/Result/Entity/OrderDtoList.php index 3c2e47d..2b720a6 100644 --- a/src/Model/Response/AliExpress/Result/Entity/OrderDtoList.php +++ b/src/Model/Response/AliExpress/Result/Entity/OrderDtoList.php @@ -4,10 +4,6 @@ * * @category OrderDtoList * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category OrderDtoList * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class OrderDtoList { diff --git a/src/Model/Response/AliExpress/Result/Entity/SingleItemResponseDtoList.php b/src/Model/Response/AliExpress/Result/Entity/SingleItemResponseDtoList.php index acca17c..480031d 100644 --- a/src/Model/Response/AliExpress/Result/Entity/SingleItemResponseDtoList.php +++ b/src/Model/Response/AliExpress/Result/Entity/SingleItemResponseDtoList.php @@ -4,10 +4,6 @@ * * @category SingleItemResponseDtoList * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result\Entity; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SingleItemResponseDtoList * @package RetailCrm\Model\Response\AliExpress\Result\Entity - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SingleItemResponseDtoList { diff --git a/src/Model/Response/AliExpress/Result/Interfaces/ErrorInterface.php b/src/Model/Response/AliExpress/Result/Interfaces/ErrorInterface.php index b3e280a..26c02ab 100644 --- a/src/Model/Response/AliExpress/Result/Interfaces/ErrorInterface.php +++ b/src/Model/Response/AliExpress/Result/Interfaces/ErrorInterface.php @@ -4,10 +4,6 @@ * * @category ErrorInterface * @package RetailCrm\Model\Response\AliExpress\Result\Interfaces - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result\Interfaces; @@ -17,10 +13,6 @@ namespace RetailCrm\Model\Response\AliExpress\Result\Interfaces; * * @category ErrorInterface * @package RetailCrm\Model\Response\AliExpress\Result\Interfaces - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ interface ErrorInterface { diff --git a/src/Model/Response/AliExpress/Result/ItemExecutionResult.php b/src/Model/Response/AliExpress/Result/ItemExecutionResult.php index 02aa988..feba47f 100644 --- a/src/Model/Response/AliExpress/Result/ItemExecutionResult.php +++ b/src/Model/Response/AliExpress/Result/ItemExecutionResult.php @@ -4,10 +4,6 @@ * * @category ItemExecutionResult * @package RetailCrm\Model\Response\AliExpress\Result - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result; @@ -20,10 +16,6 @@ use RetailCrm\Model\Response\AliExpress\Result\Traits\SuccessTrait; * * @category ItemExecutionResult * @package RetailCrm\Model\Response\AliExpress\Result - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class ItemExecutionResult { diff --git a/src/Model/Response/AliExpress/Result/PostproductRedefiningFindAEProductByIdForDropshipperResponseResult.php b/src/Model/Response/AliExpress/Result/PostproductRedefiningFindAEProductByIdForDropshipperResponseResult.php index 1c1771e..c10622e 100644 --- a/src/Model/Response/AliExpress/Result/PostproductRedefiningFindAEProductByIdForDropshipperResponseResult.php +++ b/src/Model/Response/AliExpress/Result/PostproductRedefiningFindAEProductByIdForDropshipperResponseResult.php @@ -4,10 +4,6 @@ * * @category PostproductRedefiningFindAEProductByIdForDropshipperResponseResult * @package RetailCrm\Model\Response\AliExpress\Result - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result; @@ -22,10 +18,6 @@ use RetailCrm\Model\Response\AliExpress\Result\Traits\ErrorTrait; * * @category PostproductRedefiningFindAEProductByIdForDropshipperResponseResult * @package RetailCrm\Model\Response\AliExpress\Result - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru * @SuppressWarnings(PHPMD.TooManyFields) */ class PostproductRedefiningFindAEProductByIdForDropshipperResponseResult implements ErrorInterface diff --git a/src/Model/Response/AliExpress/Result/SingleItemResponseDto.php b/src/Model/Response/AliExpress/Result/SingleItemResponseDto.php index a97a349..afb0128 100644 --- a/src/Model/Response/AliExpress/Result/SingleItemResponseDto.php +++ b/src/Model/Response/AliExpress/Result/SingleItemResponseDto.php @@ -4,10 +4,6 @@ * * @category SingleItemResponseDto * @package RetailCrm\Model\Response\AliExpress\Result - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SingleItemResponseDto * @package RetailCrm\Model\Response\AliExpress\Result - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SingleItemResponseDto { diff --git a/src/Model/Response/AliExpress/Result/SolutionOrderGetResponseResult.php b/src/Model/Response/AliExpress/Result/SolutionOrderGetResponseResult.php index fa66c41..33f0d2d 100644 --- a/src/Model/Response/AliExpress/Result/SolutionOrderGetResponseResult.php +++ b/src/Model/Response/AliExpress/Result/SolutionOrderGetResponseResult.php @@ -4,10 +4,6 @@ * * @category SolutionOrderGetResponseResult * @package RetailCrm\Model\Response\AliExpress\Result - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result; @@ -22,10 +18,6 @@ use RetailCrm\Model\Response\AliExpress\Result\Traits\SuccessTrait; * * @category SolutionOrderGetResponseResult * @package RetailCrm\Model\Response\AliExpress\Result - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionOrderGetResponseResult implements ErrorInterface { diff --git a/src/Model/Response/AliExpress/Result/SolutionOrderReceiptInfoGetResponseResult.php b/src/Model/Response/AliExpress/Result/SolutionOrderReceiptInfoGetResponseResult.php index 8b17e54..2d0f40d 100644 --- a/src/Model/Response/AliExpress/Result/SolutionOrderReceiptInfoGetResponseResult.php +++ b/src/Model/Response/AliExpress/Result/SolutionOrderReceiptInfoGetResponseResult.php @@ -4,10 +4,6 @@ * * @category SolutionOrderReceiptInfoGetResponseResult * @package RetailCrm\Model\Response\AliExpress\Result - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SolutionOrderReceiptInfoGetResponseResult * @package RetailCrm\Model\Response\AliExpress\Result - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru * @SuppressWarnings(PHPMD.TooManyFields) */ class SolutionOrderReceiptInfoGetResponseResult diff --git a/src/Model/Response/AliExpress/Result/SolutionProductSchemaGetResponseResult.php b/src/Model/Response/AliExpress/Result/SolutionProductSchemaGetResponseResult.php index 7362586..ce469f1 100644 --- a/src/Model/Response/AliExpress/Result/SolutionProductSchemaGetResponseResult.php +++ b/src/Model/Response/AliExpress/Result/SolutionProductSchemaGetResponseResult.php @@ -4,10 +4,6 @@ * * @category SolutionProductSchemaGetResponseResult * @package RetailCrm\Model\Response\AliExpress\Result - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result; @@ -22,10 +18,6 @@ use RetailCrm\Model\Response\AliExpress\Result\Traits\SuccessTrait; * * @category SolutionProductSchemaGetResponseResult * @package RetailCrm\Model\Response\AliExpress\Result - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionProductSchemaGetResponseResult implements ErrorInterface { diff --git a/src/Model/Response/AliExpress/Result/SuccessResult.php b/src/Model/Response/AliExpress/Result/SuccessResult.php index 11612a5..9035fa1 100644 --- a/src/Model/Response/AliExpress/Result/SuccessResult.php +++ b/src/Model/Response/AliExpress/Result/SuccessResult.php @@ -4,10 +4,6 @@ * * @category SuccessResult * @package RetailCrm\Model\Response\AliExpress\Result - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SuccessResult * @package RetailCrm\Model\Response\AliExpress\Result - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SuccessResult { diff --git a/src/Model/Response/AliExpress/Result/TradeBuyPlaceOrderResponseResult.php b/src/Model/Response/AliExpress/Result/TradeBuyPlaceOrderResponseResult.php index 6a92218..92bbf1d 100644 --- a/src/Model/Response/AliExpress/Result/TradeBuyPlaceOrderResponseResult.php +++ b/src/Model/Response/AliExpress/Result/TradeBuyPlaceOrderResponseResult.php @@ -4,10 +4,6 @@ * * @category TradeBuyPlaceOrderResponseResult * @package RetailCrm\Model\Response\AliExpress\Result - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category TradeBuyPlaceOrderResponseResult * @package RetailCrm\Model\Response\AliExpress\Result - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class TradeBuyPlaceOrderResponseResult { diff --git a/src/Model/Response/AliExpress/Result/Traits/ErrorTrait.php b/src/Model/Response/AliExpress/Result/Traits/ErrorTrait.php index 4fa434e..71f01b8 100644 --- a/src/Model/Response/AliExpress/Result/Traits/ErrorTrait.php +++ b/src/Model/Response/AliExpress/Result/Traits/ErrorTrait.php @@ -4,10 +4,6 @@ * * @category ErrorTrait * @package RetailCrm\Model\Response\AliExpress\Result\Traits - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result\Traits; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category ErrorTrait * @package RetailCrm\Model\Response\AliExpress\Result\Traits - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ trait ErrorTrait { diff --git a/src/Model/Response/AliExpress/Result/Traits/SuccessTrait.php b/src/Model/Response/AliExpress/Result/Traits/SuccessTrait.php index a41beb6..463ac82 100644 --- a/src/Model/Response/AliExpress/Result/Traits/SuccessTrait.php +++ b/src/Model/Response/AliExpress/Result/Traits/SuccessTrait.php @@ -4,10 +4,6 @@ * * @category SuccessTrait * @package RetailCrm\Model\Response\AliExpress\Result\Traits - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress\Result\Traits; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SuccessTrait * @package RetailCrm\Model\Response\AliExpress\Result\Traits - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ trait SuccessTrait { diff --git a/src/Model/Response/AliExpress/SolutionFeedListGetResponse.php b/src/Model/Response/AliExpress/SolutionFeedListGetResponse.php index 34b19c5..08d14ac 100644 --- a/src/Model/Response/AliExpress/SolutionFeedListGetResponse.php +++ b/src/Model/Response/AliExpress/SolutionFeedListGetResponse.php @@ -4,10 +4,6 @@ * * @category SolutionFeedListGetResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress; @@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SolutionFeedListGetResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionFeedListGetResponse extends BaseResponse { diff --git a/src/Model/Response/AliExpress/SolutionFeedQueryResponse.php b/src/Model/Response/AliExpress/SolutionFeedQueryResponse.php index dee8d4b..10580a5 100644 --- a/src/Model/Response/AliExpress/SolutionFeedQueryResponse.php +++ b/src/Model/Response/AliExpress/SolutionFeedQueryResponse.php @@ -4,10 +4,6 @@ * * @category SolutionFeedQueryResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress; @@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SolutionFeedQueryResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionFeedQueryResponse extends BaseResponse { diff --git a/src/Model/Response/AliExpress/SolutionFeedSubmitResponse.php b/src/Model/Response/AliExpress/SolutionFeedSubmitResponse.php index b31880a..320ced8 100644 --- a/src/Model/Response/AliExpress/SolutionFeedSubmitResponse.php +++ b/src/Model/Response/AliExpress/SolutionFeedSubmitResponse.php @@ -4,10 +4,6 @@ * * @category SolutionFeedSubmitResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress; @@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SolutionFeedSubmitResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionFeedSubmitResponse extends BaseResponse { diff --git a/src/Model/Response/AliExpress/SolutionMerchantProfileGetResponse.php b/src/Model/Response/AliExpress/SolutionMerchantProfileGetResponse.php index 6d240dc..5ac6f5e 100644 --- a/src/Model/Response/AliExpress/SolutionMerchantProfileGetResponse.php +++ b/src/Model/Response/AliExpress/SolutionMerchantProfileGetResponse.php @@ -4,10 +4,6 @@ * * @category SolutionMerchantProfileGetResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress; @@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SolutionMerchantProfileGetResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionMerchantProfileGetResponse extends BaseResponse { diff --git a/src/Model/Response/AliExpress/SolutionOrderFulfillResponse.php b/src/Model/Response/AliExpress/SolutionOrderFulfillResponse.php index 4b631ea..65cdc3e 100644 --- a/src/Model/Response/AliExpress/SolutionOrderFulfillResponse.php +++ b/src/Model/Response/AliExpress/SolutionOrderFulfillResponse.php @@ -4,10 +4,6 @@ * * @category SolutionOrderFulfillResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress; @@ -21,10 +17,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SolutionOrderFulfillResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionOrderFulfillResponse extends BaseResponse { diff --git a/src/Model/Response/AliExpress/SolutionOrderGetResponse.php b/src/Model/Response/AliExpress/SolutionOrderGetResponse.php index 397d8df..8eee53c 100644 --- a/src/Model/Response/AliExpress/SolutionOrderGetResponse.php +++ b/src/Model/Response/AliExpress/SolutionOrderGetResponse.php @@ -4,10 +4,6 @@ * * @category SolutionOrderGetResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress; @@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SolutionOrderGetResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionOrderGetResponse extends BaseResponse { diff --git a/src/Model/Response/AliExpress/SolutionOrderReceiptInfoGetResponse.php b/src/Model/Response/AliExpress/SolutionOrderReceiptInfoGetResponse.php index 9cb9795..5ffa398 100644 --- a/src/Model/Response/AliExpress/SolutionOrderReceiptInfoGetResponse.php +++ b/src/Model/Response/AliExpress/SolutionOrderReceiptInfoGetResponse.php @@ -4,10 +4,6 @@ * * @category SolutionOrderReceiptInfoGetResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress; @@ -21,10 +17,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SolutionOrderReceiptInfoGetResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionOrderReceiptInfoGetResponse extends BaseResponse { diff --git a/src/Model/Response/AliExpress/SolutionProductSchemaGetResponse.php b/src/Model/Response/AliExpress/SolutionProductSchemaGetResponse.php index dd1f51d..71fa0a5 100644 --- a/src/Model/Response/AliExpress/SolutionProductSchemaGetResponse.php +++ b/src/Model/Response/AliExpress/SolutionProductSchemaGetResponse.php @@ -4,10 +4,6 @@ * * @category SolutionProductSchemaGetResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress; @@ -21,10 +17,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SolutionProductSchemaGetResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionProductSchemaGetResponse extends BaseResponse { diff --git a/src/Model/Response/AliExpress/SolutionSellerCategoryTreeQueryResponse.php b/src/Model/Response/AliExpress/SolutionSellerCategoryTreeQueryResponse.php index 960f3a2..2a4d30e 100644 --- a/src/Model/Response/AliExpress/SolutionSellerCategoryTreeQueryResponse.php +++ b/src/Model/Response/AliExpress/SolutionSellerCategoryTreeQueryResponse.php @@ -4,10 +4,6 @@ * * @category SolutionSellerCategoryTreeQueryResponse * @package RetailCrm\Model\Response\AliExpressSolution - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress; @@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS; * * @category SolutionSellerCategoryTreeQueryResponse * @package RetailCrm\Model\Response\AliExpressSolution - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class SolutionSellerCategoryTreeQueryResponse extends BaseResponse { diff --git a/src/Model/Response/AliExpress/TradeBuyPlaceOrderResponse.php b/src/Model/Response/AliExpress/TradeBuyPlaceOrderResponse.php index 73c6940..4b86ddc 100644 --- a/src/Model/Response/AliExpress/TradeBuyPlaceOrderResponse.php +++ b/src/Model/Response/AliExpress/TradeBuyPlaceOrderResponse.php @@ -4,10 +4,6 @@ * * @category TradeBuyPlaceOrderResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\AliExpress; @@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS; * * @category TradeBuyPlaceOrderResponse * @package RetailCrm\Model\Response\AliExpress - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class TradeBuyPlaceOrderResponse extends BaseResponse { diff --git a/src/Model/Response/BaseResponse.php b/src/Model/Response/BaseResponse.php index 5d095cd..2a41c7b 100644 --- a/src/Model/Response/BaseResponse.php +++ b/src/Model/Response/BaseResponse.php @@ -5,10 +5,6 @@ * * @category BaseResponse * @package RetailCrm\Model\Response - * @author RetailCRM - * @license MIT - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category BaseResponse * @package RetailCrm\Model\Response - * @author RetailDriver LLC - * @license MIT - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ abstract class BaseResponse implements TopResponseInterface { diff --git a/src/Model/Response/ErrorResponseBody.php b/src/Model/Response/ErrorResponseBody.php index 36cf671..073c491 100644 --- a/src/Model/Response/ErrorResponseBody.php +++ b/src/Model/Response/ErrorResponseBody.php @@ -5,10 +5,6 @@ * * @category ErrorResponseBody * @package RetailCrm\Model\Response - * @author RetailCRM - * @license MIT - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category ErrorResponseBody * @package RetailCrm\Model\Response - * @author RetailDriver LLC - * @license MIT - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class ErrorResponseBody { diff --git a/src/Model/Response/OAuthTokenFetcherResponse.php b/src/Model/Response/OAuthTokenFetcherResponse.php index 53f1d82..ed77478 100644 --- a/src/Model/Response/OAuthTokenFetcherResponse.php +++ b/src/Model/Response/OAuthTokenFetcherResponse.php @@ -4,10 +4,6 @@ * * @category OAuthTokenFetcherResponse * @package RetailCrm\Model\Response - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category OAuthTokenFetcherResponse * @package RetailCrm\Model\Response - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class OAuthTokenFetcherResponse { diff --git a/src/Model/Response/Taobao/Data/HttpDnsGetResponseData.php b/src/Model/Response/Taobao/Data/HttpDnsGetResponseData.php index db5bc27..d926e58 100644 --- a/src/Model/Response/Taobao/Data/HttpDnsGetResponseData.php +++ b/src/Model/Response/Taobao/Data/HttpDnsGetResponseData.php @@ -5,10 +5,6 @@ * * @category HttpDnsGetResponseData * @package RetailCrm\Model\Response\Taobao\Data - * @author RetailCRM - * @license MIT - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\Taobao\Data; @@ -21,10 +17,6 @@ use RetailCrm\Model\Response\Taobao\Result\HttpDnsGetResponseResult; * * @category HttpDnsGetResponseData * @package RetailCrm\Model\Response\Taobao\Data - * @author RetailDriver LLC - * @license MIT - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class HttpDnsGetResponseData extends AbstractResponseData { diff --git a/src/Model/Response/Taobao/HttpDnsGetResponse.php b/src/Model/Response/Taobao/HttpDnsGetResponse.php index 45d7565..cbd5787 100644 --- a/src/Model/Response/Taobao/HttpDnsGetResponse.php +++ b/src/Model/Response/Taobao/HttpDnsGetResponse.php @@ -5,10 +5,6 @@ * * @category HttpDnsGetResponse * @package RetailCrm\Model\Response\Taobao - * @author RetailCRM - * @license MIT - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\Taobao; @@ -20,10 +16,6 @@ use RetailCrm\Model\Response\BaseResponse; * * @category HttpDnsGetResponse * @package RetailCrm\Model\Response\Taobao - * @author RetailDriver LLC - * @license MIT - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class HttpDnsGetResponse extends BaseResponse { diff --git a/src/Model/Response/Taobao/Result/HttpDnsGetResponseResult.php b/src/Model/Response/Taobao/Result/HttpDnsGetResponseResult.php index c1d5c34..d38f8a4 100644 --- a/src/Model/Response/Taobao/Result/HttpDnsGetResponseResult.php +++ b/src/Model/Response/Taobao/Result/HttpDnsGetResponseResult.php @@ -5,10 +5,6 @@ * * @category HttpDnsGetResponseResult * @package RetailCrm\Model\Response\Taobao\Result - * @author RetailCRM - * @license MIT - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\Taobao\Result; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category HttpDnsGetResponseResult * @package RetailCrm\Model\Response\Taobao\Result - * @author RetailDriver LLC - * @license MIT - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class HttpDnsGetResponseResult { diff --git a/src/Model/Response/TopResponseInterface.php b/src/Model/Response/TopResponseInterface.php index 5c9a846..414d63a 100644 --- a/src/Model/Response/TopResponseInterface.php +++ b/src/Model/Response/TopResponseInterface.php @@ -5,10 +5,6 @@ * * @category TopResponseInterface * @package RetailCrm\Model\Response - * @author RetailCRM - * @license MIT - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response; @@ -18,10 +14,6 @@ namespace RetailCrm\Model\Response; * * @category TopResponseInterface * @package RetailCrm\Model\Response - * @author RetailDriver LLC - * @license MIT - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ interface TopResponseInterface { diff --git a/src/Model/Response/Type/HttpDnsEnvEntry.php b/src/Model/Response/Type/HttpDnsEnvEntry.php index 35045db..6062ebd 100644 --- a/src/Model/Response/Type/HttpDnsEnvEntry.php +++ b/src/Model/Response/Type/HttpDnsEnvEntry.php @@ -4,10 +4,6 @@ * * @category HttpDnsEnvEntry * @package RetailCrm\Model\Response\Type - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Model\Response\Type; @@ -19,10 +15,6 @@ use JMS\Serializer\Annotation as JMS; * * @category HttpDnsEnvEntry * @package RetailCrm\Model\Response\Type - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class HttpDnsEnvEntry { diff --git a/src/Service/RequestDataFilter.php b/src/Service/RequestDataFilter.php index e1c45ec..636c50c 100644 --- a/src/Service/RequestDataFilter.php +++ b/src/Service/RequestDataFilter.php @@ -5,10 +5,6 @@ * * @category RequestDataFilter * @package RetailCrm\Service - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Service; @@ -19,10 +15,6 @@ use RetailCrm\Interfaces\FileItemInterface; * * @category RequestDataFilter * @package RetailCrm\Service - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class RequestDataFilter { diff --git a/src/Service/RequestSigner.php b/src/Service/RequestSigner.php index f4d1c81..af96f20 100644 --- a/src/Service/RequestSigner.php +++ b/src/Service/RequestSigner.php @@ -5,10 +5,6 @@ * * @category RequestSigner * @package RetailCrm\Service - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Service; @@ -22,10 +18,6 @@ use RetailCrm\Model\Enum\AvailableSignMethods; * * @category RequestSigner * @package RetailCrm\Service - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class RequestSigner implements RequestSignerInterface { diff --git a/src/Service/RequestTimestampProvider.php b/src/Service/RequestTimestampProvider.php index ac3ad93..864bdd8 100644 --- a/src/Service/RequestTimestampProvider.php +++ b/src/Service/RequestTimestampProvider.php @@ -5,10 +5,6 @@ * * @category TimestampProvider * @package RetailCrm\Service - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Service; @@ -22,10 +18,6 @@ use RetailCrm\Model\Request\BaseRequest; * * @category TimestampProvider * @package RetailCrm\Service - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class RequestTimestampProvider implements RequestTimestampProviderInterface { diff --git a/src/TopClient/TopClient.php b/src/TopClient/TopClient.php index e15f5a0..4047ee6 100644 --- a/src/TopClient/TopClient.php +++ b/src/TopClient/TopClient.php @@ -5,10 +5,6 @@ * * @category TopClient * @package RetailCrm\TopClient - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\TopClient; @@ -42,10 +38,6 @@ use Symfony\Component\Validator\Constraints as Assert; * * @category TopClient * @package RetailCrm\TopClient - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru * @SuppressWarnings(PHPMD.CouplingBetweenObjects) */ class TopClient implements TopClientInterface diff --git a/src/Traits/ContainerAwareTrait.php b/src/Traits/ContainerAwareTrait.php index a434006..4d31b96 100644 --- a/src/Traits/ContainerAwareTrait.php +++ b/src/Traits/ContainerAwareTrait.php @@ -5,10 +5,6 @@ * * @category ContainerAwareTrait * @package RetailCrm\Traits - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Traits; @@ -21,10 +17,6 @@ use Symfony\Component\Validator\Constraints as Assert; * * @category ContainerAwareTrait * @package RetailCrm\Traits - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ trait ContainerAwareTrait { diff --git a/src/Traits/ValidatorAwareTrait.php b/src/Traits/ValidatorAwareTrait.php index 3a08747..1373c12 100644 --- a/src/Traits/ValidatorAwareTrait.php +++ b/src/Traits/ValidatorAwareTrait.php @@ -5,10 +5,6 @@ * * @category ValidatorAwareTrait * @package RetailCrm\Traits - * @author RetailCRM - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Traits; @@ -22,10 +18,6 @@ use Symfony\Component\Validator\Validator\ValidatorInterface; * * @category ValidatorAwareTrait * @package RetailCrm\Traits - * @author RetailDriver LLC - * @license MIT https://mit-license.org - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ trait ValidatorAwareTrait { diff --git a/tests/RetailCrm/Test/FakeDataRequestDto.php b/tests/RetailCrm/Test/FakeDataRequestDto.php index 253ad1c..3956c50 100644 --- a/tests/RetailCrm/Test/FakeDataRequestDto.php +++ b/tests/RetailCrm/Test/FakeDataRequestDto.php @@ -4,10 +4,6 @@ * * @category FakeDataRequestDto * @package RetailCrm\Test - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Test; @@ -20,10 +16,6 @@ use JMS\Serializer\Annotation as JMS; * * @category FakeDataRequestDto * @package RetailCrm\Test - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class FakeDataRequestDto implements RequestDtoInterface { diff --git a/tests/RetailCrm/Test/MatcherException.php b/tests/RetailCrm/Test/MatcherException.php index 180a2c9..7643187 100644 --- a/tests/RetailCrm/Test/MatcherException.php +++ b/tests/RetailCrm/Test/MatcherException.php @@ -4,10 +4,6 @@ * * @category MatcherException * @package RetailCrm\Test - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Test; @@ -20,10 +16,6 @@ use Throwable; * * @category MatcherException * @package RetailCrm\Test - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class MatcherException extends Exception { diff --git a/tests/RetailCrm/Test/RequestMatcher.php b/tests/RetailCrm/Test/RequestMatcher.php index 59302bf..ab914b5 100644 --- a/tests/RetailCrm/Test/RequestMatcher.php +++ b/tests/RetailCrm/Test/RequestMatcher.php @@ -4,10 +4,6 @@ * * @category RequestMatcher * @package RetailCrm\Test - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Test; @@ -20,10 +16,6 @@ use Psr\Http\Message\RequestInterface; * * @category RequestMatcher * @package RetailCrm\Test - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class RequestMatcher implements RequestMatcherInterface { diff --git a/tests/RetailCrm/Test/TestCase.php b/tests/RetailCrm/Test/TestCase.php index b4bc0c1..76f404b 100644 --- a/tests/RetailCrm/Test/TestCase.php +++ b/tests/RetailCrm/Test/TestCase.php @@ -28,10 +28,6 @@ use RetailCrm\Interfaces\FileItemFactoryInterface; * * @category TestCase * @package ${NAMESPACE} - * @author RetailDriver LLC - * @license MIT - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ abstract class TestCase extends \PHPUnit\Framework\TestCase { diff --git a/tests/RetailCrm/Test/TestDto.php b/tests/RetailCrm/Test/TestDto.php index c6f1ff6..2e69451 100644 --- a/tests/RetailCrm/Test/TestDto.php +++ b/tests/RetailCrm/Test/TestDto.php @@ -5,10 +5,6 @@ * * @category TestDto * @package RetailCrm\Test - * @author RetailCRM - * @license MIT - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Test; @@ -20,10 +16,6 @@ use RetailCrm\Interfaces\RequestDtoInterface; * * @category TestDto * @package RetailCrm\Test - * @author RetailDriver LLC - * @license MIT - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class TestDto implements RequestDtoInterface { diff --git a/tests/RetailCrm/Test/TestSignerRequest.php b/tests/RetailCrm/Test/TestSignerRequest.php index 2c27069..07248d4 100644 --- a/tests/RetailCrm/Test/TestSignerRequest.php +++ b/tests/RetailCrm/Test/TestSignerRequest.php @@ -5,10 +5,6 @@ * * @category TestRequest * @package RetailCrm\Test - * @author RetailCRM - * @license MIT - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Test; @@ -22,10 +18,6 @@ use Symfony\Component\Validator\Constraints as Assert; * * @category TestRequest * @package RetailCrm\Test - * @author RetailDriver LLC - * @license MIT - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class TestSignerRequest extends BaseRequest { diff --git a/tests/RetailCrm/Tests/Builder/AuthorizationUriBuilderTest.php b/tests/RetailCrm/Tests/Builder/AuthorizationUriBuilderTest.php index edd3b8e..13e7181 100644 --- a/tests/RetailCrm/Tests/Builder/AuthorizationUriBuilderTest.php +++ b/tests/RetailCrm/Tests/Builder/AuthorizationUriBuilderTest.php @@ -4,10 +4,6 @@ * * @category AuthorizationUriBuilderTest * @package RetailCrm\Tests\Builder - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Tests\Builder; @@ -20,10 +16,6 @@ use RetailCrm\Test\TestCase; * * @category AuthorizationUriBuilderTest * @package RetailCrm\Tests\Builder - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class AuthorizationUriBuilderTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Builder/ClientBuilderTest.php b/tests/RetailCrm/Tests/Builder/ClientBuilderTest.php index 5c1e9cd..d761084 100644 --- a/tests/RetailCrm/Tests/Builder/ClientBuilderTest.php +++ b/tests/RetailCrm/Tests/Builder/ClientBuilderTest.php @@ -5,10 +5,6 @@ * * @category ClientBuilderTest * @package RetailCrm\Tests\Builder - * @author RetailCRM - * @license MIT - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Tests\Builder; @@ -23,10 +19,6 @@ use RetailCrm\TopClient\TopClient; * * @category ClientBuilderTest * @package RetailCrm\Tests\Builder - * @author RetailDriver LLC - * @license MIT - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class ClientBuilderTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Builder/ContainerBuilderTest.php b/tests/RetailCrm/Tests/Builder/ContainerBuilderTest.php index 11a33b3..e0a01b9 100644 --- a/tests/RetailCrm/Tests/Builder/ContainerBuilderTest.php +++ b/tests/RetailCrm/Tests/Builder/ContainerBuilderTest.php @@ -5,10 +5,6 @@ * * @category ContainerBuilderTest * @package RetailCrm\Tests\Builder - * @author RetailCRM - * @license MIT - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Tests\Builder; @@ -29,10 +25,6 @@ use RetailCrm\Test\TestCase; * * @category ContainerBuilderTest * @package RetailCrm\Tests\Builder - * @author RetailDriver LLC - * @license MIT - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class ContainerBuilderTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Component/JMS/Visitor/Deserialization/JsonDeserializationVisitorTest.php b/tests/RetailCrm/Tests/Component/JMS/Visitor/Deserialization/JsonDeserializationVisitorTest.php index 759bdb9..21cf5c9 100644 --- a/tests/RetailCrm/Tests/Component/JMS/Visitor/Deserialization/JsonDeserializationVisitorTest.php +++ b/tests/RetailCrm/Tests/Component/JMS/Visitor/Deserialization/JsonDeserializationVisitorTest.php @@ -4,10 +4,6 @@ * * @category JsonDeserializationVisitorTest * @package RetailCrm\Tests\Component\JMS\Visitor\Deserialization - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Tests\Component\JMS\Visitor\Deserialization; @@ -24,10 +20,6 @@ use RetailCrm\Test\TestCase; * * @category JsonDeserializationVisitorTest * @package RetailCrm\Tests\Component\JMS\Visitor\Deserialization - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class JsonDeserializationVisitorTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Component/OAuthTokenFetcherTest.php b/tests/RetailCrm/Tests/Component/OAuthTokenFetcherTest.php index a5345bb..d867a23 100644 --- a/tests/RetailCrm/Tests/Component/OAuthTokenFetcherTest.php +++ b/tests/RetailCrm/Tests/Component/OAuthTokenFetcherTest.php @@ -4,10 +4,6 @@ * * @category OAuthTokenFetcherTest * @package RetailCrm\Tests\Component - * @author RetailCRM - * @license http://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Tests\Component; @@ -21,10 +17,6 @@ use RetailCrm\Test\TestCase; * * @category OAuthTokenFetcherTest * @package RetailCrm\Tests\Component - * @author RetailDriver LLC - * @license https://retailcrm.ru Proprietary - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class OAuthTokenFetcherTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Factory/TopRequestFactoryTest.php b/tests/RetailCrm/Tests/Factory/TopRequestFactoryTest.php index 36cd476..21f63b6 100644 --- a/tests/RetailCrm/Tests/Factory/TopRequestFactoryTest.php +++ b/tests/RetailCrm/Tests/Factory/TopRequestFactoryTest.php @@ -5,10 +5,6 @@ * * @category TopRequestFactoryTest * @package RetailCrm\Tests\Factory - * @author RetailCRM - * @license MIT - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Tests\Factory; @@ -23,10 +19,6 @@ use RetailCrm\Test\TestCase; * * @category TopRequestFactoryTest * @package RetailCrm\Tests\Factory - * @author RetailDriver LLC - * @license MIT - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class TopRequestFactoryTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Service/RequestSignerTest.php b/tests/RetailCrm/Tests/Service/RequestSignerTest.php index 789eef9..bb3fde8 100644 --- a/tests/RetailCrm/Tests/Service/RequestSignerTest.php +++ b/tests/RetailCrm/Tests/Service/RequestSignerTest.php @@ -5,10 +5,6 @@ * * @category RequestSigner * @package RetailCrm\Tests\Service - * @author RetailCRM - * @license MIT - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Tests\Service; @@ -26,10 +22,6 @@ use RetailCrm\Test\TestSignerRequest; * * @category RequestSigner * @package RetailCrm\Tests\Service - * @author RetailDriver LLC - * @license MIT - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class RequestSignerTest extends TestCase { diff --git a/tests/RetailCrm/Tests/TopClient/ClientTest.php b/tests/RetailCrm/Tests/TopClient/ClientTest.php index d83f161..a2a1508 100644 --- a/tests/RetailCrm/Tests/TopClient/ClientTest.php +++ b/tests/RetailCrm/Tests/TopClient/ClientTest.php @@ -5,10 +5,6 @@ * * @category ClientTest * @package RetailCrm\Tests\TopClient - * @author RetailCRM - * @license MIT - * @link http://retailcrm.ru - * @see http://help.retailcrm.ru */ namespace RetailCrm\Tests\TopClient; @@ -59,10 +55,6 @@ use RetailCrm\Test\TestCase; * * @category ClientTest * @package RetailCrm\Tests\TopClient - * @author RetailDriver LLC - * @license MIT - * @link http://retailcrm.ru - * @see https://help.retailcrm.ru */ class ClientTest extends TestCase {