Initial commit
This commit is contained in:
14
app/Types/SubmissionTypes.php
Normal file
14
app/Types/SubmissionTypes.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Types;
|
||||
|
||||
/**
|
||||
* @phpstan-type HashObject array{
|
||||
* filename:string,
|
||||
* hash_crc32:string,
|
||||
* hash_sha1:string,
|
||||
* verified:string
|
||||
* }
|
||||
*/
|
||||
interface SubmissionTypes
|
||||
{}
|
||||
Reference in New Issue
Block a user