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,9 +2,6 @@
namespace DesignPatterns\Creational\Prototype;
/**
* Class FooBookPrototype.
*/
class FooBookPrototype extends BookPrototype
{
protected $category = 'Foo';