-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix psalm errors for Processors (#3672)
* InvitationAcceptProcessor: fix psalm ERROR: MissingTemplateParam - src/State/InvitationAcceptProcessor.php:17:44 - App\State\InvitationAcceptProcessor has missing template params when extending ApiPlatform\State\ProcessorInterface, expecting 1 (see https://psalm.dev/182) class InvitationAcceptProcessor implements ProcessorInterface { * InvitationRejectProcessor: fix psalm ERROR: MissingTemplateParam - src/State/InvitationRejectProcessor.php:13:44 - App\State\InvitationRejectProcessor has missing template params when extending ApiPlatform\State\ProcessorInterface, expecting 1 (see https://psalm.dev/182) class InvitationRejectProcessor implements ProcessorInterface { * ResetPasswordCreateProcessor: fix psalm ERROR: MissingTemplateParam - src/State/ResetPasswordCreateProcessor.php:17:47 - App\State\ResetPasswordCreateProcessor has missing template params when extending ApiPlatform\State\ProcessorInterface, expecting 1 (see https://psalm.dev/182) class ResetPasswordCreateProcessor implements ProcessorInterface { * ResetPasswordUpdateProcessor: fix psalm ERROR: MissingTemplateParam - src/State/ResetPasswordUpdateProcessor.php:15:47 - App\State\ResetPasswordUpdateProcessor has missing template params when extending ApiPlatform\State\ProcessorInterface, expecting 1 (see https://psalm.dev/182) class ResetPasswordUpdateProcessor implements ProcessorInterface { * AbstractPersistProcessor and children: fix psalm ERROR: MissingTemplateParam - src/State/Util/AbstractPersistProcessor.php:14:52 - App\State\Util\AbstractPersistProcessor has missing template params when extending ApiPlatform\State\ProcessorInterface, expecting 1 (see https://psalm.dev/182) abstract class AbstractPersistProcessor implements ProcessorInterface { * AbstractRemoveProcessor and children: fix psalm ERROR: MissingTemplateParam - src/State/Util/AbstractRemoveProcessor.php:8:51 - App\State\Util\AbstractRemoveProcessor has missing template params when extending ApiPlatform\State\ProcessorInterface, expecting 1 (see https://psalm.dev/182) abstract class AbstractRemoveProcessor implements ProcessorInterface {
- Loading branch information
Showing
24 changed files
with
78 additions
and
8 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
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
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
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
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