Skip to content

Commit 17418f5

Browse files
committed
Update stubs
1 parent dee4f43 commit 17418f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stubs/ext/phar/Phar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function convertToData(?int $format = null, ?int $compression = null, ?st
5353
{
5454
}
5555
/** @return bool */
56-
public function copy(string $to, string $from)
56+
public function copy(string $from, string $to)
5757
{
5858
}
5959
/** @return int */

stubs/ext/phar/PharData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function convertToData(?int $format = null, ?int $compression = null, ?st
9393
* @return bool
9494
* @implementation-alias Phar::copy
9595
*/
96-
public function copy(string $to, string $from)
96+
public function copy(string $from, string $to)
9797
{
9898
}
9999
/**

0 commit comments

Comments
 (0)