Commit 8d835fa3 authored by Marco Pivetta's avatar Marco Pivetta

Merge pull request #579 from JeroenDeDauw/fixdoc

Add missing @param tag
parents 62e53007 0b1a531f
...@@ -46,9 +46,10 @@ class Sequence extends AbstractAsset ...@@ -46,9 +46,10 @@ class Sequence extends AbstractAsset
protected $cache = null; protected $cache = null;
/** /**
* @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