Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
* when it only knows the filename, without having to parse the file to find it.
*
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
4 changes: 2 additions & 2 deletions bin/phpcbf
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*
* @author Greg Sherwood <[email protected]>
* @author Juliette Reinders Folmer <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2024 PHPCSStandards and contributors
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
3 changes: 2 additions & 1 deletion bin/phpcbf.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
REM PHP Code Beautifier and Fixer fixes violations of a defined coding standard.
REM
REM @author Greg Sherwood <[email protected]>
REM @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
REM @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
REM @copyright 2023 PHPCSStandards and contributors
REM @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence

set PHPBIN=php
Expand Down
4 changes: 2 additions & 2 deletions bin/phpcs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*
* @author Greg Sherwood <[email protected]>
* @author Juliette Reinders Folmer <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2024 PHPCSStandards and contributors
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
3 changes: 2 additions & 1 deletion bin/phpcs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
REM PHP_CodeSniffer detects violations of a defined coding standard.
REM
REM @author Greg Sherwood <[email protected]>
REM @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
REM @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
REM @copyright 2023 PHPCSStandards and contributors
REM @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence

set PHPBIN=php
Expand Down
4 changes: 2 additions & 2 deletions requirements.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
*
* @author Greg Sherwood <[email protected]>
* @author Juliette Reinders Folmer <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2024 PHPCSStandards and contributors
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
1 change: 0 additions & 1 deletion scripts/BuildRequirementsCheckMatrix.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* This matrix is used in two different GH Actions jobs and would be excruciating
* (and pretty error-prone) to manually maintain, so better to generate it dynamically.
*
* @author Juliette Reinders Folmer <[email protected]>
* @copyright 2024 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/
Expand Down
7 changes: 2 additions & 5 deletions scripts/build-phar.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
/**
* Build a PHPCS phar.
*
* PHP version 5
*
* @category PHP
* @package PHP_CodeSniffer
* @author Benjamin Pearson <[email protected]>
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2014 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
1 change: 0 additions & 1 deletion scripts/get-requirements-check-matrix.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* This matrix is used in two different GH Actions jobs and would be excruciating
* (and pretty error-prone) to manually maintain, so better to generate it dynamically.
*
* @author Juliette Reinders Folmer <[email protected]>
* @copyright 2024 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/
Expand Down
3 changes: 2 additions & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
* and provides functions to access data stored in config files.
*
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Exceptions/DeepExitException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
*
* @author Greg Sherwood <[email protected]>
* @author Juliette Reinders Folmer <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2025 PHPCSStandards and contributors
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
1 change: 0 additions & 1 deletion src/Exceptions/GeneratorException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* An exception thrown by PHP_CodeSniffer when it encounters an error in the XML document being processed
* by one of the documentation Generators.
*
* @author Juliette Reinders Folmer <[email protected]>
* @copyright 2024 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/
Expand Down
3 changes: 2 additions & 1 deletion src/Exceptions/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* An exception thrown by PHP_CodeSniffer when it encounters an unrecoverable error.
*
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
3 changes: 2 additions & 1 deletion src/Exceptions/TokenizerException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* An exception thrown by PHP_CodeSniffer when it encounters an unrecoverable tokenizer error.
*
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
3 changes: 2 additions & 1 deletion src/Files/DummyFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
* as the first line of the file contents.
*
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
3 changes: 2 additions & 1 deletion src/Files/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* Represents a piece of content being checked during the run.
*
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
3 changes: 2 additions & 1 deletion src/Files/FileList.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* File objects are created as needed rather than all at once.
*
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
3 changes: 2 additions & 1 deletion src/Files/LocalFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* A local file represents a chunk of text has a file system location.
*
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
3 changes: 2 additions & 1 deletion src/Filters/ExactMatch.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* Supports both allowed files and disallowed files.
*
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
3 changes: 2 additions & 1 deletion src/Filters/Filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* A base filter class for filtering out files and folders during a run.
*
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
3 changes: 2 additions & 1 deletion src/Filters/GitModified.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* A filter to only include files that have been modified or added in a Git repository.
*
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
1 change: 1 addition & 0 deletions src/Filters/GitStaged.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*
* @author Juliette Reinders Folmer <[email protected]>
* @copyright 2018 Juliette Reinders Folmer. All rights reserved.
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
3 changes: 2 additions & 1 deletion src/Fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
* content.
*
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Generators/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
*
* @author Greg Sherwood <[email protected]>
* @author Juliette Reinders Folmer <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2024 PHPCSStandards and contributors
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Generators/HTML.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
* @author Greg Sherwood <[email protected]>
* @author Juliette Reinders Folmer <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2024 PHPCSStandards and contributors
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Generators/Markdown.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author Stefano Kowalke <[email protected]>
* @author Juliette Reinders Folmer <[email protected]>
* @copyright 2014 Arroba IT
* @copyright 2024 PHPCSStandards and contributors
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Generators/Text.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*
* @author Greg Sherwood <[email protected]>
* @author Juliette Reinders Folmer <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2024 PHPCSStandards and contributors
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
3 changes: 2 additions & 1 deletion src/Reporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* Manages reporting of errors and warnings.
*
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Reports/Cbf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*
* @author Greg Sherwood <[email protected]>
* @author Juliette Reinders Folmer <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2025 PHPCSStandards and contributors
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
3 changes: 2 additions & 1 deletion src/Reports/Checkstyle.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* Checkstyle report for PHP_CodeSniffer.
*
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
3 changes: 2 additions & 1 deletion src/Reports/Code.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* Full report for PHP_CodeSniffer.
*
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
3 changes: 2 additions & 1 deletion src/Reports/Csv.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* CSV report for PHP_CodeSniffer.
*
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
3 changes: 2 additions & 1 deletion src/Reports/Diff.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* Diff report for PHP_CodeSniffer.
*
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
3 changes: 2 additions & 1 deletion src/Reports/Emacs.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* Emacs report for PHP_CodeSniffer.
*
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
3 changes: 2 additions & 1 deletion src/Reports/Full.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* Full report for PHP_CodeSniffer.
*
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
3 changes: 2 additions & 1 deletion src/Reports/Gitblame.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
*
* @author Ben Selby <[email protected]>
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
3 changes: 2 additions & 1 deletion src/Reports/Hgblame.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
*
* @author Ben Selby <[email protected]>
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
3 changes: 2 additions & 1 deletion src/Reports/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* Info report for PHP_CodeSniffer.
*
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
3 changes: 2 additions & 1 deletion src/Reports/Json.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
*
* @author Jeffrey Fisher <[email protected]>
* @author Greg Sherwood <[email protected]>
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2006-2023 Squiz Pty Ltd (ABN 77 084 670 600)
* @copyright 2023 PHPCSStandards and contributors
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
*/

Expand Down
Loading
Loading