Skip to content

Commit

Permalink
Merge pull request #62 from drzraf/extend-phpfunctionsscanner
Browse files Browse the repository at this point in the history
ability to inherit from PhpFunctionsScanner
  • Loading branch information
schlessera authored Jul 31, 2018
2 parents ecf6de7 + e673e5d commit bf71ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpFunctionsScanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Gettext\Translations;
use Gettext\Utils\PhpFunctionsScanner as GettextPhpFunctionsScanner;

final class PhpFunctionsScanner extends GettextPhpFunctionsScanner {
class PhpFunctionsScanner extends GettextPhpFunctionsScanner {
/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit bf71ffe

Please sign in to comment.