Skip to content

Commit

Permalink
Add missing possible Exception
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXal committed Jul 12, 2021
1 parent c756646 commit 5061fb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Phar/Phar.php
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,7 @@ final public static function mungServer(array $variables) {}
* @param string $filename <p>
* The path on disk to the phar archive.
* </p>
* @throws PharException
* @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
*/
final public static function unlinkArchive(string $filename) {}
Expand Down

0 comments on commit 5061fb6

Please sign in to comment.