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

Merge pull request #443 from PHPCSStandards/passedparams/add-extra-test

PassedParameters: add extra test with missing param midway

github.com/PHPCSStandards/PHPCSUtils - 343c01e4c88ad30f6015f1a2aaa0f139c234d6af authored almost 2 years ago by Juliette <[email protected]>
PassedParameters: add extra test with missing param midway

... to document that this is handled correctly and how.

github.com/PHPCSStandards/PHPCSUtils - 0d37961d072598b58a49a4c5b1364695e60cdb29 authored almost 2 years ago by jrfnl <[email protected]>
Merge pull request #442 from PHPCSStandards/feature/ghactions-various-tweaks

GH Actions: various tweaks

github.com/PHPCSStandards/PHPCSUtils - 050d5363d17f43558c61500bfe162fc81c471e77 authored almost 2 years ago by Juliette <[email protected]>
GetVersionTest: allow for CI `lowest` for PHPCS version

While this change does mean that on a version bump, this test will need to be updated as well, t...

github.com/PHPCSStandards/PHPCSUtils - d4609c188278d2d2ecae324118f5bed7e1bd32c5 authored almost 2 years ago by jrfnl <[email protected]>
GH Actions: minor tweak to composer install

Since Composer 2.2, we can be more specific about which platform requirements should be ignored....

github.com/PHPCSStandards/PHPCSUtils - c75d160d533d67d8d7fe54eaccb2fdacee0fff85 authored almost 2 years ago by jrfnl <[email protected]>
GH Actions: tweak the way the PHPCS versions are set

As things were, whenever the minimum PHPCS version would be changed, the branch protection setti...

github.com/PHPCSStandards/PHPCSUtils - 409d026ddce37224a795c1517288c8a220a1bb7f authored almost 2 years ago by jrfnl <[email protected]>
Merge pull request #441 from PHPCSStandards/feature/readme-fix-license-link

README: fix license link

github.com/PHPCSStandards/PHPCSUtils - bd7dc1596e2094d3bab0821a7be5e245c346a49d authored almost 2 years ago by Juliette <[email protected]>
README: fix license link

To go to the local version of the license instead of an external website.

github.com/PHPCSStandards/PHPCSUtils - 3ae3b679e5815f0704e3a88f6d7be9bca595a95d authored almost 2 years ago by jrfnl <[email protected]>
Merge pull request #214 from PHPCSStandards/feature/ghactions-various-tweaks

GH Actions: various tweaks

github.com/PHPCSStandards/PHPCSExtra - 398cb7aed793fb0476920d5870c9eb5af19cb8ab authored almost 2 years ago by Juliette <[email protected]>
GH Actions: tweak the way the PHPCS versions are set

As things were, whenever the minimum PHPCS version would be changed, the branch protection setti...

github.com/PHPCSStandards/PHPCSExtra - 6dedf633ae4eac7b03055706badc5c8fa70a87ac authored almost 2 years ago by jrfnl <[email protected]>
GH Actions: minor tweak to composer install

Since Composer 2.2, we can be more specific about which platform requirements should be ignored....

github.com/PHPCSStandards/PHPCSExtra - 2a1c569eec32855aef8c322a536a5f131bc7ec0f authored almost 2 years ago by jrfnl <[email protected]>
Merge pull request #215 from PHPCSStandards/feature/readme-fix-license-link

README: fix license link

github.com/PHPCSStandards/PHPCSExtra - 59818ac3230507a849515e97fb6e5ab9248f39c2 authored almost 2 years ago by Juliette <[email protected]>
README: fix license link

To go to the local version of the license instead of an external website.

github.com/PHPCSStandards/PHPCSExtra - 1ff6b425113c2b2c1b107444a2800c712bda2261 authored almost 2 years ago by jrfnl <[email protected]>
Merge pull request #213 from PHPCSStandards/feature/modernize-dirname-simplify-attributes-fix

Modernize.FunctionCalls.Dirname: use PHPCSUtils for attributes fix

github.com/PHPCSStandards/PHPCSExtra - 87e5c0abe04381910b702d3484e462c6098c7512 authored almost 2 years ago by Juliette <[email protected]>
Modernize.FunctionCalls.Dirname: use PHPCSUtils for attributes fix

