@@ -43,7 +43,7 @@ |
||
43 | 43 | /** |
44 | 44 | * Creates this ObjectType with the given classname |
45 | 45 | * |
46 | - * @param mixed $class The name of the class this must be an |
|
46 | + * @param string $classname The name of the class this must be an |
|
47 | 47 | * instance of |
48 | 48 | */ |
49 | 49 | public function __construct($classname) |
@@ -99,7 +99,7 @@ |
||
99 | 99 | * Infers the serialized name of the given ObjectType |
100 | 100 | * |
101 | 101 | * @param ObjectType $reflect |
102 | - * @return string |
|
102 | + * @return ClassName |
|
103 | 103 | */ |
104 | 104 | protected function inferObjectName(ObjectType $reflect) |
105 | 105 | { |