gabrielrcouto / php-gui

Extensionless PHP Graphic User Interface library
2.24k stars 175 forks source link

Fix for events on Windows #160

Closed kingga closed 5 years ago

kingga commented 5 years ago

Fix for: https://github.com/gabrielrcouto/php-gui/issues/154#issue-399691531 AND https://github.com/gabrielrcouto/php-gui/issues/144#issue-341895893

kingga commented 5 years ago

Need to solve the commenting issue, some comments seem to be removed. This seems to be VS Code automatically formatting the docblocks and changing things like @var Application $application to @var Application as the property name is not needed. Should I just leave this?