@@ -159,6 +159,9 @@ |
||
| 159 | 159 | $parentConstant); //parent::class |
| 160 | 160 | } |
| 161 | 161 | |
| 162 | + /** |
|
| 163 | + * @param string|null $type |
|
| 164 | + */ |
|
| 162 | 165 | protected function fullyQualify($type) |
| 163 | 166 | { |
| 164 | 167 | return $type && $type[0] !== '\\' ? '\\' . $type : $type; |