mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-06 15:06:31 +02:00
remove Interface-Suffix
This commit is contained in:
11
Structural/Facade/OperatingSystem.php
Normal file
11
Structural/Facade/OperatingSystem.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace DesignPatterns\Structural\Facade;
|
||||
|
||||
interface OperatingSystem
|
||||
{
|
||||
public function halt();
|
||||
|
||||
public function getName(): string;
|
||||
}
|
Reference in New Issue
Block a user