@@ -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) |
@@ -56,7 +56,7 @@ |
||
| 56 | 56 | { |
| 57 | 57 | parent::__construct |
| 58 | 58 | ( |
| 59 | - 'Cannot ' . static::ACCESS_TYPE . ' property: ' |
|
| 59 | + 'Cannot ' . static::ACCESS_TYPE . ' property: ' |
|
| 60 | 60 | . $class . '::$' . $property . '. ' . static::ERROR_REASON, |
| 61 | 61 | 0, |
| 62 | 62 | $previous |
@@ -39,7 +39,7 @@ |
||
| 39 | 39 | { |
| 40 | 40 | parent::__construct |
| 41 | 41 | ( |
| 42 | - 'Missing required parameter in constructor. ' |
|
| 42 | + 'Missing required parameter in constructor. ' |
|
| 43 | 43 | . $class . ' requires a value for ' . $parameter, |
| 44 | 44 | 0, |
| 45 | 45 | $previous |