1
0
Fork 0

fix(completion): Return type hint

pull/602/head
Declspeck 2018-02-15 23:13:04 +02:00
parent d1933b8332
commit 0bc5b81561
No known key found for this signature in database
GPG Key ID: F0417663122A2189
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ function getFqnsFromType($type): array
*
* @return string
*/
function nameGetParent(string $name): ?string
function nameGetParent(string $name): string
{
if ($name === '') { // Special-case handling for the root namespace.
return '';