mirror of
https://github.com/friendica/friendica
synced 2025-01-03 14:02:26 +00:00
Fix PHPDoc and add link to DICE docs
This commit is contained in:
parent
31a731deb7
commit
5edc36d6fc
1 changed files with 7 additions and 5 deletions
|
@ -1,10 +1,11 @@
|
|||
<?php
|
||||
|
||||
/* Copyright (C) 2010-2024, the Friendica project
|
||||
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*
|
||||
// Copyright (C) 2010-2024, the Friendica project
|
||||
// SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
||||
//
|
||||
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
/**
|
||||
* The configuration defines "complex" dependencies inside Friendica
|
||||
* So this classes shouldn't be simple or their dependencies are already defined here.
|
||||
*
|
||||
|
@ -19,6 +20,7 @@
|
|||
*
|
||||
* - $a = new ClassA($creationPassedVariable);
|
||||
*
|
||||
* @link https://r.je/dice
|
||||
*/
|
||||
|
||||
use Dice\Dice;
|
||||
|
|
Loading…
Reference in a new issue