-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f46719b
commit 77cd6c4
Showing
11 changed files
with
275 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,216 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<files psalm-version="3.13.1@afd8874a9e4562eac42a02de90e42e430c3a1db1"> | ||
<file src="src/Admin/AbstractAdmin.php"> | ||
<!--will be removed in v4. Currently BC break--> | ||
<InvalidReturnStatement occurrences="1"> | ||
<code>$this->parentAssociationMapping</code> | ||
</InvalidReturnStatement> | ||
<!--will be fixed in v4. Currently BC break. Remove string from union type of $this->parentAssociationMapping--> | ||
<InvalidArrayOffset occurrences="1"> | ||
<code>$this->parentAssociationMapping[$code]</code> | ||
</InvalidArrayOffset> | ||
<!--will be removed in v4. Currently BC break--> | ||
<InvalidPropertyAssignmentValue occurrences="1"> | ||
<code>$this->subClasses</code> | ||
</InvalidPropertyAssignmentValue> | ||
</file> | ||
<file src="src/Datagrid/Pager.php"> | ||
<InvalidReturnStatement occurrences="2"> | ||
<code>next($this->results)</code> | ||
<code>reset($this->results)</code> | ||
</InvalidReturnStatement> | ||
</file> | ||
<file src="src/Datagrid/SimplePager.php"> | ||
<InvalidReturnStatement occurrences="2"> | ||
<code>$this->results</code> | ||
<code>$this->results</code> | ||
</InvalidReturnStatement> | ||
</file> | ||
<file src="src/Translator/Extractor/JMSTranslatorBundle/AdminExtractor.php"> | ||
<InvalidReturnType occurrences="2"> | ||
<code>buildSecurityInformation</code> | ||
<code>getBaseRole</code> | ||
</InvalidReturnType> | ||
</file> | ||
<!--The next error is due to not installed Doctrine ORM\ODM--> | ||
<file src="src/Admin/AdminHelper.php"> | ||
<UndefinedClass occurrences="1"> | ||
<code>DoctrinePersistentCollection</code> | ||
</UndefinedClass> | ||
</file> | ||
<!--will be removed in v4. Currently BC break--> | ||
<file src="src/Command/CreateClassCacheCommand.php"> | ||
<UndefinedClass occurrences="1"> | ||
<code>ClassCollectionLoader</code> | ||
</UndefinedClass> | ||
</file> | ||
<!--will be removed in v4. Currently BC break--> | ||
<file src="src/Form/Type/ModelTypeList.php"> | ||
<InvalidExtendClass occurrences="1"> | ||
<code>ModelListType</code> | ||
</InvalidExtendClass> | ||
</file> | ||
<!--will be removed in v4. Currently BC break--> | ||
<file src="src/Object/MetadataInterface.php"> | ||
<UndefinedClass occurrences="1"> | ||
<code>CoreMetadataInterface</code> | ||
</UndefinedClass> | ||
<UnrecognizedStatement occurrences="1"/> | ||
</file> | ||
<!--will be removed in v4. Currently BC break--> | ||
<file src="src/Form/Extension/ChoiceTypeExtension.php"> | ||
<UndefinedClass occurrences="1"> | ||
<code>OptionsResolverInterface</code> | ||
</UndefinedClass> | ||
</file> | ||
<file src="src/Form/Extension/Field/Type/FormTypeFieldExtension.php"> | ||
<UndefinedClass occurrences="1"> | ||
<code>OptionsResolverInterface</code> | ||
</UndefinedClass> | ||
</file> | ||
<file src="src/Form/Extension/Field/Type/MopaCompatibilityTypeFieldExtension.php"> | ||
<UndefinedClass occurrences="1"> | ||
<code>OptionsResolverInterface</code> | ||
</UndefinedClass> | ||
</file> | ||
<file src="src/Form/Type/AclMatrixType.php"> | ||
<UndefinedClass occurrences="1"> | ||
<code>OptionsResolverInterface</code> | ||
</UndefinedClass> | ||
</file> | ||
<file src="src/Form/Type/AdminType.php"> | ||
<UndefinedClass occurrences="1"> | ||
<code>OptionsResolverInterface</code> | ||
</UndefinedClass> | ||
</file> | ||
<file src="src/Form/Type/ChoiceFieldMaskType.php"> | ||
<UndefinedClass occurrences="1"> | ||
<code>OptionsResolverInterface</code> | ||
</UndefinedClass> | ||
</file> | ||
<file src="src/Form/Type/Filter/ChoiceType.php"> | ||
<UndefinedClass occurrences="1"> | ||
<code>OptionsResolverInterface</code> | ||
</UndefinedClass> | ||
</file> | ||
<file src="src/Form/Type/Filter/DateRangeType.php"> | ||
<UndefinedClass occurrences="1"> | ||
<code>OptionsResolverInterface</code> | ||
</UndefinedClass> | ||
</file> | ||
<file src="src/Form/Type/Filter/DateTimeRangeType.php"> | ||
<UndefinedClass occurrences="1"> | ||
<code>OptionsResolverInterface</code> | ||
</UndefinedClass> | ||
</file> | ||
<file src="src/Form/Type/Filter/DateTimeType.php"> | ||
<UndefinedClass occurrences="1"> | ||
<code>OptionsResolverInterface</code> | ||
</UndefinedClass> | ||
</file> | ||
<file src="src/Form/Type/Filter/DateType.php"> | ||
<UndefinedClass occurrences="1"> | ||
<code>OptionsResolverInterface</code> | ||
</UndefinedClass> | ||
</file> | ||
<file src="src/Form/Type/Filter/DefaultType.php"> | ||
<UndefinedClass occurrences="1"> | ||
<code>OptionsResolverInterface</code> | ||
</UndefinedClass> | ||
</file> | ||
<file src="src/Form/Type/Filter/NumberType.php"> | ||
<UndefinedClass occurrences="1"> | ||
<code>OptionsResolverInterface</code> | ||
</UndefinedClass> | ||
</file> | ||
<file src="src/Form/Type/ModelAutocompleteType.php"> | ||
<UndefinedClass occurrences="1"> | ||
<code>OptionsResolverInterface</code> | ||
</UndefinedClass> | ||
</file> | ||
<file src="src/Form/Type/ModelHiddenType.php"> | ||
<UndefinedClass occurrences="1"> | ||
<code>OptionsResolverInterface</code> | ||
</UndefinedClass> | ||
</file> | ||
<file src="src/Form/Type/ModelListType.php"> | ||
<UndefinedClass occurrences="1"> | ||
<code>OptionsResolverInterface</code> | ||
</UndefinedClass> | ||
</file> | ||
<file src="src/Form/Type/ModelReferenceType.php"> | ||
<UndefinedClass occurrences="1"> | ||
<code>OptionsResolverInterface</code> | ||
</UndefinedClass> | ||
</file> | ||
<file src="src/Form/Type/ModelType.php"> | ||
<UndefinedClass occurrences="1"> | ||
<code>OptionsResolverInterface</code> | ||
</UndefinedClass> | ||
</file> | ||
<!-- ignore template files--> | ||
<file src="src/Resources/skeleton/Admin.tpl.php"> | ||
<UndefinedGlobalVariable occurrences="6"> | ||
<code>$namespace</code> | ||
<code>$class_name</code> | ||
<code>$fields</code> | ||
<code>$fields</code> | ||
<code>$fields</code> | ||
<code>$fields</code> | ||
</UndefinedGlobalVariable> | ||
</file> | ||
<file src="src/Resources/skeleton/AdminController.tpl.php"> | ||
<UndefinedGlobalVariable occurrences="2"> | ||
<code>$namespace</code> | ||
<code>$class_name</code> | ||
</UndefinedGlobalVariable> | ||
</file> | ||
<!--will be removed in v4. Currently BC break--> | ||
<file src="src/Twig/Extension/StringExtension.php"> | ||
<UndefinedClass occurrences="2"> | ||
<code>TextExtension</code> | ||
<code>TextExtension</code> | ||
</UndefinedClass> | ||
</file> | ||
<file src="src/Admin/FieldDescriptionCollection.php"> | ||
<InvalidPropertyAssignmentValue occurrences="1"> | ||
<code>array_merge(array_flip($keys), $this->elements)</code> | ||
</InvalidPropertyAssignmentValue> | ||
</file> | ||
<!--will be removed in v4. Currently BC break--> | ||
<file src="src/Twig/Extension/TemplateRegistryExtension.php"> | ||
<ContainerDependency occurrences="1"> | ||
<code>ContainerInterface $container</code> | ||
</ContainerDependency> | ||
</file> | ||
<!--will be removed in v4. Currently BC break--> | ||
<file src="src/Route/AdminPoolLoader.php"> | ||
<ContainerDependency occurrences="1"> | ||
<code>ContainerInterface $container</code> | ||
</ContainerDependency> | ||
</file> | ||
<!--will be removed in v4. Currently BC break--> | ||
<file src="src/Model/AuditManager.php"> | ||
<ContainerDependency occurrences="1"> | ||
<code>ContainerInterface $container</code> | ||
</ContainerDependency> | ||
</file> | ||
<!--will be removed in v4. Currently BC break--> | ||
<file src="src/Filter/FilterFactory.php"> | ||
<ContainerDependency occurrences="1"> | ||
<code>ContainerInterface $container</code> | ||
</ContainerDependency> | ||
</file> | ||
<!--will be removed in v4. Currently BC break--> | ||
<file src="src/Controller/PolyfillControllerTrait.php"> | ||
<ContainerDependency occurrences="1"> | ||
<code>ContainerInterface $container</code> | ||
</ContainerDependency> | ||
</file> | ||
<!--will be removed in v4. Currently BC break--> | ||
<file src="src/Admin/Pool.php"> | ||
<ContainerDependency occurrences="1"> | ||
<code>ContainerInterface $container</code> | ||
</ContainerDependency> | ||
</file> | ||
</files> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<psalm xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://getpsalm.org/schema/config" errorLevel="6" resolveFromConfigFile="true" xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" errorBaseline="psalm-baseline.xml"> | ||
<projectFiles> | ||
<directory name="src"/> | ||
<ignoreFiles> | ||
<file name="src/Resources/skeleton"/> | ||
<directory name="vendor"/> | ||
</ignoreFiles> | ||
</projectFiles> | ||
</psalm> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.