Skip to content

Commit aadae22

Browse files
committed
Fixes issue bloatless#36 / Modify the composer.json so I can use the project with my improvements (feature/queryParams so far)
1 parent d11c958 commit aadae22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "bloatless/php-websocket",
2+
"name": "r-martins/php-websocket",
33
"description": "A simple WebSocket Server and Client implementation in PHP.",
44
"keywords": [
55
"php",

Diff for: 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+
private function __clone()
2020
{
2121
// singleton construct required this method to be protected/private
2222
}

0 commit comments

Comments
 (0)