Skip to content
This repository was archived by the owner on Mar 15, 2020. It is now read-only.

Commit abd605e

Browse files
committed
Merge pull request #12 from aik099/patch-1
Missing parameter description in DocBlock
2 parents 7cba1ad + a16e6cd commit abd605e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Updater.php

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ class Updater
9393
*
9494
* @param string $localPharFile
9595
* @param bool $hasPubKey
96+
* @param string $strategy
9697
*/
9798
public function __construct($localPharFile = null, $hasPubKey = true, $strategy = self::STRATEGY_SHA1)
9899
{

0 commit comments

Comments
 (0)