Commit cd542dcd authored by Jens Segers's avatar Jens Segers

Merge pull request #599 from jenssegers/analysis-XZragX

Applied fixes from StyleCI
parents e940af80 52f6efc8
...@@ -200,10 +200,10 @@ abstract class Model extends BaseModel { ...@@ -200,10 +200,10 @@ abstract class Model extends BaseModel {
} }
/** /**
* Get a fresh timestamp for the model. * Get a fresh timestamp for the model.
* *
* @return MongoDate * @return MongoDate
*/ */
public function freshTimestamp() public function freshTimestamp()
{ {
return new MongoDate; return new MongoDate;
......
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