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

fix type hint

parent fd45c6f6
......@@ -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