We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930885e commit bfc8377Copy full SHA for bfc8377
src/Gitonomy/Git/Commit.php
@@ -265,7 +265,7 @@ public function getAuthorEmail()
265
/**
266
* Returns the authoring date.
267
*
268
- * @return DateTime A time object
+ * @return \DateTime A time object
269
*/
270
public function getAuthorDate()
271
{
@@ -295,7 +295,7 @@ public function getCommitterEmail()
295
296
297
298
299
300
public function getCommitterDate()
301
0 commit comments