Skip to content

Commit 9ff68ed

Browse files
committed
Fixed test again, removed swap files
1 parent 541d123 commit 9ff68ed

File tree

7 files changed

+1
-11
lines changed

7 files changed

+1
-11
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "phpcr/phpcr-shell",
3-
"bin": [ "bin/phpcr" ],
43
"description": "Shell for PHPCR",
54
"require": {
65
"symfony/console": "2.3.*",
Binary file not shown.

src/PHPCR/Shell/Console/Application/SessionApplication.php

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,9 @@
33
namespace PHPCR\Shell\Console\Application;
44

55
use Symfony\Component\Console\Application as BaseApplication;
6-
use Symfony\Component\Console\Input\InputOption;
7-
use Symfony\Component\Console\Input\InputArgument;
86
use Symfony\Component\Console\Input\InputDefinition;
9-
use PHPCR\Shell\Console\Command\QueryCommand;
107
use Symfony\Component\Console\Input\InputInterface;
11-
use Symfony\Component\Console\Output\OutputInterface;
12-
use PHPCR\Shell\Console\Command\DoctrineDbalInitCommand;
13-
use PHPCR\Shell\Console\Helper\DoctrineDbalHelper;
14-
use PHPCR\Shell\Console\Helper\ShellHelper;
15-
use Symfony\Component\Console\Command\Command;
168
use PHPCR\Shell\Console\Command\ShellCommand;
17-
use PHPCR\Shell\Console\Input\ArgvInput;
189

1910
/**
2011
* This application wraps a single command which accepts
@@ -38,7 +29,7 @@ public function getDefaultInputDefinition()
3829
return new InputDefinition(array());
3930
}
4031

41-
protected function getCommandName($input)
32+
protected function getCommandName(InputInterface $input)
4233
{
4334
return 'phpcr_shell';
4435
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)