We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d68c4c commit 74dde82Copy full SHA for 74dde82
src/generator/ModelGenerator.php
@@ -23,6 +23,9 @@ class ModelGenerator {
23
24
/** @var CodeGeneratorConfig */
25
private $config;
26
+
27
+ /** @var Formatter */
28
+ private $formatter;
29
30
/**
31
*
src/model/GenerateableInterface.php
@@ -12,6 +12,8 @@ interface GenerateableInterface {
12
13
14
* Generates docblock based on provided information
15
+ *
16
+ * @return void
17
*/
- public function generateDocblock();
18
+ public function generateDocblock(): void;
19
}
0 commit comments