From 26aadb428596bf6da744ab67920587bbf31e0a2f Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Sat, 1 Mar 2014 15:24:16 +0100 Subject: [PATCH] Fixed typo --- src/View/Form/EntityContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/Form/EntityContext.php b/src/View/Form/EntityContext.php index cf75f24b3c8..543abc957af 100644 --- a/src/View/Form/EntityContext.php +++ b/src/View/Form/EntityContext.php @@ -214,7 +214,7 @@ public function val($field) { * Helper method used to extract all the primary key values out of an array, The * primary key column is guessed out of the provided $path array * - * @param array|\Traversable $values The list from wich to extract primary keys from + * @param array|\Traversable $values The list from which to extract primary keys from * @param array $path Each one of the parts in a path for a field name * @return array */