Passed
Pull Request — master (#2864)
by
unknown
09:14
created
app/MediaFile.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -223,8 +223,7 @@
 block discarded – undo
223 223
                     ]) . '>';
224 224
 
225 225
             $note = ($this->media->getNote() ?
226
-                    '<div class="small">' . Str::limit($this->media->getNote(), 128, I18N::translate('…')) . '</div>' :
227
-                    '');
226
+                    '<div class="small">' . Str::limit($this->media->getNote(), 128, I18N::translate('…')) . '</div>' : '');
228 227
 
229 228
             $link_attributes = Html::attributes([
230 229
                 'class'         => 'gallery',
Please login to merge, or discard this patch.