Skip to content

Commit

Permalink
Comment the param.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandukart committed Jun 4, 2021
1 parent 34bb68e commit a2dc99b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Plugin/migrate/process/AccessibleFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ class AccessibleFile extends ProcessPluginBase implements ContainerFactoryPlugin
* The stream wrapper manager service.
* @param \Drupal\Core\File\FileSystemInterface $file_system
* The file system service.
* @param \Drupal\Core\Config\ConfigFactoryInterface $config
* The config factory.
*/
public function __construct(array $configuration, $plugin_id, $plugin_definition, StreamWrapperManagerInterface $stream_wrappers, FileSystemInterface $file_system, ConfigFactoryInterface $config) {
parent::__construct($configuration, $plugin_id, $plugin_definition);
Expand Down

0 comments on commit a2dc99b

Please sign in to comment.