Problem/Motivation

With all the issue fixes there are some CS that were forgot.
ex: https://www.drupal.org/project/cloudflare_stream_sync/issues/3240836

and

FILE: /var/www/html/web/modules/contrib/cloudflare_stream/js/cloudflare_stream.js
---------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------
 7 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
---------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------


FILE: /var/www/html/web/modules/contrib/cloudflare_stream/src/Plugin/Field/FieldFormatter/CloudflareVideoFormatter.php
----------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------
 72 | ERROR | Type hint "\Drupal\Core\Field\FieldDefinitionInterface" missing for $field_definition
 72 | ERROR | Type hint "array" missing for $settings
 72 | ERROR | Type hint "array" missing for $third_party_settings
----------------------------------------------------------------------------------------------------------------------

Proposed resolution

Fix CS

CommentFileSizeAuthor
#2 3242571-fix_cs-2.patch8.93 KBtim-diels

Comments

tim-diels created an issue. See original summary.

tim-diels’s picture

Status: Active » Needs review
StatusFileSize
new8.93 KB
tim-diels’s picture

Issue summary: View changes
tim-diels’s picture

tim-diels’s picture

Assigned: tim-diels » Unassigned
pjbaert’s picture

Status: Needs review » Reviewed & tested by the community

This patch looks fine. Let's get this pushed to the dev branch!

pjbaert’s picture

Status: Reviewed & tested by the community » Fixed

Pushed to dev branch! Thanks for your work!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.