Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #54177, comment 2


Ignore:
Timestamp:
09/25/2021 01:57:20 AM (4 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54177, comment 2

    v2 v3  
    66
    77Pinging @hellofromTonya for PR review.
     8
     9----
     10
     11== PHPCS Report
     12See added rules in [https://core.trac.wordpress.org/ticket/54177#comment:3 this comment].
     13
     14{{{#!sh
     15
     16
     17# ./vendor/squizlabs/php_codesniffer/bin/phpcs tests/phpunit/tests/ --sniffs=Squiz.Scope.MethodScope,Squiz.WhiteSpace.ScopeKeywordSpacing --report=summary,source
     18
     19PHP CODE SNIFFER VIOLATION SOURCE SUMMARY
     20----------------------------------------------------------------------
     21SOURCE                                                           COUNT
     22----------------------------------------------------------------------
     23Squiz.Scope.MethodScope.Missing                                  3349
     24----------------------------------------------------------------------
     25A TOTAL OF 3349 SNIFF VIOLATIONS WERE FOUND IN 1 SOURCE
     26----------------------------------------------------------------------
     27
     28}}}