Skip to content

Commit

Permalink
phpstan-baseline.neon
Browse files Browse the repository at this point in the history
  • Loading branch information
tregismoreira committed Jul 22, 2024
1 parent 32c5efa commit 2f3f84f
Showing 1 changed file with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -13313,3 +13313,88 @@ parameters:
message: "#^\\\\Drupal calls should be avoided in classes, use dependency injection instead$#"
count: 2
path: modules/social_features/social_user_export/src/Plugin/Action/ExportUser.php

-
message: "#^Parameter \\$dispatcher of method Drupal\\\\social_event\\\\EdaHandler::__construct\\(\\) has invalid type Drupal\\\\social_eda_dispatcher\\\\Dispatcher\\.$#"
count: 1
path: modules/social_features/social_event/src/EdaHandler.php

-
message: "#^Property Drupal\\\\social_event\\\\EdaHandler::\\$dispatcher has unknown class Drupal\\\\social_eda_dispatcher\\\\Dispatcher as its type\\.$#"
count: 1
path: modules/social_features/social_event/src/EdaHandler.php

-
message: "#^Call to method dispatch\\(\\) on an unknown class Drupal\\\\social_eda_dispatcher\\\\Dispatcher\\.$#"
count: 1
path: modules/social_features/social_event/src/EdaHandler.php

-
message: "#^Instantiated class CloudEvents\\\\V1\\\\CloudEvent not found\\.$#"
count: 1
path: modules/social_features/social_event/src/EdaHandler.php

-
message: "#^Call to static method fromTimestamp\\(\\) on an unknown class Drupal\\\\social_eda\\\\Types\\\\DateTime\\.$#"
count: 2
path: modules/social_features/social_event/src/EdaHandler.php

-
message: "#^Call to static method fromEntity\\(\\) on an unknown class Drupal\\\\social_eda\\\\Types\\\\Entity\\.$#"
count: 1
path: modules/social_features/social_event/src/EdaHandler.php

-
message: "#^Call to static method fromEntity\\(\\) on an unknown class Drupal\\\\social_eda\\\\Types\\\\User\\.$#"
count: 2
path: modules/social_features/social_event/src/EdaHandler.php

-
message: "#^Call to static method fromFieldItem\\(\\) on an unknown class Drupal\\\\social_eda\\\\Types\\\\Address\\.$#"
count: 1
path: modules/social_features/social_event/src/EdaHandler.php

-
message: "#^Call to static method fromEntity\\(\\) on an unknown class Drupal\\\\social_eda\\\\Types\\\\Href\\.$#"
count: 1
path: modules/social_features/social_event/src/EdaHandler.php

-
message: "#^Parameter \\$group of method Drupal\\\\social_event\\\\Event\\\\EventCreateEventData::__construct\\(\\) has invalid type Drupal\\\\social_eda\\\\Types\\\\Entity\\.$#"
count: 1
path: modules/social_features/social_event/src/Event/EventCreateEventData.php

-
message: "#^Property Drupal\\\\social_event\\\\Event\\\\EventCreateEventData::\\$group has unknown class Drupal\\\\social_eda\\\\Types\\\\Entity as its type\\.$#"
count: 1
path: modules/social_features/social_event/src/Event/EventCreateEventData.php

-
message: "#^Parameter \\$author of method Drupal\\\\social_event\\\\Event\\\\EventCreateEventData::__construct\\(\\) has invalid type Drupal\\\\social_eda\\\\Types\\\\User\\.$#"
count: 1
path: modules/social_features/social_event/src/Event/EventCreateEventData.php

-
message: "#^Property Drupal\\\\social_event\\\\Event\\\\EventCreateEventData::\\$author has unknown class Drupal\\\\social_eda\\\\Types\\\\User as its type\\.$#"
count: 1
path: modules/social_features/social_event/src/Event/EventCreateEventData.php

-
message: "#^Parameter \\$address of method Drupal\\\\social_event\\\\Event\\\\EventCreateEventData::__construct\\(\\) has invalid type Drupal\\\\social_eda\\\\Types\\\\Address\\.$#"
count: 1
path: modules/social_features/social_event/src/Event/EventCreateEventData.php

-
message: "#^Property Drupal\\\\social_event\\\\Event\\\\EventCreateEventData::\\$address has unknown class Drupal\\\\social_eda\\\\Types\\\\Address as its type\\.$#"
count: 1
path: modules/social_features/social_event/src/Event/EventCreateEventData.php

-
message: "#^Parameter \\$href of method Drupal\\\\social_event\\\\Event\\\\EventCreateEventData::__construct\\(\\) has invalid type Drupal\\\\social_eda\\\\Types\\\\Href\\.$#"
count: 1
path: modules/social_features/social_event/src/Event/EventCreateEventData.php

-
message: "#^Property Drupal\\\\social_event\\\\Event\\\\EventCreateEventData::\\$href has unknown class Drupal\\\\social_eda\\\\Types\\\\Href as its type\\.$#"
count: 1
path: modules/social_features/social_event/src/Event/EventCreateEventData.php

0 comments on commit 2f3f84f

Please sign in to comment.