Skip to content

Commit 083ea64

Browse files
committed
updated header
1 parent 6948b15 commit 083ea64

File tree

5 files changed

+22
-450
lines changed

5 files changed

+22
-450
lines changed

.php-cs-fixer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
declare(strict_types=1);
44

55
/*
6-
* This file is part of the Laudis Neo4j package.
6+
* This file is part of the Neo4j PHP Client and Driver package.
77
*
8-
* (c) Laudis technologies <http://laudis.tech>
8+
* (c) Nagels <http://nagels.tech>
99
*
1010
* For the full copyright and license information, please view the LICENSE
1111
* file that was distributed with this source code.

src/Bolt/Session.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ final class Session implements SessionInterface
6060
private UriInterface $uri;
6161
/** @psalm-readonly */
6262
private AuthenticateInterface $auth;
63+
/** @psalm-readonly */
6364
private BookmarkHolder $bookmarkHolder;
6465

6566
/**

0 commit comments

Comments
 (0)