diff --git a/src/Database/Type.php b/src/Database/Type.php index 87901d74d6b..ed5c8d3b785 100644 --- a/src/Database/Type.php +++ b/src/Database/Type.php @@ -109,7 +109,7 @@ public static function build($name) * Returns a Type object capable of converting a type identified by $name * * @param string $name The type identifier you want to set. - * @param \Cake\Databse\Type $type The type instance you want to set. + * @param \Cake\Databse\Type $instance The type instance you want to set. * @return void */ public static function set($name, Type $instance)