iliaal / php_excel

PHP Extension interface to the Excel writing/reading library
http://ilia.ws
534 stars 131 forks source link

Wrong phpdoc for Sheet->setNamedRange #203

Closed doppiogancio closed 3 years ago

doppiogancio commented 7 years ago

Inverted position for 'col' and 'to_row'

-/* {{{ proto bool ExcelSheet::setNamedRange(string name, int row, int col, int to_row, int to_col [, int scope_id])
+/* {{{ proto bool ExcelSheet::setNamedRange(string name, int row, int to_row, int col, int to_col [, int scope_id])