Skip to content

Commit 52cadb4

Browse files
author
Dominik Liebler
committed
added final to Multiton
1 parent 8c9b537 commit 52cadb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Creational/Multiton/Multiton.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace DesignPatterns\Creational\Multiton;
44

5-
class Multiton
5+
final class Multiton
66
{
77
const INSTANCE_1 = '1';
88
const INSTANCE_2 = '2';

0 commit comments

Comments
 (0)