@@ -160,6 +160,7 @@ |
||
160 | 160 | |
161 | 161 | /** |
162 | 162 | * @inheritDoc |
163 | + * @return string |
|
163 | 164 | */ |
164 | 165 | public function getName() |
165 | 166 | { |
@@ -29,7 +29,7 @@ |
||
29 | 29 | * @param string|array $somePath Path without normalization or array of paths |
30 | 30 | * @param bool $shouldCheckExistence Flag for checking existence of resolved filename |
31 | 31 | * |
32 | - * @return array|bool|string |
|
32 | + * @return string |
|
33 | 33 | */ |
34 | 34 | public static function realpath($somePath, $shouldCheckExistence = false) |
35 | 35 | { |
@@ -41,6 +41,8 @@ discard block |
||
41 | 41 | |
42 | 42 | /** |
43 | 43 | * Initializes reflection data |
44 | + * @param null|boolean $allowsNull |
|
45 | + * @param boolean $isBuiltin |
|
44 | 46 | */ |
45 | 47 | public function __construct($type, $allowsNull, $isBuiltin) |
46 | 48 | { |
@@ -78,7 +80,7 @@ discard block |
||
78 | 80 | * |
79 | 81 | * @see https://3v4l.org/nZFiT |
80 | 82 | * |
81 | - * @param BaseReflectionType $type Type to display |
|
83 | + * @param ReflectionType $type Type to display |
|
82 | 84 | * |
83 | 85 | * @return string |
84 | 86 | */ |