diff --git a/LICENSE b/LICENSE index ff69edb..b620257 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Maximilian Beckers +Copyright (c) 2017-2025 Maximilian Beckers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ 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 +SOFTWARE. diff --git a/src/Response/OrderUpdate.php b/src/Response/OrderUpdate.php index 0d18301..864a959 100644 --- a/src/Response/OrderUpdate.php +++ b/src/Response/OrderUpdate.php @@ -28,7 +28,7 @@ class OrderUpdate public $totalPrice; /** - * @var LineItemUpdate|[] + * @var LineItemUpdate[] */ public $lineItemUpdates = []; diff --git a/src/Response/RichResponse.php b/src/Response/RichResponse.php index c3d3a4b..5b9b599 100644 --- a/src/Response/RichResponse.php +++ b/src/Response/RichResponse.php @@ -8,7 +8,7 @@ class RichResponse { /** - * @var Item|[] + * @var Item[] */ public $items = [];