| @@ -9,9 +9,8 @@ | ||
| 9 | 9 | |
| 10 | 10 | /** |
| 11 | 11 | * Fix issue with 'Potentially polymorphic call. The code may be inoperable depending on the actual class instance passed as the argument.'. |
| 12 | 12 | * Its tells to the editor that instance() return right module. instead of base module. |
| 13 | - * | |
| 14 | 13 | * @method Module instance() |
| 15 | 14 | */ |
| 16 | 15 | class Module extends App { |
| 17 | 16 | /** |