lib: Add PHPDoc to Version

This commit is contained in:
Eric Lippmann 2015-08-27 13:06:31 +02:00
parent 5d8424535f
commit df66d0b0f5
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
namespace Icinga\Application;
/**
* Retrieve the version of Icinga Web 2
*/
class Version
{
/**