@@ -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 | { |
@@ -74,10 +74,10 @@ |
||
| 74 | 74 | } |
| 75 | 75 | |
| 76 | 76 | /** |
| 77 | - * @param array|object $object |
|
| 77 | + * @param Notification $object |
|
| 78 | 78 | * @param string $key |
| 79 | 79 | * @param null|mixed $default |
| 80 | - * @return mixed |
|
| 80 | + * @return string |
|
| 81 | 81 | */ |
| 82 | 82 | protected function mixedGet($object, $key, $default = null) |
| 83 | 83 | { |