@@ -188,17 +188,17 @@ protected function getTags(PublicationField $field): string
188
188
'ullamcorper ' , 'ultrices ' , 'ultricies ' , 'urna ' ,
189
189
'ut ' , 'varius ' , 'vehicula ' , 'vel ' ,
190
190
'velit ' , 'venenatis ' , 'vestibulum ' , 'vitae ' ,
191
- 'vivamus ' , 'viverra ' , 'volutpat ' , 'vulputate '
191
+ 'vivamus ' , 'viverra ' , 'volutpat ' , 'vulputate ' ,
192
192
];
193
193
194
194
private function fakeSentence (int $ words ): string
195
195
{
196
196
$ sentence = '' ;
197
197
for ($ i = 0 ; $ i < $ words ; $ i ++) {
198
- $ sentence .= $ this ->fakeWord () . ' ' ;
198
+ $ sentence .= $ this ->fakeWord (). ' ' ;
199
199
}
200
200
201
- return ucfirst (trim ($ sentence )) . '. ' ;
201
+ return ucfirst (trim ($ sentence )). '. ' ;
202
202
}
203
203
204
204
private function fakeWord (): string
@@ -208,6 +208,6 @@ private function fakeWord(): string
208
208
209
209
private function fakeUrl (): string
210
210
{
211
- return 'https://example.com/ ' . $ this ->fakeWord ();
211
+ return 'https://example.com/ ' . $ this ->fakeWord ();
212
212
}
213
213
}
0 commit comments