mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-04 14:07:25 +02:00
removed @package annotations
This commit is contained in:
@@ -8,8 +8,6 @@ use DesignPatterns\AbstractFactory\Text as BaseText;
|
||||
* Class Text
|
||||
*
|
||||
* Text is a concrete text for HTML rendering
|
||||
*
|
||||
* @package DesignPatterns\AbstractFactory\Html
|
||||
*/
|
||||
class Text extends BaseText
|
||||
{
|
||||
@@ -24,4 +22,4 @@ class Text extends BaseText
|
||||
return '<div>' . htmlspecialchars($this->_text) . '</div>';
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user