Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

fix #6480 #6484

Closed
wants to merge 4 commits into from
Closed

fix #6480 #6484

wants to merge 4 commits into from

Conversation

mattmakins
Copy link

This is my first contribution so I hope I have followed the guidelines correctly.

@Ocramius
Copy link
Member

Ocramius commented Aug 4, 2014

Hi @mattmakins, can you also provide a test case that shows what is being fixed here and prevents regressions?

Also linking #6480

@@ -35,10 +37,15 @@ public static function fromString($headerLine)
}

// @todo implementation details
$header->value = $value;
$header = new static($value);
Copy link
Member

Choose a reason for hiding this comment

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

return directly instead of assigning to $header

update OriginTest to test getFieldValue fix
@@ -9,3 +9,5 @@ build/
composer.lock
nbproject
tmp/

composer.phar
Copy link
Contributor

Choose a reason for hiding this comment

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

revert this, no relation change should on separate PR

@ezimuel ezimuel added this to the 2.3.2 milestone Aug 6, 2014
Ocramius added a commit that referenced this pull request Aug 6, 2014
Ocramius added a commit that referenced this pull request Aug 6, 2014
Ocramius added a commit that referenced this pull request Aug 6, 2014
Ocramius added a commit that referenced this pull request Aug 6, 2014
@Ocramius Ocramius closed this in b3aa161 Aug 6, 2014
Ocramius added a commit that referenced this pull request Aug 6, 2014
@Ocramius
Copy link
Member

Ocramius commented Aug 6, 2014

@mattmakins I cleaned up somethings, rebased and merged. Thank you! Keep going :-)

@Ocramius Ocramius self-assigned this Aug 6, 2014
gianarb pushed a commit to zendframework/zend-http that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-http that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-http that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-http that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-http that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-http that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-http that referenced this pull request May 15, 2015
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.

4 participants