Merge pull request #363 from gajdaw/entities_generator_cs_fix
Entities generator: constructor's template docblock
This commit is contained in:
commit
e8ad82c80f
@ -235,7 +235,10 @@ public function <methodName>()
|
|||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
private static $constructorMethodTemplate =
|
private static $constructorMethodTemplate =
|
||||||
'public function __construct()
|
'/**
|
||||||
|
* Constructor
|
||||||
|
*/
|
||||||
|
public function __construct()
|
||||||
{
|
{
|
||||||
<spaces><collections>
|
<spaces><collections>
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user