We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35431ca commit 9efcc86Copy full SHA for 9efcc86
1 file changed
src/Uri.php
@@ -326,16 +326,6 @@ function __toString () : string {
326
return $this->compose();
327
}
328
329
- /**
330
- * Ensures a deep Uri cloning
331
- *
332
- * TODO: Test that ensures that immutability is kept
333
- */
334
- function __clone () {
335
- if ($this->path) $this->path = clone $this->path;
336
- if ($this->query) $this->query = clone $this->query;
337
- }
338
-
339
/**
340
* @return bool
341
*/
0 commit comments