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

Commit a1bfde3

Browse files
committed
Merge pull request zendframework/zendframework#2153 from PHPGangsta/fixes/phpdocClassesAndNamespaces
added @return where missing
2 parents 4050dca + 36d51ad commit a1bfde3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Header/AbstractAccept.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ protected function parseFieldValuePart($fieldValuePart)
151151
/**
152152
* Parse the keys contained in the header line
153153
*
154-
* @param string mediaType
154+
* @param string $fieldValuePart
155+
* @return array
155156
*/
156157
protected function getParametersFromFieldValuePart($fieldValuePart)
157158
{

src/Header/CacheControl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ protected static function parseValue($value)
223223
* @param array $tokens
224224
* @param string $string
225225
* @param string $lastMatch
226+
* @return int
226227
*/
227228
protected static function match($tokens, &$string, &$lastMatch)
228229
{

0 commit comments

Comments
 (0)