The expression return Yiisoft\Cache\Tes...alue, $options, $depth) also could return the type boolean which is incompatible with the documented return type false|string.
Loading history...
45
}
46
47
namespace Yiisoft\Cache\Dependency;
48
49
use Yiisoft\Cache\Tests\MockHelper;
50
51
/**
52
* Mock for the json_encode() function
53
* @return string|false
54
*/
55
function json_encode($value, $options = 0, $depth = 512)
The expression return Yiisoft\Cache\Tes...alue, $options, $depth) also could return the type boolean which is incompatible with the documented return type false|string.