• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

PHPCSStandards / PHPCSUtils / 164

Builds Branch Commit Type Ran Committer Via Coverage
164 feature/new-operators-class :sparkles: New Utils\Operators class New `PHPCSUtils\Utils\Operators` class which will initially hold an improved version of the `File::isReference()` method as well as, at a later stage, additional methods related to examining operator tokens. ... Pull #44 22 Jan 2020 09:41PM UTC web-flow travis-ci-com pending completion   set done
163 feature/new-namespaces-class PHPCS ruleset: add temporary exclusion for bug in PHPCS upstream Pull #43 22 Jan 2020 09:25PM UTC web-flow travis-ci-com pending completion   set done
162 feature/functiondeclarations-getparams-use-isclosureuse FunctionDeclarations::getParameters(): implement use of UseStatements::isClosureUse() ... and improve the exception message thrown when a non-closure `T_USE` token was passed. Pull #42 22 Jan 2020 09:10PM UTC web-flow travis-ci-com pending completion   set done
155 feature/new-usestatements-class UseStatements::splitImportUseStatement(): fix PHPCS cross-version compatibility For this class to be compatible with PHPCS 2.6.0 - `master`, two work-arounds need to be added: 1. Prior to PHPCS 3.4.1 `function`/`const` in `use function`/`use cons... Pull #41 22 Jan 2020 08:22PM UTC web-flow travis-ci-com pending completion   set done
151 feature/variables-add-new-reserved-name-utilities Utils\Variables: add new reserved name related utility methods Add a new property related to PHP reserved variables names: * `$phpReservedVars` Also adds three new utility methods using this property, for convenience: * `isPHPReservedVarName()` ... Pull #40 22 Jan 2020 07:44PM UTC web-flow travis-ci-com pending completion   set done
147 feature/variables-getmemberproperties-various-improvements Variables::getMemberProperties(): minor code reorganization * Move the modifier keywords token array to a class property in the `PHPCSUtils\Tokens\Collections` class. * Move the property type tokens array to a class property in the `PHPCSUtils\To... Pull #39 22 Jan 2020 07:18PM UTC web-flow travis-ci-com pending completion   set done
143 feature/new-variables-class :sparkles: New Utils\Variables class New `PHPCSUtils\Utils\Variables` class which will hold an improved version of the `File::getMemberProperties()` method as well as additional methods related to examining variable tokens. For the initial funct... Pull #38 22 Jan 2020 06:34PM UTC web-flow travis-ci-com pending completion   set done
139 feature/functiondeclarations-add-reserved-name-utilities Util\FunctionDeclarations: add new reserved name related utility methods Add three new properties related to PHP reserved function names: * `$magicFunctions` * `$magicMethods` * `$methodsDoubleUnderscore` Also adds eight new utility methods usin... Pull #37 22 Jan 2020 05:47PM UTC web-flow travis-ci-com pending completion   set done
135 feature/bcfile-getmethodparameters-test-minor-docs-fix BCFile:GetMethodParametersTest: minor documentation fix Pull #36 22 Jan 2020 05:27PM UTC web-flow travis-ci-com pending completion   set done
134 feature/token-collections-add-paramtypetokens Tokens\Collections: New `$parameterTypeTokens` token array Pull #35 22 Jan 2020 05:12PM UTC web-flow travis-ci-com pending completion   set done
133 feature/functiondeclarations-getparameters-various-improvements FunctionDeclarations::getParameters(): code simplification and efficiency fix Once the equal sign has been found, we know that everything else until the end of the parameter is part of the default value. So instead of looping through each token ... Pull #34 22 Jan 2020 04:57PM UTC web-flow travis-ci-com pending completion   set done
128 feature/functiondeclarations-getproperties-various-improvements FunctionDeclarations::getProperties(): add 'return_type_end_token' to the array The `getParameters()` method already returns stack pointers to both the "start" and "end" of a parameter type declaration. The `getProperties()` method only returned... Pull #33 22 Jan 2020 04:11PM UTC web-flow travis-ci-com pending completion   set done
124 feature/new-functiondeclarations-class :sparkles: New Utils\FunctionDeclarations class New `PHPCSUtils\Utils\FunctionDeclarations` class which will hold improved versions of the `File::getMethodProperties()` and the `File::getMethodParameters()` methods as well as additional methods r... Pull #32 22 Jan 2020 03:36PM UTC web-flow travis-ci-com pending completion   set done
122 develop Merge pull request #31 from PHPCSStandards/feature/new-objectdecl-findextendedinterfacenames-method Util\ObjectDeclarations: add findExtendedInterfaceNames() method push 22 Jan 2020 03:22PM UTC web-flow travis-ci-com pending completion   set done
121 feature/new-objectdecl-findextendedinterfacenames-method Util\ObjectDeclarations: add findExtendedInterfaceNames() method Interfaces can extend more than one interface (in contrast to classes) and both the PHPCS native, as well as the `Util\ObjectDeclarations` `findExtendedClassName()` method does not... Pull #31 22 Jan 2020 02:45PM UTC web-flow travis-ci-com pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc