@@ -21,6 +21,7 @@ |
||
21 | 21 | /** |
22 | 22 | * Return the value at index |
23 | 23 | * |
24 | + * @param string $index |
|
24 | 25 | * @return string $index The offset |
25 | 26 | */ |
26 | 27 | public function offsetGet($index) { |
@@ -35,7 +35,7 @@ |
||
35 | 35 | * |
36 | 36 | * @param string $data Serialized data |
37 | 37 | * |
38 | - * @return Routes $this |
|
38 | + * @return boolean $this |
|
39 | 39 | */ |
40 | 40 | public function unserialize($data) { |
41 | 41 |
@@ -72,7 +72,6 @@ |
||
72 | 72 | /** |
73 | 73 | * Generate an uid (128 bit / 32 char random) |
74 | 74 | * |
75 | - * @param int $length |
|
76 | 75 | * @return string |
77 | 76 | */ |
78 | 77 | protected static function getUid() { |
@@ -69,7 +69,6 @@ discard block |
||
69 | 69 | * Create a version identifier class |
70 | 70 | * |
71 | 71 | * @param Configuration|null $configuration |
72 | - * @param string $prefix |
|
73 | 72 | */ |
74 | 73 | public function __construct(Configuration $configuration = null) { |
75 | 74 | |
@@ -145,6 +144,9 @@ discard block |
||
145 | 144 | |
146 | 145 | } |
147 | 146 | |
147 | + /** |
|
148 | + * @param string $item |
|
149 | + */ |
|
148 | 150 | private function getConfigurationOverride($item) { |
149 | 151 | |
150 | 152 | return $this->configuration !== null ? |