1
0
mirror of synced 2025-02-09 00:39:25 +03:00
JKapitein ad0a8c53fa
Add Type::GUID to $typeAlias list in EntityGenerator
Right now, when generating entities, a column of type 'guid' will generate the following PHPDoc:

```
/**
 * Get id
 *
 * @return guid
 */
public function getId() {...}
```

Since guid is not a valid PHP type, this throws a warning in PHPStorm, and I assume most IDEs.

Adding the type to the type alias list fixes the problem.
2017-11-28 00:11:32 +01:00
..
2014-02-05 15:13:53 +01:00
2016-10-25 23:58:42 -03:00
2017-11-26 16:33:27 +01:00
2015-04-02 21:42:47 +01:00