Adhere feedback

This commit is contained in:
Philipp Holzer 2023-01-17 19:15:37 +01:00
parent eed6db2465
commit 3b262f44a3
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
3 changed files with 3 additions and 3 deletions

View file

@ -140,7 +140,7 @@
"extra": { "extra": {
"patches": { "patches": {
"level-2/dice": [ "level-2/dice": [
"mods/patches/level-2-dice-dice-php.patch" "mods/patches/level-2-dice-dice-php.patch"
] ]
} }
} }

View file

@ -22,7 +22,7 @@
namespace Friendica\Core\Hooks\Capabilities; namespace Friendica\Core\Hooks\Capabilities;
/** /**
* All interfaces, marking this interface are valid Strategies for Hook calls * All classes, implementing this interface are valid Strategies for Hook calls
*/ */
interface IAmAStrategy interface IAmAStrategy
{ {

View file

@ -70,7 +70,7 @@ interface ICanManageInstances
* around the instance before returning it * around the instance before returning it
* *
* @param string $class The fully-qualified name of the given class or interface which will get returned * @param string $class The fully-qualified name of the given class or interface which will get returned
* @param string $name The name of the concrete class, wich * @param string $name An arbitrary identifier to find a concrete instance strategy.
* @param array $arguments Additional arguments, which can be passed to the constructor of "$class" at runtime * @param array $arguments Additional arguments, which can be passed to the constructor of "$class" at runtime
* *
* @return object The concrete instance of the type "$class" * @return object The concrete instance of the type "$class"