summaryrefslogtreecommitdiffstats
path: root/lib/vobject.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-11-02 14:59:36 -0700
committerLukas Reschke <lukas@statuscode.ch>2012-11-02 14:59:36 -0700
commitfd584f446dabb1d3727a932cd5f4dbaafe63f0b8 (patch)
tree17efc1c42c3e844b69c9c19f6eba1b4cbd16f5e0 /lib/vobject.php
parent2dbf2c69deaf2bb8bdf02d4539756f8f6d2b9738 (diff)
parentafadf93d317e27fd848f1e70d5849169f862aed9 (diff)
downloadnextcloud-server-fd584f446dabb1d3727a932cd5f4dbaafe63f0b8.tar.gz
nextcloud-server-fd584f446dabb1d3727a932cd5f4dbaafe63f0b8.zip
Merge pull request #220 from fmms/checkstyle02
Checkstyle: many fixes
Diffstat (limited to 'lib/vobject.php')
-rw-r--r--lib/vobject.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vobject.php b/lib/vobject.php
index 44a5fbafdb3..267176ebc07 100644
--- a/lib/vobject.php
+++ b/lib/vobject.php
@@ -201,7 +201,7 @@ class OC_VObject{
return $this->vobject->__isset($name);
}
- public function __call($function,$arguments) {
+ public function __call($function, $arguments) {
return call_user_func_array(array($this->vobject, $function), $arguments);
}
}