FILE: entity_clone_inline_blocks/tests/src/FunctionalJavascript/InlineBlocksCloneTest.php
--------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------------------------------------------------------------------
 10 | ERROR | [x] Missing class doc comment
 24 | ERROR | [x] Missing function doc comment
--------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------


FILE: entity_clone_inline_blocks/entity_clone_inline_blocks.info.yml
-----------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------
 8 | ERROR | [x] Expected 1 newline at end of file; 0 found
-----------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------


FILE: entity_clone_inline_blocks/drupalci.yml
------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------
 31 | ERROR | [x] Expected 1 newline at end of file; 0 found
------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------


FILE: entity_clone_inline_blocks/entity_clone_inline_blocks.services.yml
---------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------
 8 | ERROR | [x] Expected 1 newline at end of file; 0 found
---------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------


FILE: entity_clone_inline_blocks/src/EventSubscriber/EntityCloneSubscriber.php
------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------------------
 6 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\entity_clone\Event\EntityCloneEvent.
------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------


FILE: entity_clone_inline_blocks/README.md
---------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
---------------------------------------------------------------------------------------
 3 | WARNING | Line exceeds 80 characters; contains 432 characters
 5 | WARNING | Line exceeds 80 characters; contains 130 characters
 8 | WARNING | Line exceeds 80 characters; contains 107 characters
---------------------------------------------------------------------------------------


FILE: entity_clone_inline_blocks/entity_clone_inline_blocks.module
-----------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------------
 9 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Form\FormStateInterface.
-----------------------------------------------------------------------------------------------------------------------------
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

silvi.addweb created an issue. See original summary.

silvi.addweb’s picture

Status: Active » Needs review
a.aaronjake’s picture

Status: Needs review » Reviewed & tested by the community

Hi @silvi.addweb,

Applied the MR!5 successfully and confirmed no phpcs issues remaining

entity_clone_inline_blocks git:(1.0.0-alpha1) curl https://git.drupalcode.org/project/entity_clone_inline_blocks/-/merge_requests/5.diff | patch -p1
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  5610    0  5610    0     0  12658      0 --:--:-- --:--:-- --:--:-- 12956
patching file README.md
patching file drupalci.yml
patching file entity_clone_inline_blocks.info.yml
patching file entity_clone_inline_blocks.module
patching file entity_clone_inline_blocks.services.yml
patching file src/EventSubscriber/EntityCloneSubscriber.php
patching file tests/src/FunctionalJavascript/InlineBlocksCloneTest.php
➜  entity_clone_inline_blocks git:(1.0.0-alpha1) ✗ cd ..
➜  contrib git:(master) ✗ phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig entity_clone_inline_blocks
➜  contrib git:(master) ✗

Will now move this to RTBC

Thanks,
Jake