updated plugin W3 Total Cache
version 2.3.3
This commit is contained in:
11
wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/tests/HasToString.php
vendored
Normal file
11
wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/tests/HasToString.php
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace GuzzleHttp\Tests\Psr7;
|
||||
|
||||
class HasToString
|
||||
{
|
||||
public function __toString()
|
||||
{
|
||||
return 'foo';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user