Some love for a deprecated class

Whitespace and wording.

Optionally we could include a version number until when this class will work. I assumed this will be 3.0...
http://www.phpdoc.org/docs/latest/for-users/phpdoc/tags/deprecated.html
I treid that but after I let apigen generate the doc and I saw it did nothing special about it ;-/
This commit is contained in:
Marc Würth 2013-07-06 19:50:26 +02:00
parent 4f745a4ecf
commit a397f034e6

View file

@ -31,7 +31,7 @@ App::uses('CakeEmail', 'Network/Email');
* @package Cake.Controller.Component * @package Cake.Controller.Component
* @link http://book.cakephp.org/2.0/en/core-libraries/components/email.html * @link http://book.cakephp.org/2.0/en/core-libraries/components/email.html
* @link http://book.cakephp.org/2.0/en/core-utility-libraries/email.html * @link http://book.cakephp.org/2.0/en/core-utility-libraries/email.html
* @deprecated Use Network/CakeEmail * @deprecated Will be removed in 3.0. Use Network/CakeEmail instead
*/ */
class EmailComponent extends Component { class EmailComponent extends Component {