mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-27 02:00:20 +02:00
Merge pull request #368 from bplv112/master
Returned proper object on WinWriterFactory
This commit is contained in:
@@ -11,6 +11,6 @@ class WinWriterFactory implements WriterFactory
|
|||||||
|
|
||||||
public function createJsonWriter(): JsonWriter
|
public function createJsonWriter(): JsonWriter
|
||||||
{
|
{
|
||||||
return new UnixJsonWriter();
|
return new WinJsonWriter();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user