Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
composer-phpcodesniffer-standards-plugin
Manage
Activity
Members
Labels
Plan
Issues
8
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Daniel Hürtgen
composer-phpcodesniffer-standards-plugin
Commits
4920e91f
There was a problem fetching the pipeline stages.
Commit
4920e91f
authored
7 years ago
by
Daniel Hürtgen
Browse files
Options
Downloads
Patches
Plain Diff
FIX: Typo in Standards class
parent
57196a48
Branches
Branches containing commit
1 merge request
!44
TASK: Resolve "Implement tests"
Pipeline
#371
passed with stages
in 7 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/PHPCodeSniffer/Standards/Standards.php
+2
-2
2 additions, 2 deletions
src/PHPCodeSniffer/Standards/Standards.php
with
2 additions
and
2 deletions
src/PHPCodeSniffer/Standards/Standards.php
+
2
−
2
View file @
4920e91f
...
...
@@ -70,7 +70,7 @@ class Standards implements \Iterator
/**
* Remove a single standard from the set.
*
* @param string|StandardInterface $standard T
H
e standard to remove
* @param string|StandardInterface $standard T
h
e standard to remove
*
* @return $this Fluent interface
*/
...
...
@@ -100,7 +100,7 @@ class Standards implements \Iterator
}
/**
* Get all standards hold
s
by this set.
* Get all standards hold by this set.
*
* @return array|StandardInterface[] Array of standards
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment