Skip to content

Commit 4d6cb8d

Browse files
committed
Fix last PHPCS error
1 parent 44283c9 commit 4d6cb8d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

modules/custom/wxt_ext/wxt_ext_media_image/src/Plugin/Field/FieldFormatter/LightboxGalleryFormatter.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@
2626
class LightboxGalleryFormatter extends FormatterBase {
2727

2828
/**
29-
* Generates web-accessible URLs from file URIs (public://, private://, etc.).
30-
*
31-
* Used for building absolute/relative links to files (e.g., images, downloads).
32-
* Injected via the service container.
29+
* Generates web-accessible URLs from file URIs.
3330
*
3431
* @var \Drupal\Core\File\FileUrlGeneratorInterface
3532
*/

0 commit comments

Comments
 (0)