PHP 8.2.31
Preview: Signer.php Size: 388 B
/proc/thread-self/root/opt/cpanel/ea-wappspector/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-r--r-- 2026-04-16 14:03:50
Edit Download
388 B lrw-r--r-- 2026-04-16 14:03:50
Edit Download

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