mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-12-27 03:26:37 +00:00
Optimized MVC and implemented function tests for format
This commit is contained in:
@@ -7,5 +7,8 @@ namespace Infinito\Domain\ProcessManagement;
|
||||
*/
|
||||
interface ProcessServiceInterface
|
||||
{
|
||||
public function process(): void;
|
||||
/**
|
||||
* @todo specify return type
|
||||
*/
|
||||
public function process();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user