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 */