Skip to content

Commit

Permalink
sonarqube test
Browse files Browse the repository at this point in the history
  • Loading branch information
rostilos committed May 27, 2024
1 parent d54c5c3 commit 5097e63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
-Dsonar.projectKey=magento2test \
-Dsonar.sources=. \
-Dsonar.inclusions=${{ steps.diff.outputs.modified }}
-Dsonar.login=admin \
-Dsonar.password=12117aA
fi

# - uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions app/code/Magento/Developer/Console/Command/DiInfoCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ class DiInfoCommand extends Command
/**
* Command name
*/
const COMMAND_NAME = 'dev:di:info';
const COMMAND_NAME = 'dev:di:info'

/**
* input name
*/
const CLASS_NAME = 'class'
const CLASS_NAME = 'class';

/**
* @var Information
Expand Down

0 comments on commit 5097e63

Please sign in to comment.