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

Commit

Permalink
Fix doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
neeckeloo committed Jan 8, 2013
1 parent f79e69b commit 757abfe
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions library/Zend/Code/Generator/ParameterGenerator.php
Expand Up @@ -80,15 +80,14 @@ public static function fromReflection(ParameterReflection $reflectionParameter)
/**
* Generate from array
*
* @configkey name string [required] Class Name
* @configkey docblock string The docblock information
* @configkey flags int Flags, one of MethodGenerator::FLAG_ABSTRACT MethodGenerator::FLAG_FINAL
* @configkey parameters string Class which this class is extending
* @configkey body string
* @configkey abstract bool
* @configkey final bool
* @configkey static bool
* @configkey visibility string
* @configkey name string [required] Class Name
* @configkey type string
* @configkey defaultvalue null|bool|string|int|float|array|ValueGenerator
* @configkey passedbyreference bool
* @configkey position int
* @configkey sourcedirty bool
* @configkey indentation string
* @configkey sourcecontent string
*
* @throws Exception\InvalidArgumentException
* @param array $array
Expand Down

0 comments on commit 757abfe

Please sign in to comment.