barryvdh / elfinder-flysystem-driver

elFinder driver for Flysystem
183 stars 41 forks source link

error handling of `getMetadata()` on failure #27

Closed nao-pon closed 8 years ago

nao-pon commented 8 years ago

FilesystemInterface

    /**
     * Get a file's metadata.
     *
     * @param string $path The path to the file.
     *
     * @throws FileNotFoundException
     *
     * @return array|false The file metadata or false on failure.
     */
    public function getMetadata($path);
nao-pon commented 8 years ago

@barryvdh Thanks!