removed superfluous Class comments

This commit is contained in:
Dominik Liebler
2016-09-22 09:18:20 +02:00
parent 95ad95c33e
commit 1da5772226
43 changed files with 1 additions and 145 deletions

View File

@@ -2,12 +2,6 @@
namespace DesignPatterns\Creational\AbstractFactory;
/**
* Class JsonFactory.
*
* JsonFactory is a factory for creating a family of JSON component
* (example for ajax)
*/
class JsonFactory extends AbstractFactory
{
/**