Skip to content

History

Revisions

  • Reporting: add section about progress reporting

    @jrfnl jrfnl committed Apr 13, 2025
    eae9d2d
  • Annotated-Ruleset: fix typo

    @jrfnl jrfnl committed Apr 4, 2025
    ad2de1a
  • Fix file line endings

    @jrfnl jrfnl committed Mar 11, 2025
    81dd7f9
  • Fixing Errors: update the "help" output Oops... forgot to update this when the new help screen was released. Fixed now. Includes updating the "Usage" page with the latest changes which will be included in PHPCS 3.12.0.

    @jrfnl jrfnl committed Mar 11, 2025
    6f86caa
  • Requirements: fix typo

    @jrfnl jrfnl committed Mar 7, 2025
    0b1e655
  • Configuration Options: update php_version example

    @jrfnl jrfnl committed Mar 7, 2025
    2834a10
  • Update new "About Standards" page Make it explicit that a category should not be called "Sniffs".

    @jrfnl jrfnl committed Feb 7, 2025
    01cda6c
  • Update new "About Standards" page * Syntax highlighting PHP samples. * Make it clearer which examples are invalid. * Spelling/grammar fixes.

    @jrfnl jrfnl committed Feb 5, 2025
    4fff63f
  • Add new "About Standards" page This new page contains more generic information about: * The difference between a project ruleset and a standard. * Requirements for a standard. * Naming conventions for sniffs.

    @jrfnl jrfnl committed Feb 5, 2025
    b3a795d
  • Customisable Sniff Properties: fix incorrect property type ... for the `PSR12.ControlStructures.BooleanOperatorPlacement` sniff.

    @jrfnl jrfnl committed Nov 20, 2024
    adad971
  • Usage: update the "explain" output The PSR1 standard now contains 8 sniffs, not 7.

    @jrfnl jrfnl committed May 16, 2024
    02a64ab
  • Usage: use fenced code blocks

    @jrfnl jrfnl committed May 16, 2024
    d206619
  • Usage: update the help information As per the revamped help screen. See PR PHPCSStandards/PHP_CodeSniffer#447

    @jrfnl jrfnl committed May 16, 2024
    05065b0
  • Coding-Standard-Tutorial: update the tutorial * Remove mention of creating the standards in the PHPCS `Standards` directory and replace it with information about registering a standard with PHPCS via the `installed_paths` command. * Add note about the token array containing additional information. * Modernize the sniff code sample. - Replace the file docblock with a simpler class docblock. - Use the correct namespace for the standard. - Make it a `final` class. - Use short arrays. - Remove `//end ...` comments. - Improve type specificity in the docblocks. - Remove PHP close tag. * Improve the test code by including code samples which should *not* be flagged (but would trigger the sniff). * Use the more common term (class) "property" instead of "member variable". * Fix grammatical error. * Use fenced code blocks for bash commands. * Various other markdown tweaks for readability.

    @jrfnl jrfnl committed May 16, 2024
    9ce59f0
  • Coding-Standard-Tutorial: update code sample ... to prevent a deprecation notice on PHP 7.4 and a parse error on PHP 8.0+. Fixes PHPCSStandards/PHP_CodeSniffer#496

    @jrfnl jrfnl committed May 16, 2024
    4af8a76
  • Update sniff code vs error code + additional info about this in Reporting and Advanced Usage Refs: #319, #328 Co-authored-by: Joachim Noreiko <joachim@107701.no-reply.drupal.org>

    @jrfnl jrfnl committed Feb 6, 2024
    c191a20
  • Reporting: add note about caching vs Performance Report Related to #306

    @jrfnl jrfnl committed Jan 27, 2024
    6d0b9fb
  • Reporting: fix typo

    @jrfnl jrfnl committed Dec 23, 2023
    ac6ebf4
  • Add information about the new Performance report Ref: https://github.com/PHPCSStandards/PHP_CodeSniffer/pull/60

    @jrfnl jrfnl committed Nov 12, 2023
    19b48e9
  • Fix some grammar issues and typos

    @jrfnl jrfnl committed Nov 12, 2023
    e11fcf0
  • Add missing PSR12 standard to installed standards list ... and remove the PHPCS standard which was removed in PHPCS 3.0.

    @jrfnl jrfnl committed Nov 12, 2023
    8c3911b
  • Remove reference to PEAR package Not that it's being used for _this_ package, but PEAR packages are much less common nowadays, so the reference looks dated.

    @jrfnl jrfnl committed Nov 12, 2023
    bb4b873
  • Fix references to deprecated ignore syntaxes

    @jrfnl jrfnl committed Nov 12, 2023
    b7f7dcb
  • Add "back to top" links under each section ... on long pages which contain a table of contents.

    @jrfnl jrfnl committed Nov 12, 2023
    6583f95
  • Use highlighted blocks for important information Ref: https://github.com/orgs/community/discussions/16925

    @jrfnl jrfnl committed Nov 12, 2023
    43660f8
  • Update URLs to point to the PHPCSStandards repo

    @jrfnl jrfnl committed Nov 12, 2023
    6b9d8fe
  • Fix ruleset sample related to changing the message template (related to #3769)

    @jrfnl jrfnl committed Oct 28, 2023
    ef510c4
  • Fix case of available filters - see #3877

    @jrfnl jrfnl committed Aug 19, 2023
    18d3aad
  • Fixed language around phpcs:ignore annotation (issues #3657)

    @gsherwood gsherwood committed Sep 10, 2022
    d689def
  • Updated Customisable Sniff Properties (markdown)

    @gsherwood gsherwood committed Apr 8, 2021
    86e273f