Add whitespace ..

This commit is contained in:
Philipp Holzer 2023-01-17 19:23:20 +01:00
parent 3b262f44a3
commit 8eed43a7dd
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432

View file

@ -34,9 +34,9 @@ interface ICanManageInstances
* *
* @see https://refactoring.guru/design-patterns/strategy * @see https://refactoring.guru/design-patterns/strategy
* *
* @param string $interface The interface, which the given class implements * @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 $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 $class The fully-qualified given class name
* @param ?array $arguments Additional arguments, which can be passed to the constructor * @param ?array $arguments Additional arguments, which can be passed to the constructor
* *
* @return $this This interface for chain-calls * @return $this This interface for chain-calls