Skip to content

Commit

Permalink
Add description for @method annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jun 2, 2020
1 parent 4763483 commit e3163ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exception/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Base class that all CakePHP Exceptions extend.
*
* @method int getCode()
* @method int getCode() Gets the Exception code.
*/
class Exception extends RuntimeException
{
Expand Down

0 comments on commit e3163ba

Please sign in to comment.