mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Implemented draft for parameters
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Infinito\Domain\ParameterManagement;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
final class ValidGetParametersService extends OptionalGetParameterService implements ValidGetParameterServiceInterface
|
||||
{
|
||||
public function isValid(string $key): bool
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user