summaryrefslogtreecommitdiffstats
path: root/lib/eventsource.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-07-19 16:44:47 +0200
committerRobin Appelman <icewind@owncloud.com>2013-07-19 16:44:47 +0200
commit2b89b7c88046f8eb8d2676d0a455ca0d0ba50eeb (patch)
tree67543ebf039f224dcf2304e9b7589ca21659d7d0 /lib/eventsource.php
parentb397df202290fa29f506e3394a80164725e2e8e1 (diff)
downloadnextcloud-server-2b89b7c88046f8eb8d2676d0a455ca0d0ba50eeb.tar.gz
nextcloud-server-2b89b7c88046f8eb8d2676d0a455ca0d0ba50eeb.zip
Split scanning logic from ajax file
Diffstat (limited to 'lib/eventsource.php')
-rw-r--r--lib/eventsource.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eventsource.php b/lib/eventsource.php
index 31d6edc1874..a83084d9251 100644
--- a/lib/eventsource.php
+++ b/lib/eventsource.php
@@ -53,7 +53,7 @@ class OC_EventSource{
/**
* send a message to the client
* @param string $type
- * @param object $data
+ * @param mixed $data
*
* if only one parameter is given, a typeless message will be send with that parameter as data
*/