Merge pull request #68 from jonnybarnes/analysis-8Lx9Bn

Apply fixes from StyleCI
This commit is contained in:
Jonny Barnes 2017-09-13 18:05:26 +01:00 committed by GitHub
commit 28194fecef
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ class ActivityStreamsService
'id' => $note->longurl,
'type' => 'Note',
'url' => $note->longurl,
'name' => strip_tags($note->note)
'name' => strip_tags($note->note),
],
]);