Commit 321e4963 authored by Marco Pivetta's avatar Marco Pivetta

Merge pull request #596 from JeroenDeDauw/typefix

Fix type hint
parents d328488d bb207773
......@@ -2571,7 +2571,7 @@ abstract class AbstractPlatform
/**
* Returns the SQL snippet to drop an existing sequence.
*
* @param \Doctrine\DBAL\Schema\Sequence $sequence
* @param Sequence|string $sequence
*
* @return string
*
......
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