Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
Fix type to comply with parent constructor
  • Loading branch information
Mardl authored Jan 15, 2020
2 parents e7f336d + 8b1b603 commit c0045e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Config/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Data extends ConfigData
* @param Reader $reader
* @param ScopeInterface $configScope
* @param CacheInterface $cache
* @param $cacheId
* @param string $cacheId
* @param ConfigHelper $configHelper
* @param Country $country
* @param SerializerInterface|null $serializer
Expand Down

0 comments on commit c0045e1

Please sign in to comment.