mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-28 23:39:24 +02:00
Capitalize letters and add dots
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
namespace DesignPatterns\Structural\Facade;
|
||||
|
||||
/**
|
||||
* Class OsInterface.
|
||||
* Interface OsInterface.
|
||||
*/
|
||||
interface OsInterface
|
||||
{
|
||||
/**
|
||||
* halt the OS.
|
||||
* Halt the OS.
|
||||
*/
|
||||
public function halt();
|
||||
}
|
||||
|
Reference in New Issue
Block a user