Skip to content

Commit

Permalink
Update getArguments() docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Nov 14, 2014
1 parent f726a0c commit 93ffb32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BryanCrowe/Growl/Growl.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ public function buildCommand($message, $options = [], $args = [])
/**
* Returns an array of arguments to be used in building the growl or
* notification command, determined by which OS is running and whether or
* not "growlnotify" is available.
* not growlnotify, terminal-notifier, or notify-send is available.
*
* @return array The array of arguments.
* @throws RuntimeException If a growl/notify-send package can't be found.
* @throws RuntimeException If a notification package can't be found.
*/
protected function getArguments()
{
Expand Down

0 comments on commit 93ffb32

Please sign in to comment.