Skip to content

Commit

Permalink
[Continuation] Removed the default value of the constructor of the GC…
Browse files Browse the repository at this point in the history
… class. (Issue piece#4)
  • Loading branch information
iteman committed Sep 18, 2012
1 parent 1011e48 commit 28da9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Piece/Flow/Continuation/GC.php
Expand Up @@ -56,7 +56,7 @@ class GC
*
* @param integer $expirationTime
*/
public function __construct($expirationTime = 1440)
public function __construct($expirationTime)
{
$this->expirationTime = $expirationTime;
}
Expand Down

0 comments on commit 28da9ca

Please sign in to comment.