mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-03 21:47: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 text component with a JSON rendering
|
||||
*
|
||||
* @package DesignPatterns\AbstractFactory\Json
|
||||
*/
|
||||
class Text extends BaseText
|
||||
{
|
||||
@@ -24,4 +22,4 @@ class Text extends BaseText
|
||||
return json_encode(array('content' => $this->_text));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user