Skip to content

Commit 65c8d2d

Browse files
committed
Coding standard fixes
1 parent ae995b5 commit 65c8d2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build-phar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
/**
6262
* Build from a package list.
6363
*
64-
* @param object &$phar The Phar class.
64+
* @param object $phar The Phar class.
6565
*
6666
* @return void
6767
*/
@@ -93,7 +93,7 @@ function buildFromPackage(&$phar)
9393
/**
9494
* Add from a node.
9595
*
96-
* @param object &$phar The Phar class.
96+
* @param object $phar The Phar class.
9797
* @param object $node The node to add.
9898
* @param string $prefix The prefix of the structure.
9999
*

0 commit comments

Comments
 (0)