#283·assert

allIsAOf

Author: karelVanGeerdeghomCreated Jan 4, 2023Updated Oct 15, 2024
Labelssymmetry

In tests/static-analysis/assert-isAOf.php there is the following mehod:

function allIsAOf($value)
{
    Assert::allIsAOf($value, Serializable::class);

    return $value;
}

however no such method exists in the Assert class.