PHP 8.3.31
Preview: Signer.php Size: 388 B
/home/getspomw/royalsquad.us/vendor/laravel/serializable-closure/src/Contracts/Signer.php

<?php

namespace Laravel\SerializableClosure\Contracts;

interface Signer
{
    /**
     * Sign the given serializable.
     *
     * @param  string  $serializable
     * @return array
     */
    public function sign($serializable);

    /**
     * Verify the given signature.
     *
     * @param  array  $signature
     * @return bool
     */
    public function verify($signature);
}

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
353 B lrw-rw-rw- 2025-09-17 06:53:03
Edit Download
388 B lrw-rw-rw- 2025-09-17 06:53:03
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).