1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Add slash

This commit is contained in:
Matthew Brown 2019-12-01 19:20:05 -05:00
parent 526aa000ef
commit afbd04a1dc

View File

@ -282,7 +282,7 @@ class BuildInfoCollector
->setCommitterName($event_data['head_commit']['committer']['name'])
->setCommitterEmail($event_data['head_commit']['committer']['email'])
->setMessage($event_data['head_commit']['message'])
->setDate(strtotime($event_data['head_commit']['timestamp'])),
->setDate(\strtotime($event_data['head_commit']['timestamp'])),
[]
);