@@ -15,7 +15,7 @@ |
||
15 | 15 | * @param string $unit Unit measure |
16 | 16 | * @param string $paperSize Paper size |
17 | 17 | * |
18 | - * @return TCPDF implementation |
|
18 | + * @return resource implementation |
|
19 | 19 | */ |
20 | 20 | protected function createExternalWriterInstance($orientation, $unit, $paperSize) |
21 | 21 | { |
@@ -948,7 +948,7 @@ |
||
948 | 948 | * |
949 | 949 | * [ 'A1:A3' => 'x', 'A4' => 'y' ] |
950 | 950 | * |
951 | - * @param array $pCoordCollection associative array mapping coordinates to values |
|
951 | + * @param DataValidation[] $pCoordCollection associative array mapping coordinates to values |
|
952 | 952 | * |
953 | 953 | * @return array associative array mapping coordinate ranges to valuea |
954 | 954 | */ |