@@ -130,8 +130,8 @@ discard block |
||
130 | 130 | return array_key_exists($key, $this->objects) ? $this->objects[$key] : null; |
131 | 131 | } |
132 | 132 | /** |
133 | - * @param $object |
|
134 | - * @param $type |
|
133 | + * @param Model $object |
|
134 | + * @param string $type |
|
135 | 135 | * @return string |
136 | 136 | */ |
137 | 137 | public function getObjectKeyWithType($object, $type) |
@@ -139,7 +139,7 @@ discard block |
||
139 | 139 | return $this->getTypeKey($this->getObjectKey($object), $type); |
140 | 140 | } |
141 | 141 | /** |
142 | - * @param $object |
|
142 | + * @param Model $object |
|
143 | 143 | * @param $type |
144 | 144 | * @return string |
145 | 145 | */ |
@@ -66,8 +66,6 @@ discard block |
||
66 | 66 | } |
67 | 67 | } |
68 | 68 | /** |
69 | - * @param Tag $parent |
|
70 | - * @param AbstractModel $struct |
|
71 | 69 | * @param Restriction $restriction |
72 | 70 | * @return TagRestriction |
73 | 71 | */ |
@@ -83,8 +81,6 @@ discard block |
||
83 | 81 | return $this; |
84 | 82 | } |
85 | 83 | /** |
86 | - * @param Tag $parent |
|
87 | - * @param AbstractModel $struct |
|
88 | 84 | * @param Restriction $restriction |
89 | 85 | * @return TagRestriction |
90 | 86 | */ |
@@ -52,7 +52,7 @@ |
||
52 | 52 | } |
53 | 53 | } |
54 | 54 | /** |
55 | - * @param array $values |
|
55 | + * @param string[] $values |
|
56 | 56 | * @return string |
57 | 57 | */ |
58 | 58 | protected function findSuitableInheritance(array $values) |