removed @package annotations

This commit is contained in:
Dominik Liebler
2013-09-03 14:42:15 +02:00
parent ba78aa87d1
commit fe3e846cbe
9 changed files with 6 additions and 24 deletions

View File

@@ -7,8 +7,6 @@ namespace DesignPatterns\AbstractFactory;
*
* This contract is not part of the pattern, in general case, each component
* are not related
*
* @package DesignPatterns\AbstractFactory
*/
interface Media
{