Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
hhit
config-generator
Commits
375238e5
Commit
375238e5
authored
Mar 03, 2021
by
Hendrik Heneke
Browse files
Removed namespace from commands.
parent
c3665e59
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
composer.json
composer.json
+2
-2
src/Command/GenerateConfigsCommand.php
src/Command/GenerateConfigsCommand.php
+1
-1
No files found.
composer.json
View file @
375238e5
...
...
@@ -45,8 +45,8 @@
],
"scripts"
:
{
"build:phar"
:
"php -d phar.readonly=0 build-phar.php"
,
"test-run:bin"
:
"bin/cfgen
cfgen:
generate-configs --env test --project fixture --overwrite"
,
"test-run:phar"
:
"build/cfgen.phar
cfgen:
generate-configs --env test --project fixture --overwrite"
,
"test-run:bin"
:
"bin/cfgen generate-configs --env test --project fixture --overwrite"
,
"test-run:phar"
:
"build/cfgen.phar generate-configs --env test --project fixture --overwrite"
,
"php-cs:check"
:
"php-cs-fixer fix --dry-run --stop-on-violation --using-cache=no --rules=-line_ending src"
,
"php-cs:fix"
:
"php-cs-fixer fix --using-cache=no src"
}
...
...
src/Command/GenerateConfigsCommand.php
View file @
375238e5
...
...
@@ -11,7 +11,7 @@ use Symfony\Component\Console\Output\OutputInterface;
class
GenerateConfigsCommand
extends
Command
{
protected
static
$defaultName
=
"
cfgen:
generate-configs"
;
protected
static
$defaultName
=
"generate-configs"
;
private
string
$projectDir
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment