@@ -47,7 +47,7 @@ |
||
47 | 47 | /** |
48 | 48 | * Notification constructor. |
49 | 49 | * |
50 | - * @param array $attributes |
|
50 | + * @param BuilderNotification $attributes |
|
51 | 51 | */ |
52 | 52 | public function __construct($attributes = []) |
53 | 53 | { |
@@ -20,7 +20,7 @@ discard block |
||
20 | 20 | /** |
21 | 21 | * Parse a notification and return the body text. |
22 | 22 | * |
23 | - * @param array|ModelNotification|BuilderNotification $notification |
|
23 | + * @param ModelNotification $notification |
|
24 | 24 | * @param int $categoryId |
25 | 25 | * @return string |
26 | 26 | * @throws ExtraParamsException |
@@ -81,7 +81,7 @@ discard block |
||
81 | 81 | * @param array|object $object |
82 | 82 | * @param string $key |
83 | 83 | * @param null|mixed $default |
84 | - * @return mixed |
|
84 | + * @return string |
|
85 | 85 | */ |
86 | 86 | protected function mixedGet($object, $key, $default = null) |
87 | 87 | { |