mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 12:10:10 +02:00
removed superfluous Class comments
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
|
||||
namespace DesignPatterns\Creational\Prototype;
|
||||
|
||||
/**
|
||||
* Class FooBookPrototype.
|
||||
*/
|
||||
class FooBookPrototype extends BookPrototype
|
||||
{
|
||||
protected $category = 'Foo';
|
||||
|
Reference in New Issue
Block a user