Skip to content

Commit 90b591c

Browse files
author
Flavius12
committed
Update phartools.php
1 parent 01d74c3 commit 90b591c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

phartools.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* PharTools (v1.0) by EvolSoft
55
* Developer: EvolSoft (Flavius12)
66
* Website: http://www.evolsoft.tk
7-
* Date: 23/04/2015 08:02 PM (UTC)
7+
* Date: 23/04/2015 08:15 PM (UTC)
88
* Copyright & License: (C) 2015 EvolSoft
99
* Licensed under MIT (https://github.com/EvolSoft/PharTools/blob/master/LICENSE)
1010
*/
@@ -180,7 +180,7 @@
180180
echo "Size: " . intval((filesize($file) * .0009765625) * .0009765625) ." MB (" . intval(filesize($file) * .0009765625) . " KB)\n";
181181
echo "Signature: " . $phar->getSignature()["hash"] . "\n";
182182
echo "Signature type: " . $phar->getSignature()["hash_type"] . "\n";
183-
echo "Stub: " . $phar->getStub();
183+
echo "Stub: " . $phar->getStub() . "\n";
184184
echo "Writable: " . strbool($phar->isWritable()) . "\n";
185185
echo "Readable: " . strbool($phar->isReadable()) . "\n";
186186
echo "Metadata: " . $metadata;

0 commit comments

Comments
 (0)