Skip to content

Commit

Permalink
update rector dependency and class reference
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Sep 29, 2020
1 parent 0b4e27f commit b594d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^8.5",
"predis/predis": "^1.1",
"rector/rector-prefixed": "^0.8.10",
"rector/rector-prefixed": "^0.8.12",
"squizlabs/php_codesniffer": "^3.3"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion utils/Rector/UnderscoreToCamelCaseVariableNameRector.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use Rector\NodeTypeResolver\Node\AttributeKey;

/**
* Adapted from https://github.com/rectorphp/rector/blob/master/rules/coding-style/src/Rector/Variable/UnderscoreToCamelCaseVariableNameRector.php
* Adapted from https://github.com/rectorphp/rector/blob/4578e6d8490c1acfbf59bb17c4537a672fa77193/rules/naming/src/Rector/Variable/UnderscoreToCamelCaseVariableNameRector.php
* with skip _ in first character\
*/
final class UnderscoreToCamelCaseVariableNameRector extends AbstractRector
Expand Down

0 comments on commit b594d98

Please sign in to comment.