Skip to content

Commit

Permalink
Change interface argument name to match the implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
mrblur committed Aug 20, 2021
1 parent 2aa2e00 commit 6bbeebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fuelioimporter/iconverter.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function getWarnings();
* Method that processes given file returning SplTempFileObject
* @return FuelioBackupBuilder
*/
public function processFile(SplFileObject $stream, $form_data);
public function processFile(SplFileObject $in, $form_data);

/**
* Method returns a CardInterface for visual representation
Expand Down

0 comments on commit 6bbeebc

Please sign in to comment.