📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 15:17:08
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
src
/
Matchers
✏️
Editing: MatcherInterface.php
<?php namespace Plesk\Wappspector\Matchers; use League\Flysystem\Filesystem; use Plesk\Wappspector\MatchResult\MatchResultInterface; interface MatcherInterface { /** * Checks filesystem by provided path and returns the list of found objects. */ public function match(Filesystem $fs, string $path): MatchResultInterface; }
💾 Save Changes
❌ Cancel