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
0
Issue boards
Milestones
Code
Merge requests
0
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 Siepmann
composer-phpcodesniffer-standards-plugin
Commits
2ec0cf36
Commit
2ec0cf36
authored
7 years ago
by
Daniel Hürtgen
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix/php-mess-detector' into 'develop'
Fix/php mess detector See merge request !36
parents
04251478
c4dc4a34
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/PHPCodeSniffer/Finder.php
+2
-0
2 additions, 0 deletions
src/PHPCodeSniffer/Finder.php
src/Symfony/Finder/Factory.php
+2
-0
2 additions, 0 deletions
src/Symfony/Finder/Factory.php
with
4 additions
and
0 deletions
src/PHPCodeSniffer/Finder.php
+
2
−
0
View file @
2ec0cf36
...
...
@@ -56,6 +56,8 @@ class Finder
*
* @param string $path
* @return Standards
*
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
public
function
in
(
$path
)
{
...
...
This diff is collapsed.
Click to expand it.
src/Symfony/Finder/Factory.php
+
2
−
0
View file @
2ec0cf36
...
...
@@ -32,6 +32,8 @@ class Factory
* Creates new symfony finder instance.
*
* @return Finder
*
* @SuppressWarnings(PHPMD.StaticAccess)
*/
public
function
create
()
{
...
...
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