chore: cleanup
This commit is contained in:
15
src/Library/Action/Result/LibrarySearchResult.php
Normal file
15
src/Library/Action/Result/LibrarySearchResult.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Library\Action\Result;
|
||||
|
||||
use OneToMany\RichBundle\Contract\ResultInterface;
|
||||
|
||||
class LibrarySearchResult implements ResultInterface
|
||||
{
|
||||
public function __construct(
|
||||
public object|array $input,
|
||||
public bool $exists,
|
||||
public ?\SplFileInfo $file = null,
|
||||
public ?object $ptn = null,
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user