Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/4421' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Getopt.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ public function setArguments($argv)
/**
* Define multiple configuration options from an associative array.
* These are not program options, but properties to configure
* the behavior of Zend_Console_Getopt.
* the behavior of Zend\Console\Getopt.
*
* @param array $getoptConfig
* @return \Zend\Console\Getopt Provides a fluent interface
Expand All @@ -359,7 +359,7 @@ public function setOptions($getoptConfig)
/**
* Define one configuration option as a key/value pair.
* These are not program options, but properties to configure
* the behavior of Zend_Console_Getopt.
* the behavior of Zend\Console\Getopt.
*
* @param string $configKey
* @param string $configValue
Expand Down

0 comments on commit 755e064

Please sign in to comment.