-
Notifications
You must be signed in to change notification settings - Fork 17
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
Showing
2 changed files
with
3 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ public static function create( | |
* Set the entity type manager service. | ||
* | ||
* @param \Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager | ||
* The entity type manager service. | ||
* The entity type manager service. | ||
* | ||
* @return void | ||
Check failure on line 63 in modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/ThunderSearchApiProducerBase.php GitHub Actions / drupal-coder (drupal)[drupal-coder (drupal)] modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/ThunderSearchApiProducerBase.php#L63 <Drupal.Commenting.FunctionComment.MissingReturnComment>
Raw output
|
||
*/ | ||
|
@@ -70,7 +70,7 @@ public function setEntityTypeManager(EntityTypeManagerInterface $entityTypeManag | |
* Set the language manager service. | ||
* | ||
* @param \Drupal\Core\Language\LanguageManagerInterface $languageManager | ||
* The language manager service. | ||
* The language manager service. | ||
* | ||
* @return void | ||
Check failure on line 75 in modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/ThunderSearchApiProducerBase.php GitHub Actions / drupal-coder (drupal)[drupal-coder (drupal)] modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/ThunderSearchApiProducerBase.php#L75 <Drupal.Commenting.FunctionComment.MissingReturnComment>
Raw output
|
||
*/ | ||
|
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