We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfbc20 commit d43990bCopy full SHA for d43990b
src/Traits/Copyable.php
@@ -34,7 +34,7 @@ public function copy(
34
$major == null ? $this->major : $major,
35
$minor == null ? $this->minor : $minor,
36
$patch == null ? $this->patch : $patch,
37
- $preRelease === null ? (string)$this->preRelease : $preRelease,
+ $preRelease === null ? $this->preRelease : $preRelease,
38
$buildMeta === null ? $this->buildMeta : $buildMeta
39
);
40
}
0 commit comments