Completed
Push — master ( c607ee...214549 )
by Michał
02:06
created
Descriptor.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
      * specific formats and therefore should not be kept within the Command class.
118 118
      *
119 119
      * @param   Command     $command    The Command to provide the synopsis for.
120
-     * @return  mixed
120
+     * @return  string
121 121
      */
122 122
     public function getCommandSynopsis(Command $command, array $options = null)
123 123
     {
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
      *
142 142
      * @param   definitions\Options     $definitions    The Input Option Definitions to provide a synopsis for.
143 143
      * @param   array                   $options        Additional options to be considered by the Descriptor.
144
-     * @return  mixed
144
+     * @return  string
145 145
      */
146 146
     public function getInputOptionsSynopsis(definitions\Options $definitions, array $options = null)
147 147
     {
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
      *
170 170
      * @param   input\Option    $definition     The Input Option to provide a synopsis for.
171 171
      * @param   array           $options        Additional options to be considered by the Descriptor.
172
-     * @return  mixed
172
+     * @return  string
173 173
      */
174 174
     public function getInputOptionSynopsis(input\Option $definition, array $options = null)
175 175
     {
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
      *
190 190
      * @param   definitions\Arguments   $definitions    The Input Argument Definitions to provide a synopsis for.
191 191
      * @param   array                   $options        Additional options to be considered by the Descriptor.
192
-     * @return  mixed
192
+     * @return  string
193 193
      */
194 194
     public function getInputArgumentsSynopsis(definitions\Arguments $definitions, array $options = null)
195 195
     {
@@ -212,7 +212,7 @@  discard block
 block discarded – undo
212 212
      *
213 213
      * @param   input\Argument  $definition     The Input Argument to provide a synopsis for.
214 214
      * @param   array           $options        Additional options to be considered by the Descriptor.
215
-     * @return  mixed
215
+     * @return  string
216 216
      */
217 217
     public function getInputArgumentSynopsis(input\Argument $definition, array $options = null)
218 218
     {
Please login to merge, or discard this patch.