--- a/Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py Thu Mar 21 19:26:10 2019 +0100 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py Thu Mar 21 19:27:42 2019 +0100 @@ -516,6 +516,8 @@ return DocStyleContext(value, line - 1, "docstring") else: return None + + return None def __parseDocstring(self, context, what=''): """ @@ -613,6 +615,8 @@ indent -= 1 if indent == 0: return kind, value, start, end, raw + + return None def __parseMethods(self): """