Skip to content

Commit

Permalink
Fix doc comment error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 4, 2015
1 parent cef9f1c commit 3873851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Type.php
Expand Up @@ -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)
Expand Down

0 comments on commit 3873851

Please sign in to comment.