mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Add slash
This commit is contained in:
parent
526aa000ef
commit
afbd04a1dc
@ -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'])),
|
||||
[]
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user