diff options
Diffstat (limited to 'vendor/symfony/console/Helper/HelperInterface.php')
-rw-r--r-- | vendor/symfony/console/Helper/HelperInterface.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vendor/symfony/console/Helper/HelperInterface.php b/vendor/symfony/console/Helper/HelperInterface.php index 5a923e0a..1ce82358 100644 --- a/vendor/symfony/console/Helper/HelperInterface.php +++ b/vendor/symfony/console/Helper/HelperInterface.php @@ -20,8 +20,6 @@ interface HelperInterface { /** * Sets the helper set associated with this helper. - * - * @param HelperSet $helperSet A HelperSet instance */ public function setHelperSet(HelperSet $helperSet = null); |