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

PHPCSStandards / PHPCSUtils / 155

Builds Branch Commit Type Ran Committer Via Coverage
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 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow travis-ci-com
96.95
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 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow travis-ci-com
96.76
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 9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow travis-ci-com
96.69
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
  • ← Previous
  • 1
  • 2
  • …
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 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