File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212 */
1313class V4_3 extends AProtocol
1414{
15- use \Bolt \protocol \v1 \SetAvailableStructures;
15+ use \Bolt \protocol \v4_3 \SetAvailableStructures;
1616
1717 use \Bolt \protocol \v1 \ResetMessage;
1818
Original file line number Diff line number Diff line change 1212 */
1313class V4_4 extends AProtocol
1414{
15- use \Bolt \protocol \v4_4 \SetAvailableStructures;
15+ use \Bolt \protocol \v4_3 \SetAvailableStructures;
1616
1717 use \Bolt \protocol \v1 \ResetMessage;
1818
Original file line number Diff line number Diff line change 11<?php
22
3- namespace Bolt \protocol \v4_4 ;
3+ namespace Bolt \protocol \v4_3 ;
44
55use Bolt \protocol \v1 \structures \{
66 Date ,
2828 * @author Michal Stefanak
2929 * @link https://github.com/neo4j-php/Bolt
3030 * @see https://www.neo4j.com/docs/bolt/current/bolt/structure-semantics/
31- * @package Bolt\protocol
31+ * @package Bolt\protocol\v4_3
3232 */
3333trait SetAvailableStructures
3434{
Original file line number Diff line number Diff line change 11<?php
22
3- namespace Bolt \tests \structures \v4_4 ;
3+ namespace Bolt \tests \structures \v4_3 ;
44
55use Bolt \Bolt ;
66use Bolt \protocol \AProtocol ;
2626 * @covers \Bolt\packstream\v1\Packer
2727 * @covers \Bolt\packstream\v1\Unpacker
2828 *
29- * @package Bolt\tests\protocol\v4_4
29+ * @package Bolt\tests\protocol\v4_3
3030 */
3131class StructuresTest extends \Bolt \tests \structures \AStructures
3232{
You can’t perform that action at this time.
0 commit comments