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#2153 from PHPGangsta/f…
Browse files Browse the repository at this point in the history
…ixes/phpdocClassesAndNamespaces

added @return where missing
  • Loading branch information
Maks3w committed Aug 11, 2012
2 parents 4050dca + 36d51ad commit a1bfde3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Header/AbstractAccept.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ protected function parseFieldValuePart($fieldValuePart)
/**
* Parse the keys contained in the header line
*
* @param string mediaType
* @param string $fieldValuePart
* @return array
*/
protected function getParametersFromFieldValuePart($fieldValuePart)
{
Expand Down
1 change: 1 addition & 0 deletions src/Header/CacheControl.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ protected static function parseValue($value)
* @param array $tokens
* @param string $string
* @param string $lastMatch
* @return int
*/
protected static function match($tokens, &$string, &$lastMatch)
{
Expand Down

0 comments on commit a1bfde3

Please sign in to comment.