Skip to content

Commit

Permalink
Some love for a deprecated class
Browse files Browse the repository at this point in the history
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 ;-/
  • Loading branch information
ravage84 committed Jul 6, 2013
1 parent 4f745a4 commit a397f03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Cake/Controller/Component/EmailComponent.php
Expand Up @@ -29,9 +29,9 @@
* based on the standard outlined in http://www.rfc-editor.org/rfc/rfc2822.txt * based on the standard outlined in http://www.rfc-editor.org/rfc/rfc2822.txt
* *
* @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 {


Expand Down

0 comments on commit a397f03

Please sign in to comment.