|
|
@ -7,152 +7,150 @@ |
|
|
|
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" |
|
|
|
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" |
|
|
|
> |
|
|
|
> |
|
|
|
<projectFiles> |
|
|
|
<projectFiles> |
|
|
|
<directory name="src" /> |
|
|
|
<directory name="src"/> |
|
|
|
<!--<directory name="public/main/group" />--> |
|
|
|
<!-- <directory name="public/main/admin" />--> |
|
|
|
<!--<directory name="public/main/link" />--> |
|
|
|
<directory name="public/main/group"/> |
|
|
|
|
|
|
|
<directory name="public/main/link" /> |
|
|
|
<!-- <directory name="public/main/session" /> --> |
|
|
|
<!-- <directory name="public/main/session" /> --> |
|
|
|
<!-- <directory name="public/main/exercise"/> --> |
|
|
|
<!-- <directory name="public/main/exercise"/> --> |
|
|
|
<ignoreFiles> |
|
|
|
<ignoreFiles> |
|
|
|
<directory name="vendor/*" /> |
|
|
|
<directory name="vendor/*"/> |
|
|
|
<directory name="src/CoreBundle/Menu" /> |
|
|
|
<directory name="src/CoreBundle/Menu"/> |
|
|
|
<directory name="src/CoreBundle/Migrations" /> |
|
|
|
<directory name="src/CoreBundle/Component/Editor"/> |
|
|
|
<directory name="src/CoreBundle/Component/Editor" /> |
|
|
|
<directory name="src/CourseBundle/Component/CourseCopy"/> |
|
|
|
<directory name="src/CourseBundle/Component/CourseCopy" /> |
|
|
|
<directory name="src/GraphQlBundle"/> |
|
|
|
<directory name="src/GraphQlBundle" /> |
|
|
|
<directory name="src/LtiBundle"/> |
|
|
|
<directory name="src/LtiBundle" /> |
|
|
|
|
|
|
|
<file name="public/main/admin/db.php" /> |
|
|
|
<file name="public/main/admin/db.php"/> |
|
|
|
<!-- <directory name="src/MediaBundle" />--> |
|
|
|
<file name="src/CoreBundle/Controller/EditorController.php"/> |
|
|
|
<!-- <directory name="src/NotificationBundle" />--> |
|
|
|
<file name="src/CoreBundle/Controller/ResourceController.php"/> |
|
|
|
<!-- <directory name="src/PageBundle" />--> |
|
|
|
|
|
|
|
<!-- <directory name="src/SettingsBundle" />--> |
|
|
|
|
|
|
|
<!-- <directory name="src/SkillBundle" />--> |
|
|
|
|
|
|
|
<!-- <directory name="src/ThemeBundle" />--> |
|
|
|
|
|
|
|
<!-- <directory name="src/TicketBundle" />--> |
|
|
|
|
|
|
|
<!-- <directory name="src/TimelineBundle" />--> |
|
|
|
|
|
|
|
<!-- <directory name="src/UserBundle" />--> |
|
|
|
|
|
|
|
</ignoreFiles> |
|
|
|
</ignoreFiles> |
|
|
|
</projectFiles> |
|
|
|
</projectFiles> |
|
|
|
|
|
|
|
|
|
|
|
<issueHandlers> |
|
|
|
<issueHandlers> |
|
|
|
<InvalidClass errorLevel="info" /> |
|
|
|
<InvalidClass errorLevel="info"/> |
|
|
|
|
|
|
|
|
|
|
|
<LessSpecificReturnType errorLevel="info" /> |
|
|
|
<LessSpecificReturnType errorLevel="info"/> |
|
|
|
|
|
|
|
|
|
|
|
<LessSpecificReturnType errorLevel="info" /> |
|
|
|
<LessSpecificReturnType errorLevel="info"/> |
|
|
|
|
|
|
|
|
|
|
|
<!-- level 3 issues - slightly lazy code writing, but provably low false-negatives --> |
|
|
|
<!-- level 3 issues - slightly lazy code writing, but provably low false-negatives --> |
|
|
|
|
|
|
|
|
|
|
|
<DeprecatedClass errorLevel="info" /> |
|
|
|
<DeprecatedClass errorLevel="info"/> |
|
|
|
<DeprecatedInterface errorLevel="info" /> |
|
|
|
<DeprecatedInterface errorLevel="info"/> |
|
|
|
|
|
|
|
|
|
|
|
<MissingClosureReturnType errorLevel="info" /> |
|
|
|
<MissingClosureReturnType errorLevel="info"/> |
|
|
|
<MissingReturnType errorLevel="info" /> |
|
|
|
<MissingReturnType errorLevel="info"/> |
|
|
|
<MissingPropertyType errorLevel="info" /> |
|
|
|
<MissingPropertyType errorLevel="info"/> |
|
|
|
<InvalidDocblock errorLevel="info" /> |
|
|
|
<InvalidDocblock errorLevel="info"/> |
|
|
|
<MisplacedRequiredParam errorLevel="info" /> |
|
|
|
<MisplacedRequiredParam errorLevel="info"/> |
|
|
|
|
|
|
|
|
|
|
|
<PropertyNotSetInConstructor errorLevel="info" /> |
|
|
|
<PropertyNotSetInConstructor errorLevel="info"/> |
|
|
|
<MissingConstructor errorLevel="info" /> |
|
|
|
<MissingConstructor errorLevel="info"/> |
|
|
|
<MissingClosureParamType errorLevel="info" /> |
|
|
|
<MissingClosureParamType errorLevel="info"/> |
|
|
|
<MissingParamType errorLevel="info" /> |
|
|
|
<MissingParamType errorLevel="info"/> |
|
|
|
|
|
|
|
|
|
|
|
<RedundantCondition errorLevel="info" /> |
|
|
|
<RedundantCondition errorLevel="info"/> |
|
|
|
|
|
|
|
|
|
|
|
<DocblockTypeContradiction errorLevel="info" /> |
|
|
|
<DocblockTypeContradiction errorLevel="info"/> |
|
|
|
<RedundantConditionGivenDocblockType errorLevel="info" /> |
|
|
|
<RedundantConditionGivenDocblockType errorLevel="info"/> |
|
|
|
|
|
|
|
|
|
|
|
<UnresolvableInclude errorLevel="info" /> |
|
|
|
<UnresolvableInclude errorLevel="info"/> |
|
|
|
|
|
|
|
|
|
|
|
<RawObjectIteration errorLevel="info" /> |
|
|
|
<RawObjectIteration errorLevel="info"/> |
|
|
|
|
|
|
|
|
|
|
|
<InvalidStringClass errorLevel="info" /> |
|
|
|
<InvalidStringClass errorLevel="info"/> |
|
|
|
|
|
|
|
|
|
|
|
<!-- level 4 issues - points to possible deficiencies in logic, higher false-positives --> |
|
|
|
<!-- level 4 issues - points to possible deficiencies in logic, higher false-positives --> |
|
|
|
|
|
|
|
|
|
|
|
<MoreSpecificReturnType errorLevel="info" /> |
|
|
|
<MoreSpecificReturnType errorLevel="info"/> |
|
|
|
<LessSpecificReturnStatement errorLevel="info" /> |
|
|
|
<LessSpecificReturnStatement errorLevel="info"/> |
|
|
|
<TypeCoercion errorLevel="info" /> |
|
|
|
<TypeCoercion errorLevel="info"/> |
|
|
|
|
|
|
|
|
|
|
|
<PossiblyFalseArgument errorLevel="info" /> |
|
|
|
<PossiblyFalseArgument errorLevel="info"/> |
|
|
|
<PossiblyFalseIterator errorLevel="info" /> |
|
|
|
<PossiblyFalseIterator errorLevel="info"/> |
|
|
|
<PossiblyFalseOperand errorLevel="info" /> |
|
|
|
<PossiblyFalseOperand errorLevel="info"/> |
|
|
|
<PossiblyFalsePropertyAssignmentValue errorLevel="info" /> |
|
|
|
<PossiblyFalsePropertyAssignmentValue errorLevel="info"/> |
|
|
|
<PossiblyFalseReference errorLevel="info" /> |
|
|
|
<PossiblyFalseReference errorLevel="info"/> |
|
|
|
<PossiblyInvalidArgument errorLevel="info" /> |
|
|
|
<PossiblyInvalidArgument errorLevel="info"/> |
|
|
|
<PossiblyInvalidArrayAccess errorLevel="info" /> |
|
|
|
<PossiblyInvalidArrayAccess errorLevel="info"/> |
|
|
|
<PossiblyInvalidArrayAssignment errorLevel="info" /> |
|
|
|
<PossiblyInvalidArrayAssignment errorLevel="info"/> |
|
|
|
<PossiblyInvalidArrayOffset errorLevel="info" /> |
|
|
|
<PossiblyInvalidArrayOffset errorLevel="info"/> |
|
|
|
<PossiblyInvalidCast errorLevel="info" /> |
|
|
|
<PossiblyInvalidCast errorLevel="info"/> |
|
|
|
<PossiblyInvalidFunctionCall errorLevel="info" /> |
|
|
|
<PossiblyInvalidFunctionCall errorLevel="info"/> |
|
|
|
<PossiblyInvalidIterator errorLevel="info" /> |
|
|
|
<PossiblyInvalidIterator errorLevel="info"/> |
|
|
|
<PossiblyInvalidMethodCall errorLevel="info" /> |
|
|
|
<PossiblyInvalidMethodCall errorLevel="info"/> |
|
|
|
<PossiblyInvalidOperand errorLevel="info" /> |
|
|
|
<PossiblyInvalidOperand errorLevel="info"/> |
|
|
|
<PossiblyInvalidPropertyAssignment errorLevel="info" /> |
|
|
|
<PossiblyInvalidPropertyAssignment errorLevel="info"/> |
|
|
|
<PossiblyInvalidPropertyAssignmentValue errorLevel="info" /> |
|
|
|
<PossiblyInvalidPropertyAssignmentValue errorLevel="info"/> |
|
|
|
<PossiblyInvalidPropertyFetch errorLevel="info" /> |
|
|
|
<PossiblyInvalidPropertyFetch errorLevel="info"/> |
|
|
|
<PossiblyNullArgument errorLevel="info" /> |
|
|
|
<PossiblyNullArgument errorLevel="info"/> |
|
|
|
<PossiblyNullArrayAccess errorLevel="info" /> |
|
|
|
<PossiblyNullArrayAccess errorLevel="info"/> |
|
|
|
<PossiblyNullArrayAssignment errorLevel="info" /> |
|
|
|
<PossiblyNullArrayAssignment errorLevel="info"/> |
|
|
|
<PossiblyNullArrayOffset errorLevel="info" /> |
|
|
|
<PossiblyNullArrayOffset errorLevel="info"/> |
|
|
|
<PossiblyNullFunctionCall errorLevel="info" /> |
|
|
|
<PossiblyNullFunctionCall errorLevel="info"/> |
|
|
|
<PossiblyNullIterator errorLevel="info" /> |
|
|
|
<PossiblyNullIterator errorLevel="info"/> |
|
|
|
<PossiblyNullOperand errorLevel="info" /> |
|
|
|
<PossiblyNullOperand errorLevel="info"/> |
|
|
|
<PossiblyNullPropertyAssignment errorLevel="info" /> |
|
|
|
<PossiblyNullPropertyAssignment errorLevel="info"/> |
|
|
|
<PossiblyNullPropertyAssignmentValue errorLevel="info" /> |
|
|
|
<PossiblyNullPropertyAssignmentValue errorLevel="info"/> |
|
|
|
<PossiblyNullPropertyFetch errorLevel="info" /> |
|
|
|
<PossiblyNullPropertyFetch errorLevel="info"/> |
|
|
|
<PossiblyNullReference errorLevel="info" /> |
|
|
|
<PossiblyNullReference errorLevel="info"/> |
|
|
|
<PossiblyUndefinedGlobalVariable errorLevel="info" /> |
|
|
|
<PossiblyUndefinedGlobalVariable errorLevel="info"/> |
|
|
|
<PossiblyUndefinedVariable errorLevel="info" /> |
|
|
|
<PossiblyUndefinedVariable errorLevel="info"/> |
|
|
|
<PossiblyUndefinedArrayOffset errorLevel="info" /> |
|
|
|
<PossiblyUndefinedArrayOffset errorLevel="info"/> |
|
|
|
<PossiblyUndefinedMethod errorLevel="info" /> |
|
|
|
<PossiblyUndefinedMethod errorLevel="info"/> |
|
|
|
<PossibleRawObjectIteration errorLevel="info" /> |
|
|
|
<PossibleRawObjectIteration errorLevel="info"/> |
|
|
|
|
|
|
|
|
|
|
|
<!-- level 5 issues - should be avoided at most costs... --> |
|
|
|
<!-- level 5 issues - should be avoided at most costs... --> |
|
|
|
|
|
|
|
|
|
|
|
<ForbiddenCode errorLevel="info" /> |
|
|
|
<ForbiddenCode errorLevel="info"/> |
|
|
|
<ImplicitToStringCast errorLevel="info" /> |
|
|
|
<ImplicitToStringCast errorLevel="info"/> |
|
|
|
<InvalidScalarArgument errorLevel="info" /> |
|
|
|
<InvalidScalarArgument errorLevel="info"/> |
|
|
|
<InvalidToString errorLevel="info" /> |
|
|
|
<InvalidToString errorLevel="info"/> |
|
|
|
<InvalidOperand errorLevel="info" /> |
|
|
|
<InvalidOperand errorLevel="info"/> |
|
|
|
<NoInterfaceProperties errorLevel="info" /> |
|
|
|
<NoInterfaceProperties errorLevel="info"/> |
|
|
|
<TooManyArguments errorLevel="info" /> |
|
|
|
<TooManyArguments errorLevel="info"/> |
|
|
|
<TypeDoesNotContainType errorLevel="info" /> |
|
|
|
<TypeDoesNotContainType errorLevel="info"/> |
|
|
|
<TypeDoesNotContainNull errorLevel="info" /> |
|
|
|
<TypeDoesNotContainNull errorLevel="info"/> |
|
|
|
<MissingDocblockType errorLevel="info" /> |
|
|
|
<MissingDocblockType errorLevel="info"/> |
|
|
|
<ImplementedReturnTypeMismatch errorLevel="info" /> |
|
|
|
<ImplementedReturnTypeMismatch errorLevel="info"/> |
|
|
|
<ImplementedParamTypeMismatch errorLevel="info" /> |
|
|
|
<ImplementedParamTypeMismatch errorLevel="info"/> |
|
|
|
|
|
|
|
|
|
|
|
<!-- level 6 issues - really bad things --> |
|
|
|
<!-- level 6 issues - really bad things --> |
|
|
|
|
|
|
|
|
|
|
|
<InvalidNullableReturnType errorLevel="info" /> |
|
|
|
<InvalidNullableReturnType errorLevel="info"/> |
|
|
|
<NullableReturnStatement errorLevel="info" /> |
|
|
|
<NullableReturnStatement errorLevel="info"/> |
|
|
|
<InvalidFalsableReturnType errorLevel="info" /> |
|
|
|
<InvalidFalsableReturnType errorLevel="info"/> |
|
|
|
<FalsableReturnStatement errorLevel="info" /> |
|
|
|
<FalsableReturnStatement errorLevel="info"/> |
|
|
|
|
|
|
|
|
|
|
|
<MoreSpecificImplementedParamType errorLevel="info" /> |
|
|
|
<MoreSpecificImplementedParamType errorLevel="info"/> |
|
|
|
<LessSpecificImplementedReturnType errorLevel="info" /> |
|
|
|
<LessSpecificImplementedReturnType errorLevel="info"/> |
|
|
|
|
|
|
|
|
|
|
|
<InvalidReturnStatement errorLevel="info" /> |
|
|
|
<InvalidReturnStatement errorLevel="info"/> |
|
|
|
<InvalidReturnType errorLevel="info" /> |
|
|
|
<InvalidReturnType errorLevel="info"/> |
|
|
|
<UndefinedThisPropertyAssignment errorLevel="info" /> |
|
|
|
<UndefinedThisPropertyAssignment errorLevel="info"/> |
|
|
|
<UndefinedInterfaceMethod errorLevel="info" /> |
|
|
|
<UndefinedInterfaceMethod errorLevel="info"/> |
|
|
|
|
|
|
|
|
|
|
|
<!-- level 7 issues - even worse --> |
|
|
|
<!-- level 7 issues - even worse --> |
|
|
|
|
|
|
|
|
|
|
|
<UndefinedThisPropertyAssignment errorLevel="info" /> |
|
|
|
<UndefinedThisPropertyAssignment errorLevel="info"/> |
|
|
|
<UndefinedPropertyAssignment errorLevel="info" /> |
|
|
|
<UndefinedPropertyAssignment errorLevel="info"/> |
|
|
|
<UndefinedThisPropertyFetch errorLevel="info" /> |
|
|
|
<UndefinedThisPropertyFetch errorLevel="info"/> |
|
|
|
<UndefinedPropertyFetch errorLevel="info" /> |
|
|
|
<UndefinedPropertyFetch errorLevel="info"/> |
|
|
|
|
|
|
|
|
|
|
|
<InvalidReturnStatement errorLevel="info" /> |
|
|
|
<InvalidReturnStatement errorLevel="info"/> |
|
|
|
<InvalidReturnType errorLevel="info" /> |
|
|
|
<InvalidReturnType errorLevel="info"/> |
|
|
|
<InvalidArgument errorLevel="info" /> |
|
|
|
<InvalidArgument errorLevel="info"/> |
|
|
|
<InvalidPropertyAssignmentValue errorLevel="info" /> |
|
|
|
<InvalidPropertyAssignmentValue errorLevel="info"/> |
|
|
|
<InvalidArrayOffset errorLevel="info" /> |
|
|
|
<InvalidArrayOffset errorLevel="info"/> |
|
|
|
<InvalidArrayAssignment errorLevel="info" /> |
|
|
|
<InvalidArrayAssignment errorLevel="info"/> |
|
|
|
<InvalidArrayAccess errorLevel="info" /> |
|
|
|
<InvalidArrayAccess errorLevel="info"/> |
|
|
|
<InvalidClone errorLevel="info" /> |
|
|
|
<InvalidClone errorLevel="info"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</issueHandlers> |
|
|
|
</issueHandlers> |
|
|
|
|
|
|
|
<plugins> |
|
|
|
|
|
|
|
<pluginClass class="Weirdan\DoctrinePsalmPlugin\Plugin"/> |
|
|
|
|
|
|
|
<pluginClass class="Psalm\SymfonyPsalmPlugin\Plugin"/> |
|
|
|
|
|
|
|
</plugins> |
|
|
|
</psalm> |
|
|
|
</psalm> |
|
|
|