Skip to content

Commit c081a16

Browse files
authored
Merge pull request #2 from eduardo-silva-wl/main
removing final private to avoid warnings in php 8
2 parents 12c5ab0 + dd2c9bb commit c081a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frame.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public function getDisconnect($receipt = null)
229229
/**
230230
* @return string
231231
*/
232-
final private function getFrame()
232+
private function getFrame()
233233
{
234234
$lines = new \ArrayObject();
235235
$lines->append($this->command . self::BYTE['LF']);

0 commit comments

Comments
 (0)