Commit 0b1a531f authored by jeroendedauw's avatar jeroendedauw

Add missing @param tag

parent 62e53007
......@@ -46,9 +46,10 @@ class Sequence extends AbstractAsset
protected $cache = null;
/**
* @param string $name
* @param integer $allocationSize
* @param integer $initialValue
* @param string $name
* @param integer $allocationSize
* @param integer $initialValue
* @param integer|null $cache
*/
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