Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Sep 1, 2023
1 parent afb4a1a commit 8c0918b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Exportable.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function export($path, callable $callback = null)
}

/**
* @param $path
* @param $path
* @param callable|null $callback
*
* @throws \OpenSpout\Common\Exception\InvalidArgumentException
Expand All @@ -75,7 +75,7 @@ public function download($path, callable $callback = null)
}

/**
* @param $path
* @param $path
* @param string $function
* @param callable|null $callback
*
Expand Down

0 comments on commit 8c0918b

Please sign in to comment.