Skip to content

Commit

Permalink
Fix TranslatorAwareTrait comments. (vufind-org#2990)
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz authored Jul 11, 2023
1 parent dafa052 commit 9284a8a
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Lightweight translator aware marker interface.
* Reusable implementation of TranslatorAwareInterface.
*
* PHP version 8
*
Expand Down Expand Up @@ -32,10 +32,7 @@
use Laminas\I18n\Translator\TranslatorInterface;

/**
* Lightweight translator aware marker interface (used as an alternative to
* \Laminas\I18n\Translator\TranslatorAwareInterface, which requires an excessive
* number of methods to be implemented). If we switch to PHP 5.4 traits in the
* future, we can eliminate this interface in favor of the default Laminas version.
* Reusable implementation of TranslatorAwareInterface.
*
* @category VuFind
* @package Translator
Expand Down

0 comments on commit 9284a8a

Please sign in to comment.