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

Commit

Permalink
Merge pull request zendframework/zendframework#2 from zendframework/m…
Browse files Browse the repository at this point in the history
…aster

Update
  • Loading branch information
Show file tree
Hide file tree
Showing 42 changed files with 0 additions and 42 deletions.
1 change: 0 additions & 1 deletion src/Cookies.php
Expand Up @@ -342,5 +342,4 @@ public function reset()
$this->cookies = $this->rawCookies = array();
return $this;
}

}
1 change: 0 additions & 1 deletion src/Header/AbstractAccept.php
Expand Up @@ -452,5 +452,4 @@ public function getPrioritized()

return $this->fieldValueParts;
}

}
Expand Up @@ -114,5 +114,4 @@ public function __get($key)
{
return $this->getInternalValues()->$key;
}

}
1 change: 0 additions & 1 deletion src/Header/Accept/FieldValuePart/AcceptFieldValuePart.php
Expand Up @@ -44,5 +44,4 @@ public function getFormat()
{
return $this->getInternalValues()->format;
}

}
1 change: 0 additions & 1 deletion src/Header/Accept/FieldValuePart/CharsetFieldValuePart.php
Expand Up @@ -29,5 +29,4 @@ public function getCharset()
{
return $this->getInternalValues()->type;
}

}
Expand Up @@ -29,5 +29,4 @@ public function getEncoding()
{
return $this->type;
}

}
Expand Up @@ -35,5 +35,4 @@ public function getSubTag()
{
return $this->getInternalValues()->subtype;
}

}
1 change: 0 additions & 1 deletion src/Header/AcceptLanguage.php
Expand Up @@ -110,5 +110,4 @@ protected function parseFieldValuePart($fieldValuePart)

return new FieldValuePart\LanguageFieldValuePart((object) $aggregated);
}

}
1 change: 0 additions & 1 deletion src/Header/AcceptRanges.php
Expand Up @@ -63,5 +63,4 @@ public function toString()
{
return 'Accept-Ranges: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/AuthenticationInfo.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Authentication-Info: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/Authorization.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Authorization: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/Connection.php
Expand Up @@ -121,5 +121,4 @@ public function toString()
{
return 'Connection: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/ContentDisposition.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Content-Disposition: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/ContentEncoding.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Content-Encoding: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/ContentLanguage.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Content-Language: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/ContentLength.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Content-Length: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/ContentMD5.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Content-MD5: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/ContentRange.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Content-Range: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/ContentType.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Content-Type: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/Etag.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Etag: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/Expect.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Expect: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/From.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'From: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/Host.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Host: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/IfMatch.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'If-Match: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/IfNoneMatch.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'If-None-Match: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/IfRange.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'If-Range: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/KeepAlive.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Keep-Alive: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/MaxForwards.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Max-Forwards: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/Pragma.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Pragma: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/ProxyAuthorization.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Proxy-Authorization: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/Range.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Range: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/Refresh.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Refresh: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/RetryAfter.php
Expand Up @@ -108,5 +108,4 @@ public function toString()
{
return 'Retry-After: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/Server.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Server: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/TE.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'TE: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/Trailer.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Trailer: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/TransferEncoding.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Transfer-Encoding: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/Upgrade.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Upgrade: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/UserAgent.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'User-Agent: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/Vary.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Vary: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/Via.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Via: ' . $this->getFieldValue();
}

}
1 change: 0 additions & 1 deletion src/Header/Warning.php
Expand Up @@ -48,5 +48,4 @@ public function toString()
{
return 'Warning: ' . $this->getFieldValue();
}

}

0 comments on commit 3472a3c

Please sign in to comment.