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 7a73d75 commit fa90a41Copy full SHA for fa90a41
CHANGELOG.md
@@ -1,9 +1,17 @@
1
Changelog
2
=========
3
4
+
5
dev-master
6
----------
7
8
+### Bug fixes
9
10
+- [embedded] No exit code returned
11
12
+beta1
13
+-----
14
15
### BC Break
16
17
- [DoctrinePhpcrBundle] Shell must now be initiated in a different way in
src/PHPCR/Shell/Console/Application/EmbeddedApplication.php
@@ -56,6 +56,6 @@ protected function getDefaultCommand()
56
public function runWithStringInput($stringInput, OutputInterface $output)
57
{
58
$input = new StringInput($stringInput);
59
- $this->run($input, $output);
+ return $this->run($input, $output);
60
}
61
0 commit comments