Skip to content

Commit c3f42b3

Browse files
committed
Merge pull request #9 from lmammino/patch-2
Cleaned up unreachable code
2 parents 21c2a4a + 6ebd0b4 commit c3f42b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/CentralDesktop/Stomp/Connection.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -658,9 +658,6 @@ function readFrame() {
658658
) {
659659
return new Message\Map($frame, $headers);
660660
}
661-
else {
662-
return $frame;
663-
}
664661

665662
return $frame;
666663
}

0 commit comments

Comments
 (0)