Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2011-04-04 23:19:46 +0400
committerrobocoder <anthon.pang@gmail.com>2011-04-04 23:19:46 +0400
commit8aada9ac6d4632197c70515ad3d7b2067383eb92 (patch)
tree4dbc72a77134d8530824aafd741901b4e21f8a87 /plugins/ExampleAPI
parentf80b8b97d43f4821251bbf8b8d5c38ceceb301b5 (diff)
refs #2256 - more invalid tags
git-svn-id: http://dev.piwik.org/svn/trunk@4312 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/ExampleAPI')
-rw-r--r--plugins/ExampleAPI/API.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ExampleAPI/API.php b/plugins/ExampleAPI/API.php
index 4ced4640cc..b380f250b4 100644
--- a/plugins/ExampleAPI/API.php
+++ b/plugins/ExampleAPI/API.php
@@ -88,8 +88,8 @@ class Piwik_ExampleAPI_API
* when the API function is called. You can also use default values
* as shown in this example.
*
- * @param $a
- * @param $b
+ * @param float $a
+ * @param float $b
* @return float
*/
public function getSum($a = 0, $b = 0)