update infrastructure for 3.0 #238
Annotations
10 errors
|
MissingOverrideAttribute:
src/Command/Feed/RemoveFeedSourceCommand.php#L36
src/Command/Feed/RemoveFeedSourceCommand.php:36:5: MissingOverrideAttribute: Method App\Command\Feed\RemoveFeedSourceCommand::execute should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
src/Command/Feed/RemoveFeedSourceCommand.php#L31
src/Command/Feed/RemoveFeedSourceCommand.php:31:5: MissingOverrideAttribute: Method App\Command\Feed\RemoveFeedSourceCommand::configure should have the "Override" attribute (see https://psalm.dev/358)
|
|
ClassMustBeFinal:
src/Command/Feed/RemoveFeedSourceCommand.php#L21
src/Command/Feed/RemoveFeedSourceCommand.php:21:7: ClassMustBeFinal: Class App\Command\Feed\RemoveFeedSourceCommand is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
MissingOverrideAttribute:
src/Command/Feed/ListFeedSourceCommand.php#L27
src/Command/Feed/ListFeedSourceCommand.php:27:5: MissingOverrideAttribute: Method App\Command\Feed\ListFeedSourceCommand::execute should have the "Override" attribute (see https://psalm.dev/358)
|
|
ClassMustBeFinal:
src/Command/Feed/ListFeedSourceCommand.php#L19
src/Command/Feed/ListFeedSourceCommand.php:19:7: ClassMustBeFinal: Class App\Command\Feed\ListFeedSourceCommand is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
MissingOverrideAttribute:
src/Command/Feed/GetFeedTypesCommand.php#L26
src/Command/Feed/GetFeedTypesCommand.php:26:5: MissingOverrideAttribute: Method App\Command\Feed\GetFeedTypesCommand::execute should have the "Override" attribute (see https://psalm.dev/358)
|
|
ClassMustBeFinal:
src/Command/Feed/GetFeedTypesCommand.php#L18
src/Command/Feed/GetFeedTypesCommand.php:18:7: ClassMustBeFinal: Class App\Command\Feed\GetFeedTypesCommand is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|
|
MissingOverrideAttribute:
src/Command/Feed/CreateFeedSourceCommand.php#L41
src/Command/Feed/CreateFeedSourceCommand.php:41:5: MissingOverrideAttribute: Method App\Command\Feed\CreateFeedSourceCommand::execute should have the "Override" attribute (see https://psalm.dev/358)
|
|
MissingOverrideAttribute:
src/Command/Feed/CreateFeedSourceCommand.php#L36
src/Command/Feed/CreateFeedSourceCommand.php:36:5: MissingOverrideAttribute: Method App\Command\Feed\CreateFeedSourceCommand::configure should have the "Override" attribute (see https://psalm.dev/358)
|
|
ClassMustBeFinal:
src/Command/Feed/CreateFeedSourceCommand.php#L25
src/Command/Feed/CreateFeedSourceCommand.php:25:7: ClassMustBeFinal: Class App\Command\Feed\CreateFeedSourceCommand is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
|