Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
a11yproject_checklist
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
a11yproject_checklist
Merge requests
!10
Resolve
#3440065
"Fix errors found"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve
#3440065
"Fix errors found"
issue/a11yproject_checklist-3440065:3440065-fix-errors-found
into
1.0.x
Overview
0
Commits
1
Pipelines
2
Changes
2
Merged
Resolve #3440065 "Fix errors found"
Russell Eck
requested to merge
issue/a11yproject_checklist-3440065:3440065-fix-errors-found
into
1.0.x
Apr 12, 2024
Overview
0
Commits
1
Pipelines
2
Changes
2
Closes
#3440065
0
0
Merge request reports
Compare
1.0.x
1.0.x (base)
and
latest version
latest version
fd67e2d9
1 commit,
Apr 12, 2024
2 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
src/Service/A11yProjectChecklist.php
+
3
−
3
View file @ fd67e2d9
Edit in single-file editor
Open in Web IDE
Show full file
@@ -3,12 +3,12 @@
namespace
Drupal\a11yproject_checklist\Service
;
use
Drupal\Component\Serialization\Json
;
use
Drupal\Core\Logger\LoggerChannelFactoryInterface
;
use
Drupal\Core\Messenger\Messenger
;
use
GuzzleHttp\ClientInterface
;
use
GuzzleHttp\Exception\ConnectException
;
use
GuzzleHttp\Exception\RequestException
;
use
Symfony\Component\DependencyInjection\ContainerInterface
;
use
Drupal\Core\Messenger\Messenger
;
use
Drupal\Core\Logger\LoggerChannelFactoryInterface
;
use
GuzzleHttp\ClientInterface
;
/**
* The A11YProjectChecklist service.
Loading