From 26e56657659e6b0a6480795a7ee6d29070cac06d Mon Sep 17 00:00:00 2001 From: Sandro Keil Date: Thu, 3 Jan 2019 18:11:49 +0100 Subject: [PATCH] It's 2019 --- LICENSE.md | 2 +- src/BatchResult.php | 2 +- src/Client.php | 2 +- src/ClientOptions.php | 2 +- src/Exception/ArangoDbException.php | 2 +- src/Exception/ConnectionException.php | 2 +- src/Exception/GuardContentIdCollisionException.php | 2 +- src/Exception/GuardErrorException.php | 2 +- src/Exception/InvalidArgumentException.php | 2 +- src/Exception/LogicException.php | 2 +- src/Exception/NetworkException.php | 2 +- src/Exception/RequestFailedException.php | 2 +- src/Exception/RuntimeException.php | 2 +- src/Exception/ServerException.php | 2 +- src/Exception/TimeoutException.php | 2 +- src/Exception/UnreadableStreamException.php | 2 +- src/Exception/UnseekableStreamException.php | 2 +- src/Exception/UntellableStreamException.php | 2 +- src/Exception/UnwritableStreamException.php | 2 +- src/Guard/ContentIdTrait.php | 2 +- src/Guard/Guard.php | 2 +- src/Guard/SuccessHttpStatusCode.php | 2 +- src/Http/MessageTrait.php | 2 +- src/Http/Request.php | 2 +- src/Http/Response.php | 2 +- src/Http/Stream.php | 2 +- src/Http/Uri.php | 2 +- src/Http/VpackStream.php | 2 +- src/HttpHelper.php | 2 +- src/Polyfill/Vpack.php | 2 +- src/Statement.php | 2 +- src/TransactionalClient.php | 2 +- src/Type/Batch.php | 2 +- src/Type/BatchType.php | 2 +- src/Type/Collection.php | 2 +- src/Type/CollectionType.php | 2 +- src/Type/Cursor.php | 2 +- src/Type/CursorType.php | 2 +- src/Type/Database.php | 2 +- src/Type/DatabaseType.php | 2 +- src/Type/Document.php | 2 +- src/Type/DocumentType.php | 2 +- src/Type/GuardSupport.php | 2 +- src/Type/Index.php | 2 +- src/Type/IndexType.php | 2 +- src/Type/Transaction.php | 2 +- src/Type/TransactionType.php | 2 +- src/Type/Transactional.php | 2 +- src/Type/Type.php | 2 +- src/Url.php | 2 +- test/BatchResultTest.php | 2 +- test/ClientTest.php | 2 +- test/Http/RequestTest.php | 2 +- test/Http/ResponseTest.php | 2 +- test/Http/StreamTest.php | 2 +- test/Http/UriTest.php | 2 +- test/Http/VpackStreamTest.php | 2 +- test/StatementTest.php | 2 +- test/TestCase.php | 2 +- test/TestUtil.php | 2 +- test/TransactionalClientTest.php | 2 +- test/Type/BatchTest.php | 2 +- test/Type/CollectionTest.php | 2 +- test/Type/CursorTest.php | 2 +- test/Type/DocumentTest.php | 2 +- test/Type/IndexTest.php | 2 +- 66 files changed, 66 insertions(+), 66 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 0a2a5b0..1074ed6 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ New BSD License =============== -Copyright (c) 2018, Sandro Keil +Copyright (c) 2018-2019, Sandro Keil All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/BatchResult.php b/src/BatchResult.php index f264638..18051b0 100644 --- a/src/BatchResult.php +++ b/src/BatchResult.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Client.php b/src/Client.php index 61d6ba9..92b6b2c 100644 --- a/src/Client.php +++ b/src/Client.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/ClientOptions.php b/src/ClientOptions.php index 82e6dc2..e58262d 100644 --- a/src/ClientOptions.php +++ b/src/ClientOptions.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Exception/ArangoDbException.php b/src/Exception/ArangoDbException.php index 51dd2f8..efb5c5a 100644 --- a/src/Exception/ArangoDbException.php +++ b/src/Exception/ArangoDbException.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Exception/ConnectionException.php b/src/Exception/ConnectionException.php index ea91917..46b90c6 100644 --- a/src/Exception/ConnectionException.php +++ b/src/Exception/ConnectionException.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Exception/GuardContentIdCollisionException.php b/src/Exception/GuardContentIdCollisionException.php index a3ed450..69b589d 100644 --- a/src/Exception/GuardContentIdCollisionException.php +++ b/src/Exception/GuardContentIdCollisionException.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Exception/GuardErrorException.php b/src/Exception/GuardErrorException.php index 95ff267..adda63f 100644 --- a/src/Exception/GuardErrorException.php +++ b/src/Exception/GuardErrorException.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Exception/InvalidArgumentException.php b/src/Exception/InvalidArgumentException.php index 0838a51..b7aca00 100644 --- a/src/Exception/InvalidArgumentException.php +++ b/src/Exception/InvalidArgumentException.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Exception/LogicException.php b/src/Exception/LogicException.php index 0b228d6..3ff4374 100644 --- a/src/Exception/LogicException.php +++ b/src/Exception/LogicException.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Exception/NetworkException.php b/src/Exception/NetworkException.php index d16590c..f3d284c 100644 --- a/src/Exception/NetworkException.php +++ b/src/Exception/NetworkException.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Exception/RequestFailedException.php b/src/Exception/RequestFailedException.php index eb862ce..ac3cc21 100644 --- a/src/Exception/RequestFailedException.php +++ b/src/Exception/RequestFailedException.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Exception/RuntimeException.php b/src/Exception/RuntimeException.php index e08ad99..64c51dd 100644 --- a/src/Exception/RuntimeException.php +++ b/src/Exception/RuntimeException.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Exception/ServerException.php b/src/Exception/ServerException.php index 63b19cd..f49cc35 100644 --- a/src/Exception/ServerException.php +++ b/src/Exception/ServerException.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Exception/TimeoutException.php b/src/Exception/TimeoutException.php index 393b6bb..7183c2e 100644 --- a/src/Exception/TimeoutException.php +++ b/src/Exception/TimeoutException.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Exception/UnreadableStreamException.php b/src/Exception/UnreadableStreamException.php index d32895a..4d9a6d8 100644 --- a/src/Exception/UnreadableStreamException.php +++ b/src/Exception/UnreadableStreamException.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Exception/UnseekableStreamException.php b/src/Exception/UnseekableStreamException.php index 5decac6..e22bd24 100644 --- a/src/Exception/UnseekableStreamException.php +++ b/src/Exception/UnseekableStreamException.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Exception/UntellableStreamException.php b/src/Exception/UntellableStreamException.php index 25a1a96..fbfe825 100644 --- a/src/Exception/UntellableStreamException.php +++ b/src/Exception/UntellableStreamException.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Exception/UnwritableStreamException.php b/src/Exception/UnwritableStreamException.php index 6b11fc6..060be4a 100644 --- a/src/Exception/UnwritableStreamException.php +++ b/src/Exception/UnwritableStreamException.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Guard/ContentIdTrait.php b/src/Guard/ContentIdTrait.php index c5805aa..4b47237 100644 --- a/src/Guard/ContentIdTrait.php +++ b/src/Guard/ContentIdTrait.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Guard/Guard.php b/src/Guard/Guard.php index 157d12e..7520f72 100644 --- a/src/Guard/Guard.php +++ b/src/Guard/Guard.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Guard/SuccessHttpStatusCode.php b/src/Guard/SuccessHttpStatusCode.php index bf5f622..6311add 100644 --- a/src/Guard/SuccessHttpStatusCode.php +++ b/src/Guard/SuccessHttpStatusCode.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Http/MessageTrait.php b/src/Http/MessageTrait.php index 2c4bcd5..b60cb9b 100644 --- a/src/Http/MessageTrait.php +++ b/src/Http/MessageTrait.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Http/Request.php b/src/Http/Request.php index 86734ee..a423e6e 100644 --- a/src/Http/Request.php +++ b/src/Http/Request.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Http/Response.php b/src/Http/Response.php index 8344729..bf4db10 100644 --- a/src/Http/Response.php +++ b/src/Http/Response.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Http/Stream.php b/src/Http/Stream.php index befe977..3b1213f 100644 --- a/src/Http/Stream.php +++ b/src/Http/Stream.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Http/Uri.php b/src/Http/Uri.php index 40a9409..f0cbfc1 100644 --- a/src/Http/Uri.php +++ b/src/Http/Uri.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Http/VpackStream.php b/src/Http/VpackStream.php index a193877..0de6691 100644 --- a/src/Http/VpackStream.php +++ b/src/Http/VpackStream.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/HttpHelper.php b/src/HttpHelper.php index ac408a5..04f1cf6 100644 --- a/src/HttpHelper.php +++ b/src/HttpHelper.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Polyfill/Vpack.php b/src/Polyfill/Vpack.php index 4973d38..e17797b 100644 --- a/src/Polyfill/Vpack.php +++ b/src/Polyfill/Vpack.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Statement.php b/src/Statement.php index 6b345f7..d41495b 100644 --- a/src/Statement.php +++ b/src/Statement.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/TransactionalClient.php b/src/TransactionalClient.php index a29c7c1..ac9a22f 100644 --- a/src/TransactionalClient.php +++ b/src/TransactionalClient.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Type/Batch.php b/src/Type/Batch.php index 6715021..b50db9a 100644 --- a/src/Type/Batch.php +++ b/src/Type/Batch.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Type/BatchType.php b/src/Type/BatchType.php index 886db7f..e4c5fb9 100644 --- a/src/Type/BatchType.php +++ b/src/Type/BatchType.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Type/Collection.php b/src/Type/Collection.php index 36da5ca..e2f62ea 100644 --- a/src/Type/Collection.php +++ b/src/Type/Collection.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Type/CollectionType.php b/src/Type/CollectionType.php index cb644c3..eab13a7 100644 --- a/src/Type/CollectionType.php +++ b/src/Type/CollectionType.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Type/Cursor.php b/src/Type/Cursor.php index bf8f6c2..7e674ad 100644 --- a/src/Type/Cursor.php +++ b/src/Type/Cursor.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Type/CursorType.php b/src/Type/CursorType.php index a573089..2ba1b88 100644 --- a/src/Type/CursorType.php +++ b/src/Type/CursorType.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Type/Database.php b/src/Type/Database.php index 7152bf8..b05ad94 100644 --- a/src/Type/Database.php +++ b/src/Type/Database.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Type/DatabaseType.php b/src/Type/DatabaseType.php index 2775dfd..085040c 100644 --- a/src/Type/DatabaseType.php +++ b/src/Type/DatabaseType.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ declare(strict_types=1); diff --git a/src/Type/Document.php b/src/Type/Document.php index f9707aa..f25925d 100644 --- a/src/Type/Document.php +++ b/src/Type/Document.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Type/DocumentType.php b/src/Type/DocumentType.php index 5a9b635..5bdb768 100644 --- a/src/Type/DocumentType.php +++ b/src/Type/DocumentType.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Type/GuardSupport.php b/src/Type/GuardSupport.php index d6ebe49..28b0ec4 100644 --- a/src/Type/GuardSupport.php +++ b/src/Type/GuardSupport.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Type/Index.php b/src/Type/Index.php index 628c5cb..71cf76a 100644 --- a/src/Type/Index.php +++ b/src/Type/Index.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Type/IndexType.php b/src/Type/IndexType.php index efbf7b8..5047a71 100644 --- a/src/Type/IndexType.php +++ b/src/Type/IndexType.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Type/Transaction.php b/src/Type/Transaction.php index e703b7d..6a22120 100644 --- a/src/Type/Transaction.php +++ b/src/Type/Transaction.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Type/TransactionType.php b/src/Type/TransactionType.php index c79aebc..ce7f599 100644 --- a/src/Type/TransactionType.php +++ b/src/Type/TransactionType.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Type/Transactional.php b/src/Type/Transactional.php index 48005ec..673da9c 100644 --- a/src/Type/Transactional.php +++ b/src/Type/Transactional.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Type/Type.php b/src/Type/Type.php index 221bd89..e04f35d 100644 --- a/src/Type/Type.php +++ b/src/Type/Type.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/src/Url.php b/src/Url.php index da4cd1c..f349f08 100644 --- a/src/Url.php +++ b/src/Url.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/test/BatchResultTest.php b/test/BatchResultTest.php index 6c13e8b..fac558a 100644 --- a/test/BatchResultTest.php +++ b/test/BatchResultTest.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/test/ClientTest.php b/test/ClientTest.php index 11eb468..5a23c88 100644 --- a/test/ClientTest.php +++ b/test/ClientTest.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/test/Http/RequestTest.php b/test/Http/RequestTest.php index 5da781f..e3e39d1 100644 --- a/test/Http/RequestTest.php +++ b/test/Http/RequestTest.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/test/Http/ResponseTest.php b/test/Http/ResponseTest.php index 045ff9e..dab2e05 100644 --- a/test/Http/ResponseTest.php +++ b/test/Http/ResponseTest.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/test/Http/StreamTest.php b/test/Http/StreamTest.php index 74d9d77..1346298 100644 --- a/test/Http/StreamTest.php +++ b/test/Http/StreamTest.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/test/Http/UriTest.php b/test/Http/UriTest.php index fc3a127..e4ae3c9 100644 --- a/test/Http/UriTest.php +++ b/test/Http/UriTest.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/test/Http/VpackStreamTest.php b/test/Http/VpackStreamTest.php index 8ef4dbf..2667313 100644 --- a/test/Http/VpackStreamTest.php +++ b/test/Http/VpackStreamTest.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/test/StatementTest.php b/test/StatementTest.php index 46e6d8a..e2fc5c4 100644 --- a/test/StatementTest.php +++ b/test/StatementTest.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/test/TestCase.php b/test/TestCase.php index 0b7a38d..dbd8ea9 100644 --- a/test/TestCase.php +++ b/test/TestCase.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/test/TestUtil.php b/test/TestUtil.php index 0aba153..bea43c2 100644 --- a/test/TestUtil.php +++ b/test/TestUtil.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/test/TransactionalClientTest.php b/test/TransactionalClientTest.php index d770257..ea17a69 100644 --- a/test/TransactionalClientTest.php +++ b/test/TransactionalClientTest.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/test/Type/BatchTest.php b/test/Type/BatchTest.php index aac5c3f..87f5e55 100644 --- a/test/Type/BatchTest.php +++ b/test/Type/BatchTest.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/test/Type/CollectionTest.php b/test/Type/CollectionTest.php index f0276c2..bd9c41c 100644 --- a/test/Type/CollectionTest.php +++ b/test/Type/CollectionTest.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/test/Type/CursorTest.php b/test/Type/CursorTest.php index 89ac87b..dba2d5e 100644 --- a/test/Type/CursorTest.php +++ b/test/Type/CursorTest.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/test/Type/DocumentTest.php b/test/Type/DocumentTest.php index aae0fa4..53ae45c 100644 --- a/test/Type/DocumentTest.php +++ b/test/Type/DocumentTest.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */ diff --git a/test/Type/IndexTest.php b/test/Type/IndexTest.php index 293c4b0..6c54153 100644 --- a/test/Type/IndexTest.php +++ b/test/Type/IndexTest.php @@ -3,7 +3,7 @@ * Sandro Keil (https://sandro-keil.de) * * @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository - * @copyright Copyright (c) 2018 Sandro Keil + * @copyright Copyright (c) 2018-2019 Sandro Keil * @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License */