]> git.mxchange.org Git - friendica.git/commitdiff
Fix PHPDoc and add link to DICE docs
authorArt4 <art4@wlabs.de>
Mon, 23 Dec 2024 14:28:01 +0000 (14:28 +0000)
committerArt4 <art4@wlabs.de>
Mon, 23 Dec 2024 14:28:01 +0000 (14:28 +0000)
static/dependencies.config.php

index 1ead393f48d91339457d00b9a7680866471aa744..8d76e79a68448d6dcdaf8b4317723f3de8b5c7ce 100644 (file)
@@ -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;