We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d11c958 commit aadae22Copy full SHA for aadae22
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "bloatless/php-websocket",
+ "name": "r-martins/php-websocket",
3
"description": "A simple WebSocket Server and Client implementation in PHP.",
4
"keywords": [
5
"php",
src/Application/Application.php
@@ -16,7 +16,7 @@ protected function __construct()
16
// singleton construct required this method to be protected/private
17
}
18
19
- final protected function __clone()
+ private function __clone()
20
21
22
0 commit comments