Unwrap types in function docs from {}
authorUmherirrender <umherirrender_de.wp@web.de>
Mon, 9 Oct 2017 19:31:07 +0000 (21:31 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Mon, 9 Oct 2017 19:31:07 +0000 (21:31 +0200)
commitfc07f4f8a7974e40e3a3d01313056c2ac590ad1e
tree72c50b7cb5ea63001357e0974e6f01e1cfbd05df
parent8743c81341e5e8294780eba5460efd683ad9b555
Unwrap types in function docs from {}

{} is used in javascript, not in php

Used @(?:param|return|var|throws) \{[^\}]+\} to find&replace

Change-Id: I2e0c9c64b6528f3899d2809d585b5e4859838007
includes/utils/AutoloadGenerator.php