]> git.mxchange.org Git - friendica.git/commitdiff
Add whitespace ..
authorPhilipp <admin@philipp.info>
Tue, 17 Jan 2023 18:23:20 +0000 (19:23 +0100)
committerPhilipp <admin@philipp.info>
Tue, 17 Jan 2023 18:23:20 +0000 (19:23 +0100)
src/Core/Hooks/Capabilities/ICanManageInstances.php

index 252f3d03bd64411f21afa3ba6b7a47675cf26b16..bdad1b92354f5e1efaf894fe4fa2617bc6434e34 100644 (file)
@@ -34,9 +34,9 @@ interface ICanManageInstances
         *
         * @see https://refactoring.guru/design-patterns/strategy
         *
-        * @param string $interface The interface, which the given class implements
-        * @param string $name      An arbitrary identifier for the given class, which will be used for factories, dependency injections etc.
-        * @param string $class     The fully-qualified given class name
+        * @param string $interface  The interface, which the given class implements
+        * @param string $name       An arbitrary identifier for the given class, which will be used for factories, dependency injections etc.
+        * @param string $class      The fully-qualified given class name
         * @param ?array  $arguments Additional arguments, which can be passed to the constructor
         *
         * @return $this This interface for chain-calls