ParagonIE\EasyDB\Tests\EasyDBTest::EasyDBExpectedFromCallable PHP Method

EasyDBExpectedFromCallable() protected method

Strict-type paranoia for a callable that is expected to return an EasyDB instance
protected EasyDBExpectedFromCallable ( callable $cb ) : EasyDB
$cb callable
return ParagonIE\EasyDB\EasyDB
    protected function EasyDBExpectedFromCallable(callable $cb) : EasyDB
    {
        return $cb();
    }