Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
zendframework/zendframework#6545 - making UpperCaseWords final
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 1, 2015
1 parent 1503f41 commit e7fe718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UpperCaseWords.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Zend\Filter;

class UpperCaseWords extends AbstractUnicode
final class UpperCaseWords extends AbstractUnicode
{
/**
* @var array
Expand Down

0 comments on commit e7fe718

Please # to comment.