Skip to content

Commit cd542dc

Browse files
committed
Merge pull request #599 from jenssegers/analysis-XZragX
Applied fixes from StyleCI
2 parents e940af8 + 52f6efc commit cd542dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Jenssegers/Mongodb/Model.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,10 @@ protected function getDateFormat()
200200
}
201201

202202
/**
203-
* Get a fresh timestamp for the model.
204-
*
205-
* @return MongoDate
206-
*/
203+
* Get a fresh timestamp for the model.
204+
*
205+
* @return MongoDate
206+
*/
207207
public function freshTimestamp()
208208
{
209209
return new MongoDate;

0 commit comments

Comments
 (0)