Commit ff139d55 authored by Steve Müller's avatar Steve Müller

fix type hint

parent fd45c6f6
......@@ -25,7 +25,7 @@ use Doctrine\DBAL\Schema\Visitor\Visitor;
/**
* Object representation of a database column
*
*
*
* @link www.doctrine-project.org
* @since 2.0
* @version $Revision$
......@@ -395,7 +395,7 @@ class Column extends AbstractAsset
/**
* @param Visitor $visitor
*/
public function visit(\Doctrine\DBAL\Schema\Visitor $visitor)
public function visit(Visitor $visitor)
{
$visitor->accept($this);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment