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

Fixed clone method in dirset. Related to #649 #673

Closed
wants to merge 1 commit into from

Conversation

siad007
Copy link
Member

@siad007 siad007 commented Feb 25, 2017

Related to #649 :
Removed the return statements inside the __clone method.

} else {
return new DirSet($this);
new DirSet($this);
Copy link
Member

Choose a reason for hiding this comment

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

Hm does this actually do anything? I'm not sure we even need to keep the __clone methods to be honest, what do you think?

@mrook
Copy link
Member

mrook commented Apr 6, 2017

Closing as the __clone methods were removed in 3a6ccf4.

@mrook mrook closed this Apr 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants