Skip to content

Commit

Permalink
Make AssetStrategy final will be easier to maintain
Browse files Browse the repository at this point in the history
  • Loading branch information
svycka committed Nov 20, 2017
1 parent dee2829 commit 1eb1e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SlmLocale/Strategy/AssetStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
* Class AssetStrategy
* @package SlmLocale\Strategy
*/
class AssetStrategy extends AbstractStrategy
final class AssetStrategy extends AbstractStrategy
{
/** @var array */
protected $file_extensions = [];
private $file_extensions = [];

public function detect(LocaleEvent $event)
{
Expand Down

0 comments on commit 1eb1e41

Please sign in to comment.