@@ -241,7 +241,7 @@ |
||
241 | 241 | * where `Xyz` stands for the action ID. If found, an [[InlineAction]] representing that |
242 | 242 | * method will be created and returned. |
243 | 243 | * @param string $id the action ID. |
244 | - * @return Action|null the newly created action instance. Null if the ID doesn't resolve into any action. |
|
244 | + * @return Action the newly created action instance. Null if the ID doesn't resolve into any action. |
|
245 | 245 | */ |
246 | 246 | public function createAction($id) |
247 | 247 | { |