@@ -74,7 +74,7 @@ |
||
| 74 | 74 | * Builds the ReflectionProperty from the provided parameters, |
| 75 | 75 | * linking to a parent ReflectionComposite |
| 76 | 76 | * |
| 77 | - * @param ReflectionCompostite $parent The reflector for the class |
|
| 77 | + * @param ReflectionComposite $parent The reflector for the class |
|
| 78 | 78 | * this property belongs to |
| 79 | 79 | * @param mixed $default This property's default value |
| 80 | 80 | * @return ReflectionProperty |
@@ -32,7 +32,7 @@ |
||
| 32 | 32 | /** |
| 33 | 33 | * Creates this ObjectType with the given classname |
| 34 | 34 | * |
| 35 | - * @param string $class The name of the class this must be an |
|
| 35 | + * @param string $classname The name of the class this must be an |
|
| 36 | 36 | * instance of |
| 37 | 37 | */ |
| 38 | 38 | public function __construct(string $classname) |
@@ -130,7 +130,7 @@ |
||
| 130 | 130 | * |
| 131 | 131 | * @param string $name |
| 132 | 132 | * @param bool $checkFile |
| 133 | - * @param string $singular |
|
| 133 | + * @param string $signular |
|
| 134 | 134 | */ |
| 135 | 135 | protected function addItems |
| 136 | 136 | ( |
@@ -47,6 +47,9 @@ discard block |
||
| 47 | 47 | return $this->innerParse($value); |
| 48 | 48 | } |
| 49 | 49 | |
| 50 | + /** |
|
| 51 | + * @param string $value |
|
| 52 | + */ |
|
| 50 | 53 | protected function innerParse($value) |
| 51 | 54 | { |
| 52 | 55 | $nullable = false; |
@@ -120,6 +123,9 @@ discard block |
||
| 120 | 123 | return $this->resolveName($current, $nullable, $collection); |
| 121 | 124 | } |
| 122 | 125 | |
| 126 | + /** |
|
| 127 | + * @param integer $i |
|
| 128 | + */ |
|
| 123 | 129 | protected function checkCollectionClose($value, $i) |
| 124 | 130 | { |
| 125 | 131 | if ($i + 1 === strlen($value)) |