Skip to content

Commit 3a1cecc

Browse files
authored
Merge pull request #37 from r-martins/patch-1
Remove final from private magic method
2 parents 5e6a756 + 5d9d512 commit 3a1cecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ protected function __construct()
1616
// singleton construct required this method to be protected/private
1717
}
1818

19-
final protected function __clone()
19+
protected function __clone()
2020
{
2121
// singleton construct required this method to be protected/private
2222
}

0 commit comments

Comments
 (0)