1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
This commit is contained in:
Brown 2019-04-11 10:49:22 -04:00
parent 34ebf5c099
commit 1cbe288a10

View File

@ -67,6 +67,7 @@ class CommitInfo
'committer_name' => $this->committer_name,
'committer_email' => $this->committer_email,
'message' => $this->message,
'date' => $this->date,
];
}