@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | * @param string $tokenInterface |
75 | 75 | * @param string $defaultTtl |
76 | 76 | * |
77 | - * @return Node |
|
77 | + * @return \Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition |
|
78 | 78 | */ |
79 | 79 | private function createTokenNode($tokenName, $defaultClass, $tokenInterface, $defaultTtl) |
80 | 80 | { |
@@ -111,6 +111,9 @@ discard block |
||
111 | 111 | return $node; |
112 | 112 | } |
113 | 113 | |
114 | + /** |
|
115 | + * @param string $strategyName |
|
116 | + */ |
|
114 | 117 | private function createDriverStrategyNode($strategyName) |
115 | 118 | { |
116 | 119 | $builder = new TreeBuilder(); |
@@ -39,7 +39,6 @@ discard block |
||
39 | 39 | /** |
40 | 40 | * Returns query value under given key if defined, null otherwise. |
41 | 41 | * |
42 | - * @param string $query |
|
43 | 42 | * |
44 | 43 | * @return mixed |
45 | 44 | */ |
@@ -54,8 +53,8 @@ discard block |
||
54 | 53 | /** |
55 | 54 | * Returns data value under given key if defined, null otherwise. |
56 | 55 | * |
57 | - * @param string $data |
|
58 | 56 | * |
57 | + * @param string $key |
|
59 | 58 | * @return mixed |
60 | 59 | */ |
61 | 60 | public function getData($key) |
@@ -69,7 +68,6 @@ discard block |
||
69 | 68 | /** |
70 | 69 | * Returns headers value under given key if defined, null otherwise. |
71 | 70 | * |
72 | - * @param string $headers |
|
73 | 71 | * |
74 | 72 | * @return mixed |
75 | 73 | */ |
@@ -39,6 +39,8 @@ |
||
39 | 39 | |
40 | 40 | /** |
41 | 41 | * @see TokenInterface::__construct() |
42 | + * @param integer $expireIn |
|
43 | + * @param string $hash |
|
42 | 44 | */ |
43 | 45 | public function __construct( |
44 | 46 | ApplicationInterface $application, |