aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--inc/remote.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/remote.php b/inc/remote.php
index 089a5f7d4..0347bd900 100644
--- a/inc/remote.php
+++ b/inc/remote.php
@@ -19,7 +19,7 @@ class RemoteAccessDeniedException extends RemoteException {}
* array(
* 'method.remoteName' => array(
* 'args' => array(
- * 'name' => 'type eg. string|int|...|date|file',
+ * 'type eg. string|int|...|date|file',
* )
* 'name' => 'method name in class',
* 'return' => 'type',