From 1fe9b29e29a4bd5669c555ee1d60e775b148e441 Mon Sep 17 00:00:00 2001 From: michaelw Date: Mon, 14 Apr 2014 16:32:19 +0100 Subject: [PATCH] Fixes incorrect parameter names in docs --- paris.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paris.php b/paris.php index 4441ce1a..2da57646 100644 --- a/paris.php +++ b/paris.php @@ -422,7 +422,7 @@ public function get($property) { /** * Setter method, allows $model->set('property', 'value') access to data. - * @param string|array $key + * @param string|array $property * @param string|null $value */ public function set($property, $value = null) { @@ -431,7 +431,7 @@ public function set($property, $value = null) { /** * Setter method, allows $model->set_expr('property', 'value') access to data. - * @param string|array $key + * @param string|array $property * @param string|null $value */ public function set_expr($property, $value = null) {