| @@ -22,9 +22,9 @@ | ||
| 22 | 22 | * @param array $data Array of data to output. |
| 23 | 23 | * @param array $columns Column names included in data set. |
| 24 | 24 | * @return void |
| 25 | 25 | */ |
| 26 | - public abstract function output_file( $data, $columns ); | |
| 26 | + abstract public function output_file( $data, $columns ); | |
| 27 | 27 | |
| 28 | 28 | /** |
| 29 | 29 | * Allow connectors to determine if their dependencies is satisfied or not |
| 30 | 30 | * |