@@ -22,9 +22,9 @@ |
||
| 22 | 22 | protected $format; |
| 23 | 23 | |
| 24 | 24 | /** |
| 25 | - * @param string $content |
|
| 26 | 25 | * @param string $mimeType |
| 27 | 26 | * @param string $format |
| 27 | + * @param string $path |
|
| 28 | 28 | */ |
| 29 | 29 | public function __construct($path, $mimeType, $format = null) |
| 30 | 30 | { |
@@ -71,6 +71,8 @@ |
||
| 71 | 71 | |
| 72 | 72 | /** |
| 73 | 73 | * {@inheritdoc} |
| 74 | + * @param string $path |
|
| 75 | + * @param string $filter |
|
| 74 | 76 | */ |
| 75 | 77 | protected function getFilePath($path, $filter) |
| 76 | 78 | { |
@@ -17,6 +17,7 @@ |
||
| 17 | 17 | trait ChildDefinitionTrait |
| 18 | 18 | { |
| 19 | 19 | /** |
| 20 | + * @param string $parent |
|
| 20 | 21 | * @return ChildDefinition|DefinitionDecorator |
| 21 | 22 | */ |
| 22 | 23 | private function getChildDefinition($parent) |
@@ -15,6 +15,7 @@ |
||
| 15 | 15 | { |
| 16 | 16 | /** |
| 17 | 17 | * @param array $options[] |
| 18 | + * @return void |
|
| 18 | 19 | */ |
| 19 | 20 | public function setOptions(array $options = []); |
| 20 | 21 | |
@@ -182,7 +182,7 @@ discard block |
||
| 182 | 182 | * |
| 183 | 183 | * @param string $path |
| 184 | 184 | * |
| 185 | - * @return string |
|
| 185 | + * @return \CFResponse |
|
| 186 | 186 | */ |
| 187 | 187 | protected function getObjectUrl($path) |
| 188 | 188 | { |
@@ -194,7 +194,7 @@ discard block |
||
| 194 | 194 | * |
| 195 | 195 | * @param string $objectPath |
| 196 | 196 | * |
| 197 | - * @return bool |
|
| 197 | + * @return boolean|null |
|
| 198 | 198 | */ |
| 199 | 199 | protected function objectExists($objectPath) |
| 200 | 200 | { |
@@ -202,7 +202,7 @@ discard block |
||
| 202 | 202 | } |
| 203 | 203 | |
| 204 | 204 | /** |
| 205 | - * @param mixed $message |
|
| 205 | + * @param string $message |
|
| 206 | 206 | * @param array $context |
| 207 | 207 | */ |
| 208 | 208 | protected function logError($message, array $context = []) |
@@ -46,7 +46,7 @@ discard block |
||
| 46 | 46 | |
| 47 | 47 | /** |
| 48 | 48 | * @param string $option |
| 49 | - * @param mixed $value |
|
| 49 | + * @param string $value |
|
| 50 | 50 | */ |
| 51 | 51 | public function setDefault($option, $value) |
| 52 | 52 | { |
@@ -63,7 +63,7 @@ discard block |
||
| 63 | 63 | |
| 64 | 64 | /** |
| 65 | 65 | * @param string $option |
| 66 | - * @param mixed[] $values |
|
| 66 | + * @param string[] $values |
|
| 67 | 67 | * |
| 68 | 68 | * @return $this |
| 69 | 69 | */ |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | |
| 18 | 18 | /** |
| 19 | 19 | * @param string $path |
| 20 | - * @param string[]|null $uris |
|
| 20 | + * @param string[] $uris |
|
| 21 | 21 | */ |
| 22 | 22 | public function __construct($path, array $uris) |
| 23 | 23 | { |