File "Castable-20250415055717-20250427030605.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/hamcrest/hamcrest-php/Castable-20250415055717-20250427030605.php
File size: 122 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Livewire;
interface Castable
{
public function cast($value);
public function uncast($value);
}