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

Commit

Permalink
#6523 - making the newly introduced BooleanStrategy final
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 1, 2015
1 parent fab0200 commit 9e0db5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Stdlib/Hydrator/Strategy/BooleanStrategy.php
Expand Up @@ -16,7 +16,7 @@
*
* @package Zend\Stdlib\Hydrator\Strategy
*/
class BooleanStrategy implements StrategyInterface
final class BooleanStrategy implements StrategyInterface
{
/**
* @var int|string
Expand Down

0 comments on commit 9e0db5e

Please sign in to comment.