Skip to content

Backport fixes #1

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

Closed
wants to merge 1 commit into from
Closed

Conversation

Maks3w
Copy link

@Maks3w Maks3w commented Sep 9, 2015

Avoid use NAMESPACE. For future automatizations will be more easy replace the whole FQCN than guess the result of concat

https://travis-ci.org/Maks3w/zend-inputfilter/builds/79452868

@@ -223,7 +223,7 @@ public function createInput($inputSpecification)
throw new Exception\RuntimeException(sprintf(
'%s "continue_if_empty" can only set to inputs of type "%s"',
__METHOD__,
__NAMESPACE__ . '\Input'
'Zend\InputFilter\Input'
Copy link
Owner

Choose a reason for hiding this comment

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

This change is unnecessary.

Copy link
Author

Choose a reason for hiding this comment

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

See my reasons on the PR description.

Also match the original value (after squash less changes in the diff)

@Maks3w
Copy link
Author

Maks3w commented Sep 9, 2015

Almost all imports added are used for typehint comments /* @var <typehint> $foo */. On master they was used with ::class.

Maintain them make the code more close to master and less conflicts in future backports.

@weierophinney
Copy link
Owner

squashed with other backported changes on my local copy; will push shortly, after fixing the changelog.

@Maks3w
Copy link
Author

Maks3w commented Sep 9, 2015

👏 👏

@weierophinney
Copy link
Owner

Changes are pushed; please verify!

@Maks3w
Copy link
Author

Maks3w commented Sep 9, 2015

RC1: a9daa50
RC2: 26d3e5e (Pending of remove mention to zendframework#32)

@Maks3w Maks3w deleted the release-2.4 branch September 10, 2015 07:39
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.

2 participants