From d7c3e2a57cdca4203118b2935935904b9a362afe Mon Sep 17 00:00:00 2001 From: oscarotero Date: Mon, 7 Dec 2015 20:07:07 +0100 Subject: [PATCH] minor fix --- src/FieldFactory.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FieldFactory.php b/src/FieldFactory.php index 3ba79ae..a088220 100644 --- a/src/FieldFactory.php +++ b/src/FieldFactory.php @@ -119,9 +119,9 @@ protected function getTypeByName($name) } /** - * Retrieves a class name if exists. + * Retrieves the class name for a specific type if exists. * - * @param string $name + * @param string $type * * @return string|null */