Skip to content

Commit

Permalink
Remove visibility keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan authored May 26, 2017
1 parent 399c11d commit e107082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ZttpTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class ZttpTest extends TestCase
{
private function url($url)
function url($url)
{
return vsprintf('%s/%s', [
rtrim(getenv('TEST_SERVER_URL'), '/'),
Expand Down

0 comments on commit e107082

Please sign in to comment.