github.com/PHPCSStandards/PHPCSExtra - 52eb4cd581941dafe3dcb5aab912b27b966f5f3c authored almost 2 years ago by jrfnl <[email protected]>
Merge pull request #212 from PHPCSStandards/feature/ghactions-various-minor-tweaks

GH Actions: various minor tweaks

github.com/PHPCSStandards/PHPCSExtra - 852240b3775e0051ba8c2672eba4cfcf0813b934 authored almost 2 years ago by Juliette <[email protected]>
GH Actions: fix CI

Grrr....

When PHPUnit has been installed on a high PHP version, some of the dependencies of PHP...

github.com/PHPCSStandards/PHPCSExtra - 54faa035edfdff69a2b967b822306f0c772c6414 authored almost 2 years ago by jrfnl <[email protected]>
GH Actions: used a named branch for coverallsapp

The `coverallsapp/github-action` action runner has (finally) created a named branch for the 1.x ...

github.com/PHPCSStandards/PHPCSExtra - d883bc19958bf0d011ff4e1de79d6a3d08ab967f authored almost 2 years ago by jrfnl <[email protected]>
Merge pull request #211 from PHPCSStandards/feature/modernize-dirname-prevent-false-positive-on-attributes

Modernize.FunctionCalls.Dirname: prevent false positives on PHP 8.0+ attributes

github.com/PHPCSStandards/PHPCSExtra - 643b29477b26326d833ddc9d9f9e47f625dfb1b6 authored almost 2 years ago by Juliette <[email protected]>
Modernize.FunctionCalls.Dirname: prevent false positives on PHP 8.0+ attributes

