mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
bdc9170edc
* Run Psalm on src as well as Static Analysis Fixture Psalm baselining feature is used to prevent immediate build failures - psalm will just cause failures for errors caused by future changes to the code. See https://psalm.dev/docs/running_psalm/dealing_with_code_issues/#using-a-baseline-file * Fix MixedArgument issues in OrderedTimeCodec Potentially unpack should be documented as returning string[] instead of array to make this unecassary. * Fix Psalm PossiblyNullPropertyAssignmentValue issues * Add psalm-immutable annotation to Uuid class * Fix Psalm MixedArgument issues * Fix MissingImmutableAnnotation psalm issue * Fix Psalm MixedAssignment issue * Fix Psalm InvalidReturnStatement / InvalidReturnType issue * Add ImpureMethodCall issues to baseline. Fixing these in one place just moves them somewhere else. * Exclude psalm-baseline.xml from exported git archives
14 lines
429 B
Plaintext
14 lines
429 B
Plaintext
.gitattributes export-ignore
|
|
.github/ export-ignore
|
|
.gitignore export-ignore
|
|
.travis.yml export-ignore
|
|
docs/ export-ignore
|
|
phpcs.xml.dist export-ignore
|
|
phpstan-tests.neon export-ignore
|
|
phpstan.neon export-ignore
|
|
phpunit.xml.dist export-ignore
|
|
psalm-baseline.xml export-ignore
|
|
resources/ export-ignore
|
|
static-analysis/ export-ignore
|
|
tests/ export-ignore
|