Skip to content

Commit

Permalink
chore: update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrann0us committed May 29, 2024
1 parent 6e955de commit 03f22c9
Showing 1 changed file with 1 addition and 49 deletions.
50 changes: 1 addition & 49 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.23.1@8471a896ccea3526b26d082f4461eeea467f10a4">
<files psalm-version="5.24.0@462c80e31c34e58cc4f750c656be3927e80e550e">
<file src="src/Application/AdmissionRequirementTranslated.php">
<InvalidArrayOffset>
<code><![CDATA[$data[AdmissionRequirement::PARENT]]]></code>
Expand Down Expand Up @@ -31,54 +31,6 @@
<code><![CDATA[$sanitizedValue]]></code>
</RiskyTruthyFalsyComparison>
</file>
<file src="src/Infrastructure/Content/Meta/MetaFieldsList.php">
<MixedArgumentTypeCoercion>
<code><![CDATA[[
DegreeProgram::TEASER_IMAGE,
BilingualRepository::addEnglishSuffix('title'),
DegreeProgram::STANDARD_DURATION,
DegreeProgram::FEE_REQUIRED,
DegreeProgram::SUBTITLE,
BilingualRepository::addEnglishSuffix(DegreeProgram::SUBTITLE),
DegreeProgram::VIDEOS,
DegreeProgram::META_DESCRIPTION,
BilingualRepository::addEnglishSuffix(DegreeProgram::META_DESCRIPTION),
Content::ABOUT,
BilingualRepository::addEnglishSuffix(Content::ABOUT),
Content::STRUCTURE,
BilingualRepository::addEnglishSuffix(Content::STRUCTURE),
Content::SPECIALIZATIONS,
BilingualRepository::addEnglishSuffix(Content::SPECIALIZATIONS),
Content::QUALITIES_AND_SKILLS,
BilingualRepository::addEnglishSuffix(Content::QUALITIES_AND_SKILLS),
Content::WHY_SHOULD_STUDY,
BilingualRepository::addEnglishSuffix(Content::WHY_SHOULD_STUDY),
Content::CAREER_PROSPECTS,
BilingualRepository::addEnglishSuffix(Content::CAREER_PROSPECTS),
Content::SPECIAL_FEATURES,
BilingualRepository::addEnglishSuffix(Content::SPECIAL_FEATURES),
Content::TESTIMONIALS,
BilingualRepository::addEnglishSuffix(Content::TESTIMONIALS),
DegreeProgram::CONTENT_RELATED_MASTER_REQUIREMENTS,
DegreeProgram::APPLICATION_DEADLINE_WINTER_SEMESTER,
DegreeProgram::APPLICATION_DEADLINE_SUMMER_SEMESTER,
DegreeProgram::DETAILS_AND_NOTES,
BilingualRepository::addEnglishSuffix(DegreeProgram::DETAILS_AND_NOTES),
DegreeProgram::LANGUAGE_SKILLS,
BilingualRepository::addEnglishSuffix(DegreeProgram::LANGUAGE_SKILLS),
DegreeProgram::LANGUAGE_SKILLS_HUMANITIES_FACULTY,
DegreeProgram::MODULE_HANDBOOK,
DegreeProgram::URL,
BilingualRepository::addEnglishSuffix(DegreeProgram::URL),
DegreeProgram::STUDENT_REPRESENTATIVES,
DegreeProgram::DEGREE_PROGRAM_FEES,
BilingualRepository::addEnglishSuffix(DegreeProgram::DEGREE_PROGRAM_FEES),
]]]></code>
</MixedArgumentTypeCoercion>
<UndefinedConstant>
<code><![CDATA[DegreeProgram::STUDENT_REPRESENTATIVES]]></code>
</UndefinedConstant>
</file>
<file src="src/Infrastructure/Repository/BilingualRepository.php">
<RiskyTruthyFalsyComparison>
<code><![CDATA[!$key]]></code>
Expand Down

0 comments on commit 03f22c9

Please sign in to comment.