Skip to content

Commit 78a6e42

Browse files
committed
Revert style changes.
1 parent 751d6f5 commit 78a6e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Definition/Resolver/DefinitionResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ interface DefinitionResolver
2222
* Resolve a definition to a value.
2323
*
2424
* @param Definition $definition Object that defines how the value should be obtained.
25-
* @param array $parameters Optional parameters to use to build the entry.
2625
* @psalm-param T $definition
26+
* @param array $parameters Optional parameters to use to build the entry.
2727
* @return mixed Value obtained from the definition.
2828
*
2929
* @throws InvalidDefinition If the definition cannot be resolved.
@@ -35,8 +35,8 @@ public function resolve(Definition $definition, array $parameters = []) : mixed;
3535
* Check if a definition can be resolved.
3636
*
3737
* @param Definition $definition Object that defines how the value should be obtained.
38-
* @param array $parameters Optional parameters to use to build the entry.
3938
* @psalm-param T $definition
39+
* @param array $parameters Optional parameters to use to build the entry.
4040
*/
4141
public function isResolvable(Definition $definition, array $parameters = []) : bool;
4242
}

0 commit comments

Comments
 (0)