Skip to content

Commit

Permalink
[#12295] - Removed the final from the class definition
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Dec 23, 2018
1 parent 262f08c commit dd2192a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phalcon/container.zep
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Phalcon;
use Psr\Container\ContainerInterface;
use Phalcon\DiInterface;

final class Container implements ContainerInterface
class Container implements ContainerInterface
{
/**
* @var <DiInterface>
Expand Down

0 comments on commit dd2192a

Please sign in to comment.