Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 13, 2018
1 parent 0c737c3 commit b3f583c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Testing/TestResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ public function dump()
*
* @return string
*/
public function getStreamedContent()
public function streamedContent()
{
if (! is_null($this->streamedContent)) {
return $this->streamedContent;
Expand Down

0 comments on commit b3f583c

Please sign in to comment.