Skip to content

Commit

Permalink
Merge f24feb0 into 60c9b8a
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloJoan committed Aug 22, 2016
2 parents 60c9b8a + f24feb0 commit 7d786d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FrameTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class FrameTest extends \PHPUnit_Framework_TestCase
{
protected function decodeFrame($frame_data)
protected function decodeFrame(string $frame_data) : \Hyphper\Frame
{
$f = \Hyphper\Frame::parseFrameHeader(substr($frame_data, 0, 9));
$length = $f->getLength();
Expand Down

0 comments on commit 7d786d2

Please sign in to comment.