Remove return type from docblock.

Fixes:
- cli/commands/shell/ModelCommand.php:127 PhanTypeMissingReturn Method \ModelCommand::generateRelations is declared to return array in phpdoc but has no return value
This commit is contained in:
Marco van 't Wout
2023-09-27 16:39:04 +02:00
parent 0259dd5afa
commit bd71ed35dd

View File

@@ -121,8 +121,6 @@ EOD;
/**
* Generate code to put in ActiveRecord class's relations() function.
* @return array indexed by table names, each entry contains array of php code to go in appropriate ActiveRecord class.
* Empty array is returned if database couldn't be connected.
*/
protected function generateRelations()
{