Skip to content

Commit 56eac3e

Browse files
authored
Fix phpcs
1 parent 9e27141 commit 56eac3e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

lib/internal/Magento/Framework/Interception/PluginListGenerator.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,18 @@ class PluginListGenerator implements ConfigWriterInterface, ConfigLoaderInterfac
5555
*/
5656
private array $globalScopePluginData = [];
5757

58+
/**
59+
* @param ReaderInterface $reader
60+
* @param ScopeInterface $scopeConfig
61+
* @param ConfigInterface $omConfig
62+
* @param RelationsInterface $relations
63+
* @param DefinitionInterface $definitions
64+
* @param ClassDefinitions $classDefinitions
65+
* @param LoggerInterface $logger
66+
* @param DirectoryList $directoryList
67+
* @param array $scopePriorityScheme [optional]
68+
* @param string $appMode [optional]
69+
*/
5870
public function __construct(
5971
private ReaderInterface $reader,
6072
private ScopeInterface $scopeConfig,
@@ -180,6 +192,9 @@ private function getClassDefinitions(): array
180192

181193
/**
182194
* Whether scope code is current scope code
195+
*
196+
* @param string $scopeCode
197+
* @return bool
183198
*/
184199
private function isCurrentScope(string $scopeCode): bool
185200
{
@@ -324,6 +339,8 @@ public function merge(array $config, $pluginData)
324339
/**
325340
* Writes config in storage
326341
*
342+
* @param string $key
343+
* @param array $config
327344
* @throws FileSystemException
328345
*/
329346
private function writeConfig(string $key, array $config): void

0 commit comments

Comments
 (0)