Skip to content

Commit a37c497

Browse files
author
Mauro Cassani
committed
fixing code (SensioLabs Insights)
1 parent 6611f6b commit a37c497

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Diff for: app/bootstrap.php

-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@
1818
return $config;
1919
} catch (ParseException $e) {
2020
printf('Unable to parse the YAML string: %s', $e->getMessage());
21-
die();
2221
}

Diff for: docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ services:
1515

1616
memcached:
1717
image: memcached
18-
restart: always
18+
restart: always

Diff for: src/Command/FlushCommand.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
namespace InMemoryList\Command;
1212

13-
use Symfony\Component\Console\Input\InputArgument;
1413
use Symfony\Component\Console\Input\InputInterface;
1514
use Symfony\Component\Console\Output\OutputInterface;
1615

0 commit comments

Comments
 (0)