Skip to content

Commit

Permalink
Merge pull request #380 from creative-commoners/pulls/1/stop-using-depr
Browse files Browse the repository at this point in the history
API Stop using deprecated API
  • Loading branch information
sabina-talipova authored Dec 5, 2022
2 parents 4baa7b4 + de9d31d commit 35c81a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Versioned.php
Original file line number Diff line number Diff line change
Expand Up @@ -1986,7 +1986,7 @@ public function publish($fromStage, $toStage, $createNewVersion = true)
* @param int|string|null $fromStage Place to copy from. Can be either a stage name or a version number.
* Null copies current object to stage
* @param string $toStage Place to copy to. Must be a stage name.
* @param bool $createNewVersion [DEPRECATED] This parameter is ignored, as copying to stage should always
* @param bool $createNewVersion @deprecated This parameter is ignored, as copying to stage should always
* create a new version.
*/
public function copyVersionToStage($fromStage, $toStage, $createNewVersion = true)
Expand Down

0 comments on commit 35c81a0

Please sign in to comment.