Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
PHP CodeSniffer
Maintains PHP_CodeSniffer, a number of external standards for PHP_CodeSniffer and tooling to make it easier to use and develop for PHP_CodeSniffer.
Collective -
Host: opensource -
https://opencollective.com/php_codesniffer
- Code: https://github.com/PHPCSStandards
GH Actions: add yaml linting and markdown QA
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Changelog: add missing link
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Release version 1.0.-RC1
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Documentation updates for the release of version 1.0.0-RC1
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
GH Actions: various tweaks
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Composer: add PHPCSDevCS to the dependencies
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/StaticInFinalClass: handle `static` when used in arrow function
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
CS/QA: various minor fixes
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/DuplicateArrayKey: code simplification
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/DuplicateArrayKey: add support for detecting duplicate key PHP cross-version
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/DisallowStandalonePostIncrementDecrement: allow for statement ending with close tag
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/ForeachUniqueAssignment: improve analysis for foreach list assignments
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/DisallowUse[Class|Const|Function]: minor code coverage tweak
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/NoReservedKeywordParameterNames: various improvements
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
✨ New Modernize.FunctionCalls.Dirname sniff
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/SeparateFunctionsFromOO: update tests for arrow functions
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/SeparateFunctionsFromOO: update tests for enums
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/DisallowLonelyIf: bow out early for a specific situation (PHP close tag)
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/DisallowLonelyIf: add extra test
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/NoLeadingBackslash: examine imports within a group use statement
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/RequireAnonClassParentheses: remove redundant condition
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/OneStatementInShortEchoTag: prevent false positive
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/RequireFinalClass: various tweaks
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/DisallowFinalClass: various tweaks
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/DisallowAnonClassParentheses: remove redundant condition
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/DisallowAlternativeSyntax: bug fix - handle if/elseif statements in one go
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/DisallowAlternativeSyntax: bug fix - ignore inline HTML in nested closed scopes
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/DisallowAlternativeSyntax: improve error message
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/DisallowAlternativeSyntax: various tweaks
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
ControlStructures::hasBody(): handle no body due to PHP close tag
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
Add the unneeded ternary sniff
github.com/PHPCSStandards/PHPCSExtra - dingo-d opened this issue about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - dingo-d opened this issue about 2 years ago
GH Actions: bust the cache semi-regularly
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
GH Actions: bust the cache semi-regularly
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
GH Actions: bust the cache semi-regularly
github.com/PHPCSStandards/PHPCSDevTools - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSDevTools - jrfnl opened this pull request about 2 years ago
GH Actions: bust the cache semi-regularly
github.com/PHPCSStandards/composer-installer - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/composer-installer - jrfnl opened this pull request about 2 years ago
Universal/Disallow[Long|Short]ListSyntax: improve metrics
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/DisallowShortArraySyntax: record metrics
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/DisallowShortArraySyntax: don't skip over short lists
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/DisallowShortListSyntax: bug fix - don't skip over nested brackets
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/DisallowShortListSyntax: allow for tokenizer issue in PHPCS 3.7.1
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/AlphabeticExtendsImplements: docs/test update for enums
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/DisallowUseClass: "docs" update for enums
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/[Require/Disallow]FinalClass: docs/test update for readonly classes
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/OneStatementInShortEchoTag: improve error code
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/ConstructorDestructorReturn: improve return type fixer
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
QA: always declare metric names as class constants
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
NormalizedArrays/CommaAfterLast: improve fixer for flexible heredoc/nowdoc
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
ObjectDeclarations::getClassProperties(): add token pointer indexes to return array
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
Collections: add new `constantModifierKeywords()` method
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
:sparkles: New `Universal.Constants.ModifierKeywordOrder` sniff
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
:sparkles: New `Universal.Classes.ModifierKeywordOrder` sniff
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
DisallowInlineTabsUnitTest: skip on PHP 5.5
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Universal/ConstructorDestructorReturn: add auto-fixer for return type
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
QA: remove some redundant/unused code & minor CS fix
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Documentation: various minor fixes
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
:sparkles: New `Universal.CodeAnalysis.ConstructorDestructorReturn` sniff
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
DisallowStandalonePostIncrementDecrement: prevent looking for nullsafe object operator
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
NormalizedArrays/ArrayBraceSpacing: safeguard upstream bugfix
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request about 2 years ago
Release 1.0.0-alpha4
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
Changelog for PHPCSUtils 1.0.0-alpha4
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
Update all references to the main branch from `master` to `stable`
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
Docs website: update for release of PHPCSUtils 1.0.0-alpha4
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
Docs: miscellanuous other updates
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
Docs: various updates to the docblocks and inline comments
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
CS/QA: minor clean-up
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
IsShortArrayOrList: refactor for better accuracy and improved performance
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
MessageHelper::stringToErrorcode(): add option to lowercase the text
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
:sparkles: New `Context::inAttribute()` method
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
GH Actions: few tweaks
github.com/PHPCSStandards/PHPCSDevTools - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSDevTools - jrfnl opened this pull request about 2 years ago
GH Actions/basics: revert to xmllint-problem-matcher v1
github.com/PHPCSStandards/PHPCSDevCS - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSDevCS - jrfnl opened this pull request about 2 years ago
PHPCS: fix ruleset
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
GH Actions: various tweaks
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
GH Actions: Bump xt0rted/markdownlint-problem-matcher from 1 to 2
github.com/PHPCSStandards/PHPCSUtils - dependabot[bot] opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSUtils - dependabot[bot] opened this pull request about 2 years ago
UtilityMethodTestCase::skipJSCSSTestsOnPHPCS4(): rename test file
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
UtilityMethodTestCase::getTargetToken(): throw exception when method called without tokenized test case file
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
AbstractArrayDeclarationSniff: use available token array collection
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
PHP 8.1 | Utils\PassedParameters: change named param implementation/named params after variadic
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
UtilityMethodTestCase::getTargetToken(): change to a static method
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request about 2 years ago
Collections: add new `shortArrayListOpenTokensBC()` token array
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request over 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request over 2 years ago
PHPCSUtils Breaks With Deprecation Notice ~~Because of Itself~~
github.com/PHPCSStandards/PHPCSUtils - timnolte opened this issue over 2 years ago
github.com/PHPCSStandards/PHPCSUtils - timnolte opened this issue over 2 years ago
AbstractArrayDeclarationSniff::getActualArrayKey(): improve handling of escaped embedded vars
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request over 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request over 2 years ago
PassedParameters: allow for parsing `declare` statements
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this issue over 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this issue over 2 years ago
FunctionDeclarations::getParameters(): add caching
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request over 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request over 2 years ago
QA: make all classes final
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request over 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request over 2 years ago
UtilityMethodTestCase::getTargetToken(): throw an exception when delimiter not found
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request over 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request over 2 years ago
UtilityMethodTestCase::getTargetToken(): throw a custom exception when target token not found
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request over 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request over 2 years ago
GH Actions: various updates
github.com/PHPCSStandards/PHPCSDevTools - jrfnl opened this pull request over 2 years ago
github.com/PHPCSStandards/PHPCSDevTools - jrfnl opened this pull request over 2 years ago
GH Actions: fix CI not running on `main`
github.com/PHPCSStandards/PHPCSDevCS - jrfnl opened this pull request over 2 years ago
github.com/PHPCSStandards/PHPCSDevCS - jrfnl opened this pull request over 2 years ago
Changelog for version 1.1.5
github.com/PHPCSStandards/PHPCSDevCS - jrfnl opened this pull request over 2 years ago
github.com/PHPCSStandards/PHPCSDevCS - jrfnl opened this pull request over 2 years ago
GH Actions: update the xmllint-problem-matcher
github.com/PHPCSStandards/PHPCSDevCS - jrfnl opened this pull request over 2 years ago
github.com/PHPCSStandards/PHPCSDevCS - jrfnl opened this pull request over 2 years ago
Rename namespace prefix from `Dealerdirect` to `PHPCSStandards`
github.com/PHPCSStandards/composer-installer - jrfnl opened this pull request over 2 years ago
github.com/PHPCSStandards/composer-installer - jrfnl opened this pull request over 2 years ago
GH Actions/Securitycheck: update the security checker download
github.com/PHPCSStandards/composer-installer - jrfnl opened this pull request over 2 years ago
github.com/PHPCSStandards/composer-installer - jrfnl opened this pull request over 2 years ago
Correct grammar in error message
github.com/PHPCSStandards/composer-installer - fredden opened this pull request over 2 years ago
github.com/PHPCSStandards/composer-installer - fredden opened this pull request over 2 years ago
XML schema conforms to v1.1 of the schema spec but not to v1.0
github.com/PHPCSStandards/PHPCSDevTools - pbiron opened this issue over 2 years ago
github.com/PHPCSStandards/PHPCSDevTools - pbiron opened this issue over 2 years ago
New `Universal.DeclareStatements.DeclareStatementsStyle` sniff
github.com/PHPCSStandards/PHPCSExtra - dingo-d opened this pull request over 2 years ago
github.com/PHPCSStandards/PHPCSExtra - dingo-d opened this pull request over 2 years ago
Release version 1.2.0
github.com/PHPCSStandards/PHPCSDevTools - jrfnl opened this issue over 2 years ago
github.com/PHPCSStandards/PHPCSDevTools - jrfnl opened this issue over 2 years ago
GH Actions: try a work-around for weird Coveralls results
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request over 2 years ago
github.com/PHPCSStandards/PHPCSExtra - jrfnl opened this pull request over 2 years ago
GH Actions: try a work-around for weird Coveralls results
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request over 2 years ago
github.com/PHPCSStandards/PHPCSUtils - jrfnl opened this pull request over 2 years ago
Add "static analysis" Composer keyword
github.com/PHPCSStandards/PHPCSDevCS - GaryJones opened this pull request over 2 years ago
github.com/PHPCSStandards/PHPCSDevCS - GaryJones opened this pull request over 2 years ago
Add "static analysis" and "dev" Composer keywords
github.com/PHPCSStandards/PHPCSDevTools - GaryJones opened this pull request over 2 years ago
github.com/PHPCSStandards/PHPCSDevTools - GaryJones opened this pull request over 2 years ago