Add PHPStan project with level 1.

This commit is contained in:
Pol Dellaiera
2021-11-09 11:31:20 +00:00
committed by Julien Fastré
parent 94e84fbdf0
commit e2ab3bfc6e
8 changed files with 827 additions and 35 deletions

View File

@@ -145,5 +145,7 @@ class DocGeneratorTemplateController extends AbstractController
} catch (TransferException $e) {
throw $e;
}
throw new \Exception('Unable to generate document.');
}
}