Update dependency vimeo/psalm to v6 #468
continuous-integration.yml
on: push
ci
/
Generate job matrix
4s
Matrix: ci / QA Checks
Annotations
10 errors
PossiblyFalsePropertyAssignmentValue:
src/PhpSessionPersistence.php#L83
src/PhpSessionPersistence.php:83:31: PossiblyFalsePropertyAssignmentValue: $this->cacheLimiter with non-falsable declared type 'string' cannot be assigned possibly false type 'false|string' (see https://psalm.dev/146)
|
PossiblyFalsePropertyAssignmentValue:
src/PhpSessionPersistence.php#L87
src/PhpSessionPersistence.php:87:33: PossiblyFalsePropertyAssignmentValue: $this->cookieName with non-falsable declared type 'null|string' cannot be assigned possibly false type 'false|string' (see https://psalm.dev/146)
|
PossiblyFalsePropertyAssignmentValue:
src/PhpSessionPersistence.php#L89
src/PhpSessionPersistence.php:89:33: PossiblyFalsePropertyAssignmentValue: $this->cookiePath with non-falsable declared type 'string' cannot be assigned possibly false type 'false|string' (see https://psalm.dev/146)
|
PossiblyFalsePropertyAssignmentValue:
src/PhpSessionPersistence.php#L90
src/PhpSessionPersistence.php:90:33: PossiblyFalsePropertyAssignmentValue: $this->cookieDomain with non-falsable declared type 'null|string' cannot be assigned possibly false type 'false|string' (see https://psalm.dev/146)
|
PossiblyFalsePropertyAssignmentValue:
src/PhpSessionPersistence.php#L101
src/PhpSessionPersistence.php:101:33: PossiblyFalsePropertyAssignmentValue: $this->cookieSameSite with non-falsable declared type 'string' cannot be assigned possibly false type 'false|string' (see https://psalm.dev/146)
|
PossiblyFalsePropertyAssignmentValue:
src/PhpSessionPersistence.php#L119
src/PhpSessionPersistence.php:119:35: PossiblyFalsePropertyAssignmentValue: $instance->cacheLimiter with non-falsable declared type 'string' cannot be assigned possibly false type 'false|string' (see https://psalm.dev/146)
|
PossiblyFalsePropertyAssignmentValue:
src/PhpSessionPersistence.php#L123
src/PhpSessionPersistence.php:123:37: PossiblyFalsePropertyAssignmentValue: $instance->cookieName with non-falsable declared type 'null|string' cannot be assigned possibly false type 'false|string' (see https://psalm.dev/146)
|
PossiblyFalsePropertyAssignmentValue:
src/PhpSessionPersistence.php#L125
src/PhpSessionPersistence.php:125:37: PossiblyFalsePropertyAssignmentValue: $instance->cookiePath with non-falsable declared type 'string' cannot be assigned possibly false type 'false|string' (see https://psalm.dev/146)
|
PossiblyFalsePropertyAssignmentValue:
src/PhpSessionPersistence.php#L126
src/PhpSessionPersistence.php:126:37: PossiblyFalsePropertyAssignmentValue: $instance->cookieDomain with non-falsable declared type 'null|string' cannot be assigned possibly false type 'false|string' (see https://psalm.dev/146)
|
PossiblyFalsePropertyAssignmentValue:
src/PhpSessionPersistence.php#L131
src/PhpSessionPersistence.php:131:37: PossiblyFalsePropertyAssignmentValue: $instance->cookieSameSite with non-falsable declared type 'string' cannot be assigned possibly false type 'false|string' (see https://psalm.dev/146)
|