Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Conversation

@jwage
Copy link
Member

@jwage jwage commented Jun 13, 2018

No description provided.

@jwage jwage added this to the 1.0.0 milestone Jun 13, 2018
@jwage jwage self-assigned this Jun 13, 2018
$class = substr($class, 1);
}

$lastNsPos = strrpos($class, '\\');
Copy link
Member Author

Choose a reason for hiding this comment

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

Found this bug when I was writing a test for the if condition above. Since we modify the $class variable with substr, the strrpos value is wrong. It isn't anything we use or rely on but figured I would fix it.

@jwage jwage merged commit b7229ef into master Jun 13, 2018
@jwage jwage deleted the test-coverage branch June 13, 2018 23:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants