Skip to content

Commit

Permalink
Added argument to phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
robincafolla committed Jun 5, 2015
1 parent e2225c7 commit 77e6205
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions converter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* Flaming Shame Raster to SVG converter
*
* @author Eric Meyers, Amelia Bellamy-Royds, Robin Cafolla
* @arg string url Takes a single string url or path to local image to
* convert from raster to SVG.
*/
if (count($argv) < 1) {
throw new \RuntimeException(
Expand Down

0 comments on commit 77e6205

Please sign in to comment.