mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[API] Suppress all psalm issue from resolving container parameters method
This commit is contained in:
parent
5c874910ea
commit
e42610437e
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ final class ExtractorPropertyMetadataFactory implements PropertyMetadataFactoryI
|
|||
private $decoratedPropertyMetadataFactory;
|
||||
/** @var ContainerInterface */
|
||||
private $container;
|
||||
/** @var array */
|
||||
private $collectedParameters = [];
|
||||
|
||||
public function __construct(PropertyMetadataFactoryInterface $decoratedPropertyMetadataFactory, ContainerInterface $container)
|
||||
|
|
@ -57,6 +58,7 @@ final class ExtractorPropertyMetadataFactory implements PropertyMetadataFactoryI
|
|||
*
|
||||
* @return mixed The source with the placeholders replaced by the container
|
||||
* parameters. Arrays are resolved recursively.
|
||||
* @psalm-suppress all
|
||||
*/
|
||||
protected function resolve($value)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue