@@ -199,7 +199,7 @@ |
||
| 199 | 199 | @ftp_chmod($this->_conn, $mode, $subFile); |
| 200 | 200 | } |
| 201 | 201 | } |
| 202 | - return (bool) @ftp_chmod($this->_conn, $mode, $file); |
|
| 202 | + return (bool)@ftp_chmod($this->_conn, $mode, $file); |
|
| 203 | 203 | } |
| 204 | 204 | |
| 205 | 205 | /** |
@@ -202,7 +202,7 @@ |
||
| 202 | 202 | $table->addRow(); |
| 203 | 203 | $i = 0; |
| 204 | 204 | if (empty($cindexs)) { |
| 205 | - $cindexs = array_map(function ($cs) { |
|
| 205 | + $cindexs = array_map(function($cs) { |
|
| 206 | 206 | return Coordinate::columnIndexFromString($cs); |
| 207 | 207 | }, array_keys($row)); |
| 208 | 208 | } |