Skip to content

Commit b58afac

Browse files
committed
Fix comment indentation
1 parent ca2f090 commit b58afac

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Import.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ public function parse_statements( $sql_file_path ) {
139139
}
140140

141141
/**
142-
* Execute SQL statements from an SQL dump file using the AST parser.
143-
*
144-
* @param $import_file
145-
*
146-
* @return void
147-
* @throws Exception
148-
*/
142+
* Execute SQL statements from an SQL dump file using the AST parser.
143+
*
144+
* @param $import_file
145+
*
146+
* @return void
147+
* @throws Exception
148+
*/
149149
protected function execute_statements_with_ast_parser( $import_file ) {
150150
$raw_queries = file_get_contents( $import_file );
151151
$parser = $this->driver->create_parser( $raw_queries );

0 commit comments

Comments
 (0)