mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-28 18:50:11 +02:00
Merge pull request #130 from nueckman/codestyle-1
codestyle - remove trailing whitespaces
This commit is contained in:
@@ -7,5 +7,4 @@ namespace DesignPatterns\Creational\StaticFactory;
|
||||
*/
|
||||
class FormatNumber implements FormatterInterface
|
||||
{
|
||||
|
||||
}
|
||||
|
@@ -7,5 +7,4 @@ namespace DesignPatterns\Creational\StaticFactory;
|
||||
*/
|
||||
class FormatString implements FormatterInterface
|
||||
{
|
||||
|
||||
}
|
||||
|
@@ -7,5 +7,4 @@ namespace DesignPatterns\Creational\StaticFactory;
|
||||
*/
|
||||
interface FormatterInterface
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user