-
Notifications
You must be signed in to change notification settings - Fork 10
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
base: master
Are you sure you want to change the base?
Conversation
allow to replace default settings
Thanks. Please remove the comment above |
revert composer.json
@@ -16,6 +16,7 @@ | |||
|
|||
class TreeController extends Controller | |||
{ | |||
|
There was a problem hiding this comment.
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.
And linebreak after class definition. |
@@ -197,4 +197,4 @@ protected function getModel($paramName = null, $createIfNotFound = false) | |||
|
|||
return $model; | |||
} | |||
} | |||
} |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
Fix bug when rename node.
Add feature allowing to replace settings