Commit 0b1a531f authored by jeroendedauw's avatar jeroendedauw

Add missing @param tag

parent 62e53007
...@@ -49,6 +49,7 @@ class Sequence extends AbstractAsset ...@@ -49,6 +49,7 @@ class Sequence extends AbstractAsset
* @param string $name * @param string $name
* @param integer $allocationSize * @param integer $allocationSize
* @param integer $initialValue * @param integer $initialValue
* @param integer|null $cache
*/ */
public function __construct($name, $allocationSize = 1, $initialValue = 1, $cache = null) public function __construct($name, $allocationSize = 1, $initialValue = 1, $cache = null)
{ {
......
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