`T_STRING` tokens in PHP 8.0+ attributes are either class names or possibly constant names (as a...

github.com/PHPCSStandards/PHPCSExtra - 0317f8d7e86ca64875480b095ddcfa3f011297a9 authored almost 2 years ago by jrfnl <[email protected]>
Merge pull request #440 from PHPCSStandards/dependabot/github_actions/actions/deploy-pages-2

GH Actions: Bump actions/deploy-pages from 1 to 2

github.com/PHPCSStandards/PHPCSUtils - 321702124ed85acf9e836ef059635c06df738208 authored almost 2 years ago by Juliette <[email protected]>
GH Actions: Bump actions/deploy-pages from 1 to 2

Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 1 to 2.
- [Release no...

github.com/PHPCSStandards/PHPCSUtils - 95b0eee1f1dccf393f0897288b0c9dc767020c46 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #439 from PHPCSStandards/dependabot/github_actions/coverallsapp/github-action-2

GH Actions: Bump coverallsapp/github-action from 1 to 2

github.com/PHPCSStandards/PHPCSUtils - 544a4d8352c7fa70a1f198c1964311c355d1d6a7 authored almost 2 years ago by Juliette <[email protected]>
GH Actions: Bump coverallsapp/github-action from 1 to 2

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1 to 2.
-...

github.com/PHPCSStandards/PHPCSUtils - 6b75bd64b014f2bfeceaf2bf2de7dfd66c344e6e authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #438 from PHPCSStandards/feature/tests-array-list-getopenclose-tweak

Tests: be explicit about the token being tested

github.com/PHPCSStandards/PHPCSUtils - 92255f04bb30ed7b0207e7be19107f9a2e636e5c authored almost 2 years ago by Juliette <[email protected]>
Tests: be explicit about the token being tested

github.com/PHPCSStandards/PHPCSUtils - 64f299d1edfd4655f988cf0c8fa8804a8d46b2e6 authored almost 2 years ago by jrfnl <[email protected]>
Merge pull request #437 from PHPCSStandards/feature/collections-minor-docblock-fixes

Collections: fix some docblock tags

github.com/PHPCSStandards/PHPCSUtils - b0e1669983b43aac05abbd17a3498382f4983a71 authored almost 2 years ago by Juliette <[email protected]>
Collections: fix some docblock tags

Properties should have a `@var` tag, not a `@return` tag.

github.com/PHPCSStandards/PHPCSUtils - b32a70e7c39066efca1d21acd1eb9ae4fa7888f4 authored almost 2 years ago by jrfnl <[email protected]>
Merge pull request #436 from PHPCSStandards/feature/ghactions-various-minor-tweaks

GH Actions: minor tweaks related to Coveralls

github.com/PHPCSStandards/PHPCSUtils - 69e2d5b243dc1ee98816a4badc8529a2e5a5390a authored almost 2 years ago by Juliette <[email protected]>
GH Actions: simplify Coveralls fix

Follow up on 433

By installing the `php-coveralls/php-coveralls` globally, we can also prevent ...

github.com/PHPCSStandards/PHPCSUtils - 44eea8dd8c25e4fe6c4fb425b41de340a33b11d3 authored almost 2 years ago by jrfnl <[email protected]>
GH Actions: used a named branch for coverallsapp

The `coverallsapp/github-action` action runner has (finally) created a named branch for the 1.x ...

github.com/PHPCSStandards/PHPCSUtils - c1efc4e7895d7050f72d641d6e1d7a75f9d7f05e authored almost 2 years ago by jrfnl <[email protected]>
Merge pull request #432 from PHPCSStandards/dependabot/github_actions/jacobtomlinson/gha-find-replace-3

GH Actions: Bump jacobtomlinson/gha-find-replace from 2 to 3

github.com/PHPCSStandards/PHPCSUtils - be4f424174b18b8ab50a359c289aaf33e3da1b2d authored almost 2 years ago by Juliette <[email protected]>
Merge pull request #431 from PHPCSStandards/dependabot/github_actions/actions/configure-pages-3

GH Actions: Bump actions/configure-pages from 2 to 3

github.com/PHPCSStandards/PHPCSUtils - 3a0f8ed24f3be438cf94022574f4faa868273547 authored almost 2 years ago by Juliette <[email protected]>
GH Actions: Bump jacobtomlinson/gha-find-replace from 2 to 3

Bumps [jacobtomlinson/gha-find-replace](https://github.com/jacobtomlinson/gha-find-replace) from...

github.com/PHPCSStandards/PHPCSUtils - 9bc062547f99ea756445ca7cc14e3cc557b7e7e2 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
GH Actions: Bump actions/configure-pages from 2 to 3

Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 2 to 3.
- [Rele...

github.com/PHPCSStandards/PHPCSUtils - 88e6efe99290bfc3d7cbfd1fc48168b06b626e4c authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #434 from PHPCSStandards/feature/ghactions-fix-coverage-runs_

GH Actions: fix CI

github.com/PHPCSStandards/PHPCSUtils - 01769ef66211572031ce488ae65e523f10dfc3ab authored almost 2 years ago by Juliette <[email protected]>
GH Actions: fix CI

Grrr....

When PHPUnit has been installed on a high PHP version, some of the dependencies of PHP...

github.com/PHPCSStandards/PHPCSUtils - e830217189dc71fdaed13ab8910e88bf068f1653 authored almost 2 years ago by jrfnl <[email protected]>
Merge pull request #433 from PHPCSStandards/feature/getversiontest-update-phpcs-version

GetVersionTest: update for release of PHPCS 3.7.2

github.com/PHPCSStandards/PHPCSUtils - 5be30f8d845612bf33c6642e905b029f00c1d5d4 authored almost 2 years ago by Juliette <[email protected]>
GetVersionTest: update for release of PHPCS 3.7.2

github.com/PHPCSStandards/PHPCSUtils - 16a21af4b4df81ecfeb72c7060d5832a65d32f47 authored almost 2 years ago by jrfnl <[email protected]>
Merge pull request #204 from PHPCSStandards/docs/remove-project-stage-badge

Remove the projects stage "Development" badge

github.com/PHPCSStandards/composer-installer - 1a457ec7536569197503e104bc4616226844b6ff authored almost 2 years ago by Ben Peachey <[email protected]>
Remove the projects stage "Development" badge

As we are on v1.0 now.

github.com/PHPCSStandards/composer-installer - 709b99aa8cf145a98d6991a1c0fe711eb87eff53 authored almost 2 years ago by Ben Peachey <[email protected]>
Merge pull request #210 from PHPCSStandards/develop

Release PHPCSExtra 1.0.2

github.com/PHPCSStandards/PHPCSExtra - a077c4ad65b906768ed2f820701958b57f605be0 authored almost 2 years ago by Juliette <[email protected]>
Merge pull request #209 from PHPCSStandards/feature/changelog-1.0.2

Changelog and readme updates for PHPCSExtra 1.0.2

github.com/PHPCSStandards/PHPCSExtra - b36dd99efe58300307cb39d1fe5b1e562be07a39 authored almost 2 years ago by Juliette <[email protected]>
Changelog and readme updates for PHPCSExtra 1.0.2

github.com/PHPCSStandards/PHPCSExtra - 18b236151f208fe47e77133a998b4f896514eae8 authored almost 2 years ago by jrfnl <[email protected]>
Merge pull request #208 from PHPCSStandards/universal/207-constructordestructorreturn

ConstructorDestructorReturn: respect a potentially set `php_version` config value

github.com/PHPCSStandards/PHPCSExtra - 39ac431d8f33cd07679db9227aa771e578bd25e9 authored almost 2 years ago by Juliette <[email protected]>
ConstructorDestructorReturn: respect a potentially set `php_version` config value

PHP4-style constructors - methods with the same name as the class - are no longer regarded as co...

github.com/PHPCSStandards/PHPCSExtra - eff67eceb902fd186aabb06cc4765e744a31ba72 authored about 2 years ago by jrfnl <[email protected]>
ConstructorDestructorReturn: allow for multiple test files

github.com/PHPCSStandards/PHPCSExtra - fa57a475a2b772818a8c5631254ee76c2e000180 authored about 2 years ago by jrfnl <[email protected]>
Merge pull request #35 from PHPCSStandards/feature/changelog-1.1.6

Changelog for version 1.1.6

github.com/PHPCSStandards/PHPCSDevCS - aedb280bed93303ade2be357eb3695e9d345fb91 authored about 2 years ago by Juliette <[email protected]>
Changelog for version 1.1.6

github.com/PHPCSStandards/PHPCSDevCS - 07f1f80c1ab66b2cad7be1496c360213c5cb2fa9 authored about 2 years ago by jrfnl <[email protected]>
Merge pull request #34 from PHPCSStandards/feature/update-for-1.0-release-of-composer-phpcs-plugin

Composer: allow for the 1.0.0 version of the Composer PHPCS plugin

github.com/PHPCSStandards/PHPCSDevCS - 51f0d9d6c598523cb3a056d782fc6c784d4692e8 authored about 2 years ago by Juliette <[email protected]>
Composer: allow for the 1.0.0 version of the Composer PHPCS plugin

The Composer PHPCS plugin has released its 1.0.0 version. :tada:

Important:
I've _widened_ the ...

github.com/PHPCSStandards/PHPCSDevCS - fbb77561d34b9c31335ccf93c9f51e4da864cc0a authored about 2 years ago by jrfnl <[email protected]>
Merge branch 'stable' into develop

github.com/PHPCSStandards/PHPCSDevTools - d93d47384a7785d7e5e0c61a301b4ceb5ad2553d authored about 2 years ago by jrfnl <[email protected]>
Readme/Changelog: update for release of v 1.2.1

Includes:
* Mention of all relevant changes.
* Adding a link for the version diff.
* Updating th...

github.com/PHPCSStandards/PHPCSDevTools - 750c8a99edc0ef7aa616a58cc64d5badad9c10cc authored about 2 years ago by jrfnl <[email protected]>
GH Actions/website deploy: minor tweaks

github.com/PHPCSStandards/PHPCSDevTools - 0a553803bb08063b18dc2fc589779bef69f0f0e4 authored about 2 years ago by jrfnl <[email protected]>
README: update tested-on badge

Since PR 117, builds against PHP 8.2 are no longer allowed to fail, so let this be known in the ...

github.com/PHPCSStandards/PHPCSDevTools - d91f20c07ef1b5d70e6c03eafc31b273945afe8b authored about 2 years ago by jrfnl <[email protected]>
Composer: allow for the 1.0.0 version of the Composer PHPCS plugin

The Composer PHPCS plugin has released its 1.0.0 version. :tada:

Important:
I've _widened_ the ...

github.com/PHPCSStandards/PHPCSDevTools - 0a79c539600ceeb29726e0e98d34a30bc94a0985 authored about 2 years ago by jrfnl <[email protected]>
GH Actions: update PHP versions in workflows

PHP 8.2 has been released today :tada: and the `setup-php` action has announced support for PHP ...

github.com/PHPCSStandards/PHPCSDevTools - 7ec55c546e976729827294d4ece088b8f56c7a6b authored about 2 years ago by jrfnl <[email protected]>
GH Actions: minor simplification

... of the bash `date` command in the earlier pulled cache busting.

github.com/PHPCSStandards/PHPCSDevTools - a8f409995a3698fa609cbba539f233e22a7a9865 authored about 2 years ago by jrfnl <[email protected]>
GH Actions: use PHP `latest`

... for those tasks where the PHP version isn't that relevant.

github.com/PHPCSStandards/PHPCSDevTools - a9afeb7295a0a6108c4c7c2b81b7240441f9073a authored about 2 years ago by jrfnl <[email protected]>
GH Actions: bust the cache semi-regularly

Caches used in GH Actions do not get updated, they can only be replaced by a different cache wit...

github.com/PHPCSStandards/PHPCSDevTools - d8a621c3e6e80eedfdf6cdf6f2a320456633f34f authored about 2 years ago by jrfnl <[email protected]>
GH Actions: harden the workflow against PHPCS ruleset errors

If there is a ruleset error, the `cs2pr` action doesn't receive an `xml` report and exits with a...

github.com/PHPCSStandards/PHPCSDevTools - cc09853f04e2a31ae50e6c63b95347c35ae1696b authored about 2 years ago by jrfnl <[email protected]>
GH Actions/basics: revert to xmllint-problem-matcher v1

As the `korelstar/xmllint-problem-matcher` repo now has a long-running `v1` branch, this update ...

github.com/PHPCSStandards/PHPCSDevTools - 640ffc1cb3ab16e5775d0bdfa09d392087a9e340 authored about 2 years ago by jrfnl <[email protected]>
GH Actions: update the xmllint-problem-matcher

The `xmllint-problem-matcher` action runner has released a new version which updates it to use n...

github.com/PHPCSStandards/PHPCSDevTools - 89e437b9377da1faf1f24c7d41e4ab14372004a7 authored about 2 years ago by jrfnl <[email protected]>
GH Actions: fix use of deprecated `set-output`

GitHub has deprecated the use of `set-output` (and `set-state`) in favour of new environment fil...

github.com/PHPCSStandards/PHPCSDevTools - e76fb838a5ccf9c6abc6f53fb3cb1896a7cce981 authored about 2 years ago by jrfnl <[email protected]>
Merge pull request #120 from PHPCSStandards/feature/ghactions-website-workflow-tweaks

GH Actions/website deploy: minor tweaks

github.com/PHPCSStandards/PHPCSDevTools - e1a3884342b4df002436701a6ab8287d16bb5dea authored about 2 years ago by Juliette <[email protected]>
Merge pull request #119 from PHPCSStandards/feature/readme-update-tested-on-badge

README: update tested-on badge

github.com/PHPCSStandards/PHPCSDevTools - e571b1565da995448935a125a9b7350546b9c054 authored about 2 years ago by Juliette <[email protected]>
GH Actions/website deploy: minor tweaks

github.com/PHPCSStandards/PHPCSDevTools - 94083d6a0c7629637d1684af658940993d4f7ae3 authored about 2 years ago by jrfnl <[email protected]>
README: update tested-on badge

Since PR 117, builds against PHP 8.2 are no longer allowed to fail, so let this be known in the ...

github.com/PHPCSStandards/PHPCSDevTools - 81ed3e01614e1728400d4a1bcfe2b92f0a298764 authored about 2 years ago by jrfnl <[email protected]>
Merge pull request #118 from PHPCSStandards/feature/update-for-1.0-release-of-composer-phpcs-plugin

Composer: allow for the 1.0.0 version of the Composer PHPCS plugin

github.com/PHPCSStandards/PHPCSDevTools - fff4d46930c111b56d24e1740231173d641610bc authored about 2 years ago by Juliette <[email protected]>
Merge pull request #205 from PHPCSStandards/develop

Release PHPCSExtra 1.0.1

github.com/PHPCSStandards/PHPCSExtra - 0f55c12dc6a81c7728794b01a4aea44f11c83991 authored about 2 years ago by Juliette <[email protected]>
Merge pull request #204 from PHPCSStandards/feature/changelog-1.0.1

Changelog for PHPCSExtra 1.0.1

github.com/PHPCSStandards/PHPCSExtra - a1ff522af1ce83e25844184ceb1a26d5b97bd2aa authored about 2 years ago by Juliette <[email protected]>
Merge pull request #430 from PHPCSStandards/develop

Release 1.0.1

github.com/PHPCSStandards/PHPCSUtils - 4fd2e30c7465112ca2e3646037bfb9e6f0f4d4f3 authored about 2 years ago by Juliette <[email protected]>
Merge pull request #429 from PHPCSStandards/feature/changelog-1.0.1

Changelog for PHPCSUtils 1.0.1

github.com/PHPCSStandards/PHPCSUtils - 71851b62a4e83fb2147acb378b3f073f41b5299b authored about 2 years ago by Juliette <[email protected]>
Changelog for PHPCSUtils 1.0.1

github.com/PHPCSStandards/PHPCSUtils - 2a1238bd759af0c21be962203786211c9fe04654 authored about 2 years ago by jrfnl <[email protected]>
Merge pull request #428 from PHPCSStandards/feature/update-for-1.0-release-of-composer-phpcs-plugin

Composer: allow for the 1.0.0 version of the Composer PHPCS plugin

github.com/PHPCSStandards/PHPCSUtils - 5db16efff95db7e2d6d1acea4e77bff105b7bcba authored about 2 years ago by Juliette <[email protected]>
Composer: allow for the 1.0.0 version of the Composer PHPCS plugin

The Composer PHPCS plugin has released its 1.0.0 version. :tada:

Important:
I've _widened_ the ...

github.com/PHPCSStandards/PHPCSUtils - b5b941a7537e5887222bef805db209a2c5d1b5b8 authored about 2 years ago by jrfnl <[email protected]>
Merge pull request #201 from PHPCSStandards/feature/160-update-references-to-default-branch

Rename references to `master` branch

github.com/PHPCSStandards/composer-installer - 4be43904336affa5c2f70744a348312336afd0da authored about 2 years ago by Ben Peachey <[email protected]>
Merge pull request #427 from PHPCSStandards/feature/composer-minor-autoloading-tweak

Composer: minor (dev) autoloading tweak

github.com/PHPCSStandards/PHPCSUtils - d40321c7d5fbfc9fc0e7d73fe1eb185e1a4675ac authored about 2 years ago by Juliette <[email protected]>
Composer: minor (dev) autoloading tweak

Based on 423, props szepeviktor.

github.com/PHPCSStandards/PHPCSUtils - 19543e1b5f32f4b75d48a46e3c5fe2b8d3a11372 authored about 2 years ago by jrfnl <[email protected]>
Merge pull request #198 from PHPCSStandards/feature/gitattributes-update

.gitattributes: sync with current repo state

github.com/PHPCSStandards/composer-installer - fcae46579e2f44e713f18d3643b0322387e2a3b2 authored about 2 years ago by Ben Peachey <[email protected]>
Changelog for PHPCSExtra 1.0.1

github.com/PHPCSStandards/PHPCSExtra - e1791d5f24a19ab68128b7bc10ac096558d74fa1 authored about 2 years ago by jrfnl <[email protected]>
Merge pull request #202 from PHPCSStandards/feature/201-constructordestructorreturn-bug-fix-nested-functions

Universal/ConstructorDestructorReturn: ignore nested functions/closures

github.com/PHPCSStandards/PHPCSExtra - 936d574e171e1547ea771c0bfcb58563b36e1c4d authored about 2 years ago by Juliette <[email protected]>
Merge pull request #203 from PHPCSStandards/feature/release-checklist-tweak

Release checklist: minor tweak

github.com/PHPCSStandards/PHPCSExtra - 0aea1bd38f7ea1ec12de5fe3143c4fdc646b537d authored about 2 years ago by Juliette <[email protected]>
Universal/ConstructorDestructorReturn: ignore nested functions/closures

Closures and named (global) functions can be declared _within_ a constructor/destructor method a...

github.com/PHPCSStandards/PHPCSExtra - a1628fc7dc124385bf500158909f3797df806b06 authored about 2 years ago by jrfnl <[email protected]>
Merge pull request #425 from PHPCSStandards/feature/doc-updates-after-1.0.0-release

Docs: QA on `@since` tags

github.com/PHPCSStandards/PHPCSUtils - 4062c44c5fb432191aa449534b59aea24541dd83 authored about 2 years ago by Juliette <[email protected]>
Docs: add missing `@since` tags

github.com/PHPCSStandards/PHPCSUtils - aac120e84c5c405a480e1e8719f6111a73948a33 authored about 2 years ago by jrfnl <[email protected]>
Docs; remove QA release references from `@since` tags

Now that the 1.0.0 version has been released, what changed in which alpha/beta/rc is no longer r...

github.com/PHPCSStandards/PHPCSUtils - 7008799f693bb68d82eaeec9192d6b07c088e519 authored about 2 years ago by jrfnl <[email protected]>
Merge pull request #422 from szepeviktor/patch-1

Fix namespace of IsPHPReservedVarNameTest

github.com/PHPCSStandards/PHPCSUtils - 4ed89bcce1b7c5effb551ed357de6e66a2ba816d authored about 2 years ago by Juliette <[email protected]>
Fix namespace of IsPHPReservedVarNameTest

github.com/PHPCSStandards/PHPCSUtils - 31f126be597423cd4faa5dc69f5908fd305d4dee authored about 2 years ago by Viktor Szépe <[email protected]>
Release checklist: minor tweak

github.com/PHPCSStandards/PHPCSExtra - e0034567ac320d6501bb9930dc570a45f5d41b1d authored about 2 years ago by jrfnl <[email protected]>
Merge pull request #200 from PHPCSStandards/develop

Release PHPCSExtra 1.0.0

github.com/PHPCSStandards/PHPCSExtra - 5ab4e9ea784af5690f55a9dbf546e4af0f20cf28 authored about 2 years ago by Juliette <[email protected]>
Merge pull request #197 from PHPCSStandards/feature/changelog-1.0.0

Changelog for PHPCSExtra 1.0.0

github.com/PHPCSStandards/PHPCSExtra - fcd8cb54d17219dd7dc5f5b6667292c26c307b91 authored about 2 years ago by Juliette <[email protected]>
Changelog for PHPCSExtra 1.0.0

github.com/PHPCSStandards/PHPCSExtra - c7c004b200a86578107619102c2d25a8904b932c authored about 2 years ago by jrfnl <[email protected]>
Merge pull request #199 from PHPCSStandards/feature/add-release-checklist

Add release checklist

github.com/PHPCSStandards/PHPCSExtra - ecb1700018e1891fdca00b3b22cf6005400e7ac9 authored about 2 years ago by Juliette <[email protected]>
Add release checklist

... for use in the release PRs to merge `develop` into `stable`.

github.com/PHPCSStandards/PHPCSExtra - edf9e072085c8e073d68006fcbca556f5a8eade9 authored about 2 years ago by jrfnl <[email protected]>
Merge pull request #198 from PHPCSStandards/feature/composer-remove-plugin

Composer: remove dependency on the Composer PHPCS plugin

github.com/PHPCSStandards/PHPCSExtra - fcff7af75e976f0590d94a216958da4a7a26621e authored about 2 years ago by Juliette <[email protected]>
Composer: remove dependency on the Composer PHPCS plugin

... in favour of inheriting the dependency from PHPCSUtils.

github.com/PHPCSStandards/PHPCSExtra - be5b97290dc57765aff0073125d976df5590d549 authored about 2 years ago by jrfnl <[email protected]>
Merge pull request #196 from PHPCSStandards/feature/update-for-1.0-release-phpcsutils

Composer: update for PHPCSUtils 1.0.0

github.com/PHPCSStandards/PHPCSExtra - 334e728fe12dc602374ccabe123dc21c9d3f9af3 authored about 2 years ago by Juliette <[email protected]>
Composer: update for PHPCSUtils 1.0.0

PHPCSUtils 1.0.0 has been tagged & released. :tada:

This means that the `dev-develop` branch sh...

github.com/PHPCSStandards/PHPCSExtra - 84e63ac53d8bf0158840a1083331e5168b641844 authored about 2 years ago by jrfnl <[email protected]>