update(config/model command): add option to force usage of FQN + tests (#1031)

This commit is contained in:
edvordo
2020-09-01 09:11:12 +02:00
committed by GitHub
parent 4a6d127440
commit a96add6981
5 changed files with 267 additions and 1 deletions
+12
View File
@@ -242,4 +242,16 @@ return array(
*/
'include_class_docblocks' => false,
/*
|--------------------------------------------------------------------------
| Force FQN usage
|--------------------------------------------------------------------------
|
| Use the fully qualified (class) name in docBlock,
| event if class exists in a given file
| or there is an import (use className) of a given class
|
*/
'force_fqn' => false,
);