Skip to content

Commit

Permalink
ability to inherit from PhpFunctionsScanner
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Droz committed Jul 31, 2018
1 parent ecf6de7 commit e673e5d
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 e673e5d

Please sign in to comment.