From 7bcd42d927eb0ab631d3dce7c6a45fcb8967a478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Mon, 19 May 2014 16:42:48 +0200 Subject: [PATCH] Revert "phpdoc change" This reverts commit 27cc23d1d2846eba8b3ceef7427f88ce005a7559. --- application/core/Plugins/Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/core/Plugins/Plugin.php b/application/core/Plugins/Plugin.php index 7157d3f1..97af79da 100644 --- a/application/core/Plugins/Plugin.php +++ b/application/core/Plugins/Plugin.php @@ -41,7 +41,7 @@ interface Plugin { /** * Get Plugin Version * - * @return float + * @return string */ public static function getVersion();