Merge branch 'feat/add-phpstan-configuration-and-baseline' into 'master'

Add PHPStan project with level 1.

This PR: Add basic configuration files with basic baseline.


See merge request Chill-Projet/chill-bundles!191
This commit is contained in:
2021-11-09 11:31:21 +00:00
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.');
}
}