Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix rename action && allow to replace default settings #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

BadSantos
Copy link

Fix bug when rename node.
Add feature allowing to replace settings

@arogachev
Copy link
Owner

Thanks.

Please remove the comment above array_replace_recursive and cancel the modification of composer.json.

revert composer.json
@@ -16,6 +16,7 @@

class TreeController extends Controller
{

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this linebreak too.

@arogachev
Copy link
Owner

And linebreak after class definition.

@@ -197,4 +197,4 @@ protected function getModel($paramName = null, $createIfNotFound = false)

return $model;
}
}
}
Copy link
Owner

@arogachev arogachev Apr 27, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This style change is redundant too. I guess it's caused by IDE.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, IDE doing it. But what is wrong now? I don't see linebreak

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe extra spaces or you removed linebreak at the very end.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It wasn't included in your first commit. Revert this changes via history or restore file to original condition and apply your fixes again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants