Activity
Update dependency nette/neon to v3.4.4
Update dependency nette/neon to v3.4.4
Update dependency composer/ca-bundle to v1.5.7
Update dependency composer/ca-bundle to v1.5.7
Fixed false-positive with by-ref parameters and array-modifying funct…
Fixed false-positive with by-ref parameters and array-modifying funct…
Pull request merge
Revert "use one instead of two spaces"
Revert "use one instead of two spaces"
Pull request merge
Fix too greedy removal of named arguments
Fix too greedy removal of named arguments
NamedArgumentsRule - do not touch by-ref arguments
NamedArgumentsRule - do not touch by-ref arguments
Normalize arguments before calling into TypeSpecifyingExtensions
Normalize arguments before calling into TypeSpecifyingExtensions
Pull request merge
Unwrap virtual nodes in AST when fixing code
Unwrap virtual nodes in AST when fixing code
Do not attempt to pretty-print new code if node was not found
Do not attempt to pretty-print new code if node was not found
Fix - cannot downgrade named arguments in MethodCall
Fix - cannot downgrade named arguments in MethodCall
AttributeNamedArgumentsRule made fixable
AttributeNamedArgumentsRule made fixable
Update issue-bot
Update issue-bot
Force push
Update issue-bot
Update issue-bot
Force push
NamedArgumentsRule - report only on PHP 8.0+
NamedArgumentsRule - report only on PHP 8.0+
AutowiredService - support named services
AutowiredService - support named services
Update issue-bot
Update issue-bot
Force push
Differ cannot be a service after all
Differ cannot be a service after all
Smaller diff representation in result cache
Smaller diff representation in result cache
RuleTestCase - do not assert diffs, but whole files
RuleTestCase - do not assert diffs, but whole files
Improved fix "Named arguments are supported only on PHP 8.0 and later…
Improved fix "Named arguments are supported only on PHP 8.0 and later…
Pull request merge