Skip to content

Commit

Permalink
Fix setConfigCacheFactory compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Dec 8, 2023
1 parent 1e38dc9 commit 3c2f34a
Show file tree
Hide file tree
Showing 2 changed files with 723 additions and 714 deletions.
2 changes: 1 addition & 1 deletion src/Carbon/TranslatorImmutable.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function setTranslations($messages)
/**
* @codeCoverageIgnore
*/
public function setConfigCacheFactory(ConfigCacheFactoryInterface $configCacheFactory)
public function setConfigCacheFactory(ConfigCacheFactoryInterface $configCacheFactory): void
{
$this->disallowMutation(__METHOD__);

Expand Down
Loading

0 comments on commit 3c2f34a

Please sign in to comment.