diff --git a/composer.json b/composer.json index 9628470..adef357 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "jakiboy/apaapi", - "version" : "1.0.6", + "version" : "1.0.7", "type": "library", "description": "Easy connection to Amazon Product Advertising API v5", "keywords": ["php","amazon","product","api","apaapi","paapi5","jakiboy"], diff --git a/src/exceptions/ResponseTypeException.php b/src/exceptions/ResponseTypeException.php index 69fab30..df4f7c5 100644 --- a/src/exceptions/ResponseTypeException.php +++ b/src/exceptions/ResponseTypeException.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/interfaces/ItemOperationInterface.php b/src/interfaces/ItemOperationInterface.php index 1bc06b8..8fe6025 100644 --- a/src/interfaces/ItemOperationInterface.php +++ b/src/interfaces/ItemOperationInterface.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/interfaces/OperationInterface.php b/src/interfaces/OperationInterface.php index f0836ba..b0e6e28 100644 --- a/src/interfaces/OperationInterface.php +++ b/src/interfaces/OperationInterface.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/interfaces/RequestInterface.php b/src/interfaces/RequestInterface.php index fa85762..664d35a 100644 --- a/src/interfaces/RequestInterface.php +++ b/src/interfaces/RequestInterface.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/interfaces/ResponseInterface.php b/src/interfaces/ResponseInterface.php index 9357f3c..1c46d96 100644 --- a/src/interfaces/ResponseInterface.php +++ b/src/interfaces/ResponseInterface.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/interfaces/ResponseTypeInterface.php b/src/interfaces/ResponseTypeInterface.php index 8af9670..8343959 100644 --- a/src/interfaces/ResponseTypeInterface.php +++ b/src/interfaces/ResponseTypeInterface.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/lib/ItemOperation.php b/src/lib/ItemOperation.php index 5b23f8f..1398229 100644 --- a/src/lib/ItemOperation.php +++ b/src/lib/ItemOperation.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/lib/Operation.php b/src/lib/Operation.php index c1c7970..995ca1c 100644 --- a/src/lib/Operation.php +++ b/src/lib/Operation.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/lib/OperationProvider.php b/src/lib/OperationProvider.php index 1b8397d..4ff5b17 100644 --- a/src/lib/OperationProvider.php +++ b/src/lib/OperationProvider.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/lib/Request.php b/src/lib/Request.php index 62b3ad5..f015538 100644 --- a/src/lib/Request.php +++ b/src/lib/Request.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/lib/Resource.php b/src/lib/Resource.php index e55415c..1ddbba8 100644 --- a/src/lib/Resource.php +++ b/src/lib/Resource.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/lib/Response.php b/src/lib/Response.php index 7e2fde0..b06c45b 100644 --- a/src/lib/Response.php +++ b/src/lib/Response.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/lib/ResponseType.php b/src/lib/ResponseType.php index 80d423c..88efcff 100644 --- a/src/lib/ResponseType.php +++ b/src/lib/ResponseType.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/lib/SignatureRequest.php b/src/lib/SignatureRequest.php index 97113e6..1297cd9 100644 --- a/src/lib/SignatureRequest.php +++ b/src/lib/SignatureRequest.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/operations/GetBrowseNodes.php b/src/operations/GetBrowseNodes.php index 4ef4376..457f22a 100644 --- a/src/operations/GetBrowseNodes.php +++ b/src/operations/GetBrowseNodes.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/operations/GetItems.php b/src/operations/GetItems.php index 86bc4bb..7c8ce9d 100644 --- a/src/operations/GetItems.php +++ b/src/operations/GetItems.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/operations/GetVariations.php b/src/operations/GetVariations.php index 6ea4194..988347a 100644 --- a/src/operations/GetVariations.php +++ b/src/operations/GetVariations.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/operations/SearchItems.php b/src/operations/SearchItems.php index 9313081..6c684a1 100644 --- a/src/operations/SearchItems.php +++ b/src/operations/SearchItems.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/resources/BrowseNodeInfo.php b/src/resources/BrowseNodeInfo.php index be843b5..c744f7e 100644 --- a/src/resources/BrowseNodeInfo.php +++ b/src/resources/BrowseNodeInfo.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/resources/BrowseNodes.php b/src/resources/BrowseNodes.php index a543683..d0c6319 100644 --- a/src/resources/BrowseNodes.php +++ b/src/resources/BrowseNodes.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/resources/Images.php b/src/resources/Images.php index c6d7679..a35e276 100644 --- a/src/resources/Images.php +++ b/src/resources/Images.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/resources/ItemInfo.php b/src/resources/ItemInfo.php index 57f29a5..061cf25 100644 --- a/src/resources/ItemInfo.php +++ b/src/resources/ItemInfo.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/resources/Offers.php b/src/resources/Offers.php index ce180d9..d8b8385 100644 --- a/src/resources/Offers.php +++ b/src/resources/Offers.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/resources/ParentASIN.php b/src/resources/ParentASIN.php index 9477bee..7504e9b 100644 --- a/src/resources/ParentASIN.php +++ b/src/resources/ParentASIN.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/resources/SearchRefinements.php b/src/resources/SearchRefinements.php index 0379b17..431d56f 100644 --- a/src/resources/SearchRefinements.php +++ b/src/resources/SearchRefinements.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/ diff --git a/src/resources/VariationSummary.php b/src/resources/VariationSummary.php index 1e9d235..7430a7e 100644 --- a/src/resources/VariationSummary.php +++ b/src/resources/VariationSummary.php @@ -1,6 +1,7 @@ * @link https://jakiboy.github.io/apaapi/