diff options
| author | Frederic Guillot <fred@kanboard.net> | 2016-03-04 21:11:12 -0500 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2016-03-04 21:11:12 -0500 |
| commit | a7f3e3bec50762f2083f70672a0ba3db533fc8bb (patch) | |
| tree | c8e9961cb610042acf32e88096abc5fcb3eac4dd /app/Model/NotificationType.php | |
| parent | 38082096909424c23032224365c90aa5189eb6f0 (diff) | |
PHPdoc cleanup
Diffstat (limited to 'app/Model/NotificationType.php')
| -rw-r--r-- | app/Model/NotificationType.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/NotificationType.php b/app/Model/NotificationType.php index 9d8317b7..289aae9c 100644 --- a/app/Model/NotificationType.php +++ b/app/Model/NotificationType.php @@ -80,7 +80,7 @@ abstract class NotificationType extends Base * * @access public * @param string $type - * @return NotificationInterface + * @return \Kanboard\Notification\NotificationInterface */ public function getType($type) { |
