Skip to content

Commit 587d062

Browse files
committed
Fix PHP < 7.3
1 parent 7aa7272 commit 587d062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/php/rdbms/unittest/tds/TdsDataStreamTest.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public function writeBytesSpanningMultiplePackets() {
192192

193193
Assert::equals(
194194
new Bytes($this->headerWith(2, false).'Te'.$this->headerWith(2, true).'st'),
195-
new Bytes($socket->bytes),
195+
new Bytes($socket->bytes)
196196
);
197197
}
198198
}

0 commit comments

Comments
 (0)