Skip to content
Snippets Groups Projects
Commit 22735066 authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Fix cspell tests

parent 86de96d3
No related branches found
No related tags found
No related merge requests found
Pipeline #203568 passed
CREATEPROJECT
Webform
webform
......@@ -126,7 +126,7 @@ class Api {
* @param string $message
* The commit message.
* @param \Drupal\gitlab_api\CommitAction[] $actions
* Liost of commit actions.
* List of commit actions.
*
* @return array
* The commit details.
......@@ -157,7 +157,7 @@ class Api {
* @return array
* The created pipeline.
*
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_apit:2.2.0.
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_api:3.0.0.
* Use ::getClient()->createPipeline() instead.
* @see https://www.drupal.org/project/gitlab_api/issues/3384270
*/
......@@ -209,7 +209,7 @@ class Api {
* @return array
* The list of namespaces.
*
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_apit:2.2.0.
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_api:3.0.0.
* Use ::getClient()->namespaces()->all() instead.
* @see https://www.drupal.org/project/gitlab_api/issues/3384270
*/
......@@ -303,7 +303,7 @@ class Api {
* @return array
* The project pipeline.
*
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_apit:2.2.0.
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_api:3.0.0.
* Use ::getClient()->projects()->pipeline() instead.
* @see https://www.drupal.org/project/gitlab_api/issues/3384270
*/
......@@ -323,7 +323,7 @@ class Api {
* @return array
* The list of pipeline jobs.
*
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_apit:2.2.0.
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_api:3.0.0.
* Use ::getClient()->pipelineJobs() instead.
* @see https://www.drupal.org/project/gitlab_api/issues/3384270
*/
......@@ -435,7 +435,7 @@ class Api {
* @return array
* The list of branches.
*
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_apit:2.2.0.
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_api:3.0.0.
* Use ::getClient()->repositories()->branches() instead.
* @see https://www.drupal.org/project/gitlab_api/issues/3384270
*/
......@@ -455,7 +455,7 @@ class Api {
* @return array
* The branch.
*
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_apit:2.2.0.
* @deprecated in gitlab_api:2.1.2 and is removed from gitlab_api:3.0.0.
* Use ::getClient()->repositories()->branch instead.
* @see https://www.drupal.org/project/gitlab_api/issues/3384270
*/
......
......@@ -82,7 +82,7 @@ class GitlabServer extends ConfigEntityBase {
* Get the default GitLab server.
*
* @return \Drupal\gitlab_api\Entity\GitlabServer|null
* The default GitLab server vondig entity or NULL, if it doesn't exist.
* The default GitLab server config entity or NULL, if it doesn't exist.
*/
public static function loadDefaultServer(): ?GitlabServer {
try {
......
......@@ -3,7 +3,7 @@
namespace Drupal\gitlab_api;
/**
* Contains all events thrown by the wayfinding module.
* Contains all events thrown by the gitlab_api module.
*/
final class GitLabEvents {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment