From 1d8c5b6cca1f5d7a7e79adeabd8e67ec73dfa2b6 Mon Sep 17 00:00:00 2001 From: alojua Date: Mon, 13 Mar 2017 16:08:12 +0100 Subject: [PATCH] update comments after changing exception type --- src/Staempfli/Symlinker/Command/Create/CreateFromFileCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Staempfli/Symlinker/Command/Create/CreateFromFileCommand.php b/src/Staempfli/Symlinker/Command/Create/CreateFromFileCommand.php index f2a5728..e25b7ee 100644 --- a/src/Staempfli/Symlinker/Command/Create/CreateFromFileCommand.php +++ b/src/Staempfli/Symlinker/Command/Create/CreateFromFileCommand.php @@ -81,6 +81,7 @@ protected function execute(InputInterface $input, OutputInterface $output) /** * @param InputInterface $input * @return array + * @throws \Exception */ protected function getFileLines(InputInterface $input) {