Skip to content

Commit

Permalink
fix docbloc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexszeliga committed Feb 15, 2024
1 parent a09786c commit 4166802
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Exportable.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ abstract protected function setOptions(&$options);
/**
* @param string $path
* @param callable|null $callback
* @param string $ext
*
* @throws \OpenSpout\Common\Exception\InvalidArgumentException
* @throws \OpenSpout\Common\Exception\UnsupportedTypeException
Expand All @@ -54,6 +55,7 @@ public function export($path, callable $callback = null, $ext = null)
/**
* @param $path
* @param callable|null $callback
* @param string $ext
*
* @throws \OpenSpout\Common\Exception\InvalidArgumentException
* @throws \OpenSpout\Common\Exception\UnsupportedTypeException
Expand Down

0 comments on commit 4166802

Please sign in to comment.