Coveralls logob
Coveralls logo
  • Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

PHPCSStandards / PHPCSUtils / 143

Builds Branch Commit Type Ran Committer Via Coverage
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 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow travis-ci-com
96.77
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 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow travis-ci-com
96.57
135 feature/bcfile-getmethodparameters-test-minor-docs-fix BCFile:GetMethodParametersTest: minor documentation fix Pull #36 22 Jan 2020 05:27PM UTC 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow travis-ci-com
96.45
134 feature/token-collections-add-paramtypetokens Tokens\Collections: New `$parameterTypeTokens` token array Pull #35 22 Jan 2020 05:12PM UTC 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow travis-ci-com
96.62
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 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow travis-ci-com
96.55
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 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow travis-ci-com
96.53
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 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow travis-ci-com
96.55
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 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow travis-ci-com
95.77
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 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow travis-ci-com
95.77
118 develop Merge pull request #29 from PHPCSStandards/feature/objectdeclarations-improve-getclassproperties ObjectDeclarations::getClassProperties(): various improvements push 22 Jan 2020 02:20PM UTC 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow travis-ci-com
95.81
117 feature/objectdeclarations-improve-findextends-implements ObjectDeclarations::findNames(): return cleaned up names Previously, the method would use the `GetTokensAsString::normal()` method to retrieve the name of extended/implemented classes/interfaces. Other than to just check that a class/interface _... Pull #30 22 Jan 2020 02:05PM UTC 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow travis-ci-com
95.75
115 feature/objectdeclarations-improve-getclassproperties ObjectDeclarations::getClassProperties(): minor code reorganization * Move the class modifier keywords array to a class property in the `PHPCSUtils\Tokens\Collections` class. * Declare the `$properties` results array before looping through the to... Pull #29 22 Jan 2020 01:50PM UTC 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow travis-ci-com
95.81
111 feature/objectdeclarations-improve-getname ObjectDeclarations::getName(): improved handling of parse errors While certain names may be invalid, such as construct names starting with a number, for the purpose of alerting users to these invalid names, the `getName()` method should be able t... Pull #28 22 Jan 2020 05:18AM UTC 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow travis-ci-com
95.82
109 develop Merge pull request #27 from PHPCSStandards/feature/new-objectdeclarations-class New Utils\ObjectDeclarations class push 22 Jan 2020 05:01AM UTC 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow travis-ci-com
95.6
108 feature/new-objectdeclarations-class :sparkles: New Utils\ObjectDeclarations class New `PHPCSUtils\Utils\ObjectDeclarations` class which will hold improved versions of the `File::getDeclarationName()`, `File::getClassProperties()`, `File::findExtendedClassName()` and the `File::find... Pull #27 22 Jan 2020 04:43AM UTC 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow travis-ci-com
95.77
  • ← Previous
  • 1
  • 2
  • …
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • Next →
  • Back to Repo
Troubleshooting · Open an Issue · Sales · Support · ENTERPRISE · CAREERS · STATUS
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2023 Coveralls, Inc