mirror of
https://github.com/friendica/friendica
synced 2025-04-23 11:50:12 +00:00
Changes:
- added more type-hints - added missing documentation
This commit is contained in:
parent
7ec07178c8
commit
8ba3f13fae
4 changed files with 43 additions and 52 deletions
|
@ -44,7 +44,7 @@ class Attach
|
|||
* @return array field list
|
||||
* @throws \Exception
|
||||
*/
|
||||
private static function getFields()
|
||||
private static function getFields(): array
|
||||
{
|
||||
$allfields = DBStructure::definition(DI::app()->getBasePath(), false);
|
||||
$fields = array_keys($allfields['attach']['fields']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue