final 1.2.3 - file sh per generare zip
This commit is contained in:
-20
@@ -1,20 +0,0 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Laravel\Pao\Contracts;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
interface Driver
|
||||
{
|
||||
public function start(): void;
|
||||
|
||||
public function name(): string;
|
||||
|
||||
/**
|
||||
* @return array<string, mixed>|null
|
||||
*/
|
||||
public function parse(): ?array;
|
||||
}
|
||||
Reference in New Issue
Block a user