Completed
Pull Request — 2.1 (#15459)
by
unknown
43:54 queued 04:42
created
framework/base/Controller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -241,7 +241,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.