mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 18:44:26 +02: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
|
<?php
|
||||||
|
|
||||||
/* Copyright (C) 2010-2024, the Friendica project
|
// Copyright (C) 2010-2024, the Friendica project
|
||||||
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
// SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
||||||
*
|
//
|
||||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
*
|
|
||||||
|
/**
|
||||||
* The configuration defines "complex" dependencies inside Friendica
|
* The configuration defines "complex" dependencies inside Friendica
|
||||||
* So this classes shouldn't be simple or their dependencies are already defined here.
|
* So this classes shouldn't be simple or their dependencies are already defined here.
|
||||||
*
|
*
|
||||||
|
@ -19,6 +20,7 @@
|
||||||
*
|
*
|
||||||
* - $a = new ClassA($creationPassedVariable);
|
* - $a = new ClassA($creationPassedVariable);
|
||||||
*
|
*
|
||||||
|
* @link https://r.je/dice
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use Dice\Dice;
|
use Dice\Dice;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue