1
0
mirror of synced 2025-02-02 21:41:45 +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
..
2017-09-06 01:32:49 +02:00
2017-06-08 22:04:07 +02:00
2017-09-06 01:32:49 +02:00
2017-06-08 22:04:07 +02:00
2013-03-11 00:08:58 +00:00