Skip to content

Commit

Permalink
style: re-order steps listed in lib.php
Browse files Browse the repository at this point in the history
  • Loading branch information
keevan committed Oct 4, 2023
1 parent 311b531 commit b64f6f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ function tool_dataflows_step_types() {
return [
new step\connector_abort,
new step\connector_append_file,
new step\connector_curl,
new step\connector_compression,
new step\connector_copy_file,
new step\connector_curl,
new step\connector_debug_file_display,
new step\connector_debugging,
new step\connector_directory_file_count,
Expand All @@ -62,6 +62,7 @@ function tool_dataflows_step_types() {
new step\connector_file_put_content,
new step\connector_gpg,
new step\connector_hash_file,
new step\connector_log,
new step\connector_noop,
new step\connector_remove_file,
new step\connector_s3,
Expand All @@ -70,7 +71,6 @@ function tool_dataflows_step_types() {
new step\connector_sftp_directory_file_list,
new step\connector_sns_notify,
new step\connector_wait,
new step\connector_log,
new step\flow_abort,
new step\flow_append_file,
new step\flow_compression,
Expand All @@ -80,12 +80,12 @@ function tool_dataflows_step_types() {
new step\flow_file_put_content,
new step\flow_gpg,
new step\flow_hash_file,
new step\flow_log,
new step\flow_logic_join,
new step\flow_logic_switch,
new step\flow_noop,
new step\flow_remove_file,
new step\flow_s3,
new step\flow_log,
new step\flow_set_variable,
new step\flow_sftp,
new step\flow_sql,
Expand All @@ -95,8 +95,8 @@ function tool_dataflows_step_types() {
new step\flow_web_service,
new step\reader_csv,
new step\reader_directory_file_list,
new step\reader_sftp_directory_file_list,
new step\reader_json,
new step\reader_sftp_directory_file_list,
new step\reader_sql,
new step\trigger_cron,
new step\trigger_event,
Expand Down

0 comments on commit b64f6f0

Please sign in to comment.