| @@ -77,13 +77,13 @@ | ||
| 77 | 77 | |
| 78 | 78 | /** |
| 79 | 79 | * Returns the trigger's value for the given alert. |
| 80 | 80 | * |
| 81 | - * @param string $context The location this data will be displayed in. | |
| 82 | - * @param Alert|null $alert Alert being processed. | |
| 81 | + * @param string $context The location this data will be displayed in. | |
| 82 | + * @param Alert $alert Alert being processed. | |
| 83 | 83 | * @return string |
| 84 | 84 | */ |
| 85 | - abstract public function get_display_value( $context = 'normal', $alert = null ); | |
| 85 | + abstract public function get_display_value( $context = 'normal', $alert ); | |
| 86 | 86 | |
| 87 | 87 | /** |
| 88 | 88 | * Allow connectors to determine if their dependencies is satisfied or not |
| 89 | 89 | * |