We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81d323 commit b19173cCopy full SHA for b19173c
src/PHPCR/Shell/Console/Application/SessionApplication.php
@@ -20,7 +20,7 @@ class SessionApplication extends BaseApplication
20
{
21
public function __construct()
22
23
- parent::__construct('PHPCR', '1.0');
+ parent::__construct('PHPCRSH', '0.1');
24
25
$command = new ShellCommand();
26
$command->setApplication($this);
src/PHPCR/Shell/Console/Application/ShellApplication.php
@@ -43,7 +43,7 @@ class ShellApplication extends Application
43
44
public function __construct(InputInterface $input, $transports = array())
45
46
47
48
// initialize transports
49
foreach (array_merge(array(
0 commit comments