diff --git a/lib/Cake/Model/Model.php b/lib/Cake/Model/Model.php index cb0b6ef8320..cd5300378ab 100644 --- a/lib/Cake/Model/Model.php +++ b/lib/Cake/Model/Model.php @@ -1648,7 +1648,7 @@ public function read($fields = null, $id = null) { * * @param string $name The name of the field to get. * @param array $conditions SQL conditions (defaults to NULL). - * @param string $order SQL ORDER BY fragment. + * @param string|array $order SQL ORDER BY fragment. * @return string|false Field content, or false if not found. * @link https://book.cakephp.org/2.0/en/models/retrieving-your-data.html#model-field */