Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bootstrap_utilities
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
bootstrap_utilities
Merge requests
!14
Issue
#3467564
by Martijn de Wit: Fix PHPCS issues
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Issue
#3467564
by Martijn de Wit: Fix PHPCS issues
issue/bootstrap_utilities-3467564:3467564-fix-phpcs-issues
into
3.0.x
Overview
0
Commits
1
Pipelines
2
Changes
5
Merged
Issue #3467564 by Martijn de Wit: Fix PHPCS issues
Martijn de Wit
requested to merge
issue/bootstrap_utilities-3467564:3467564-fix-phpcs-issues
into
3.0.x
Aug 12, 2024
Overview
0
Commits
1
Pipelines
2
Changes
5
Closes
#3467564
0
0
Merge request reports
Compare
3.0.x
version 1
a08583b7
Aug 12, 2024
3.0.x (base)
and
latest version
latest version
a08583b7
1 commit,
Aug 19, 2024
version 1
a08583b7
1 commit,
Aug 12, 2024
5 files
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
src/Plugin/Filter/BlockquoteFilter.php
+
1
−
1
View file @ a08583b7
Edit in single-file editor
Open in Web IDE
Show full file
@@ -2,9 +2,9 @@
namespace
Drupal\bootstrap_utilities\Plugin\Filter
;
use
Drupal\Component\Utility\Html
;
use
Drupal\filter\FilterProcessResult
;
use
Drupal\filter\Plugin\FilterBase
;
use
Drupal\Component\Utility\Html
;
/**
* Add Bootstrap Class to any blockquote.
Loading