update phpdoc #16
Annotations
10 errors
PossiblyUnusedMethod:
src/Uri.php#L78
src/Uri.php:78:21: PossiblyUnusedMethod: Cannot find any calls to method PSX\Uri\Uri::getUser (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
src/Uri.php#L83
src/Uri.php:83:21: PossiblyUnusedMethod: Cannot find any calls to method PSX\Uri\Uri::getPassword (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
src/Uri.php#L135
src/Uri.php:135:21: PossiblyUnusedMethod: Cannot find any calls to method PSX\Uri\Uri::withAuthority (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
src/Uri.php#L242
src/Uri.php:242:28: PossiblyUnusedMethod: Cannot find any calls to method PSX\Uri\Uri::parse (see https://psalm.dev/087)
|
PossiblyFalseArgument:
src/Uri.php#L271
src/Uri.php:271:63: PossiblyFalseArgument: Argument 1 of substr cannot be false, possibly string value expected (see https://psalm.dev/104)
|
PossiblyFalseArgument:
src/Uri.php#L290
src/Uri.php:290:44: PossiblyFalseArgument: Argument 1 of substr cannot be false, possibly string value expected (see https://psalm.dev/104)
|
PossiblyFalsePropertyAssignmentValue:
src/Uri.php#L296
src/Uri.php:296:35: PossiblyFalsePropertyAssignmentValue: $this->user with non-falsable declared type 'null|string' cannot be assigned possibly false type 'false|string' (see https://psalm.dev/146)
|
PossiblyFalseArgument:
src/Uri.php#L297
src/Uri.php:297:42: PossiblyFalseArgument: Argument 1 of substr cannot be false, possibly string value expected (see https://psalm.dev/104)
|
PossiblyUnusedMethod:
src/UriInterface.php#L49
src/UriInterface.php:49:21: PossiblyUnusedMethod: Cannot find any calls to method PSX\Uri\UriInterface::getParameters (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
src/UriInterface.php#L54
src/UriInterface.php:54:21: PossiblyUnusedMethod: Cannot find any calls to method PSX\Uri\UriInterface::getParameter (see https://psalm.dev/087)
|