Repository URL to install this package:
|
Version:
2.3.7 ▾
|
<?php
namespace GuzzleHttp\Tests\Psr7;
class HasToString
{
public function __toString()
{
return 'foo';
}
}