Skip to content

Commit 70b3188

Browse files
committed
It's 2020
1 parent 16d2d87 commit 70b3188

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+59
-59
lines changed

src/Exception/ArangoDbException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Sandro Keil (https://sandro-keil.de)
44
*
55
* @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository
6-
* @copyright Copyright (c) 2018-2019 Sandro Keil
6+
* @copyright Copyright (c) 2018-2020 Sandro Keil
77
* @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License
88
*/
99

src/Exception/ConnectionException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Sandro Keil (https://sandro-keil.de)
44
*
55
* @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository
6-
* @copyright Copyright (c) 2018-2019 Sandro Keil
6+
* @copyright Copyright (c) 2018-2020 Sandro Keil
77
* @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License
88
*/
99

src/Exception/GuardErrorException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Sandro Keil (https://sandro-keil.de)
44
*
55
* @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository
6-
* @copyright Copyright (c) 2018-2019 Sandro Keil
6+
* @copyright Copyright (c) 2018-2020 Sandro Keil
77
* @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License
88
*/
99

src/Exception/InvalidArgumentException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Sandro Keil (https://sandro-keil.de)
44
*
55
* @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository
6-
* @copyright Copyright (c) 2018-2019 Sandro Keil
6+
* @copyright Copyright (c) 2018-2020 Sandro Keil
77
* @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License
88
*/
99

src/Exception/JsonException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Sandro Keil (https://sandro-keil.de)
44
*
55
* @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository
6-
* @copyright Copyright (c) 2018-2019 Sandro Keil
6+
* @copyright Copyright (c) 2018-2020 Sandro Keil
77
* @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License
88
*/
99

src/Exception/LogicException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Sandro Keil (https://sandro-keil.de)
44
*
55
* @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository
6-
* @copyright Copyright (c) 2018-2019 Sandro Keil
6+
* @copyright Copyright (c) 2018-2020 Sandro Keil
77
* @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License
88
*/
99

src/Exception/NetworkException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Sandro Keil (https://sandro-keil.de)
44
*
55
* @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository
6-
* @copyright Copyright (c) 2018-2019 Sandro Keil
6+
* @copyright Copyright (c) 2018-2020 Sandro Keil
77
* @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License
88
*/
99

src/Exception/RequestFailedException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Sandro Keil (https://sandro-keil.de)
44
*
55
* @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository
6-
* @copyright Copyright (c) 2018-2019 Sandro Keil
6+
* @copyright Copyright (c) 2018-2020 Sandro Keil
77
* @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License
88
*/
99
declare(strict_types=1);

src/Exception/RuntimeException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Sandro Keil (https://sandro-keil.de)
44
*
55
* @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository
6-
* @copyright Copyright (c) 2018-2019 Sandro Keil
6+
* @copyright Copyright (c) 2018-2020 Sandro Keil
77
* @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License
88
*/
99

src/Exception/ServerException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Sandro Keil (https://sandro-keil.de)
44
*
55
* @link http://github.com/sandrokeil/arangodb-php-client for the canonical source repository
6-
* @copyright Copyright (c) 2018-2019 Sandro Keil
6+
* @copyright Copyright (c) 2018-2020 Sandro Keil
77
* @license http://github.com/sandrokeil/arangodb-php-client/blob/master/LICENSE.md New BSD License
88
*/
99

0 commit comments

Comments
 (0)