@@ -65,7 +65,6 @@ |
||
65 | 65 | * Create a writer given the PHPExcelObject and the type, |
66 | 66 | * the type could be one of PHPExcel_IOFactory::$_autoResolveClasses |
67 | 67 | * |
68 | - * @param Spreadsheet $phpExcelObject |
|
69 | 68 | * @param string $type |
70 | 69 | * |
71 | 70 | * |
@@ -77,7 +77,6 @@ |
||
77 | 77 | * Create a writer given the PHPExcelObject and the type, |
78 | 78 | * the type could be one of PHPExcel_IOFactory::$_autoResolveClasses |
79 | 79 | * |
80 | - * @param Spreadsheet $phpExcelObject |
|
81 | 80 | * @param string $type |
82 | 81 | * |
83 | 82 | * @return IWriter |