Latest Pareview report shows some doc formatting issues in MarketingCloudDataEventsTest.

See the attached file.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

john_a created an issue. See original summary.

john_a’s picture

Component: Documentation » Code
john_a’s picture

Assigned: Unassigned » john_a

  • john_a committed 75eba7a on 2972908-marketingclouddataeventstest-pareview
    Issue #2972908: pareview issues fix
    

  • john_a committed eaa3524 on 2972908-marketingclouddataeventstest-pareview
    Issue #2972908: pareview namespace test
    

  • john_a committed 8d63912 on 2972908-marketingclouddataeventstest-pareview
    Issue #2972908: revert pareview namespace test
    
john_a’s picture

Assigned: john_a » Unassigned
Status: Active » Needs review
FileSize
10.15 KB

Patch prepared, please review.

I'm ignoring:

--------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------
  47 | ERROR | [x] Namespaced classes/interfaces/traits should be
     |       |     referenced with use statements
 177 | ERROR | [x] Namespaced classes/interfaces/traits should be
     |       |     referenced with use statements

This makes no sense to me... there is a use statement!

See https://pareview.sh/pareview/https-git.drupal.org-project-marketing_cloud.git-2972908-marketingclouddataeventstest

john_a’s picture

Found a way to resolve the above issues:
--------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------
47 | ERROR | [x] Namespaced classes/interfaces/traits should be
| | referenced with use statements
177 | ERROR | [x] Namespaced classes/interfaces/traits should be
| | referenced with use statements

new patch

john_a’s picture

Status: Needs review » Fixed

Reviewed and patched by self

john_a’s picture

Status: Fixed » Closed (fixed)