From a93b8e10f5954be0853eec693c13e84c4bd9e6f2 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 15 Dec 2017 11:24:35 -0800 Subject: Kanboard requires at least PHP 5.6 now --- vendor/symfony/console/Tests/Fixtures/Foo3Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/symfony/console/Tests/Fixtures/Foo3Command.php') diff --git a/vendor/symfony/console/Tests/Fixtures/Foo3Command.php b/vendor/symfony/console/Tests/Fixtures/Foo3Command.php index 6c890faf..adb3a2d8 100644 --- a/vendor/symfony/console/Tests/Fixtures/Foo3Command.php +++ b/vendor/symfony/console/Tests/Fixtures/Foo3Command.php @@ -23,7 +23,7 @@ class Foo3Command extends Command throw new \Exception('Second exception comment', 0, $e); } } catch (\Exception $e) { - throw new \Exception('Third exception comment', 0, $e); + throw new \Exception('Third exception comment', 404, $e); } } } -- cgit v1.2.3