Skip to content

Commit 8ecb3f5

Browse files
author
Vinícius Gamaliel
committed
Binary working
1 parent 26119f6 commit 8ecb3f5

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

bin/docblock

14.3 KB
Binary file not shown.

bin/docblock.phar

100644100755
14.3 KB
Binary file not shown.

bin/docblock.phar.php

Lines changed: 0 additions & 9 deletions
This file was deleted.

docblock.phar.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
2-
$app = new Phar("bin/docblock.phar", 0, "bin/docblock.phar");
2+
$app = new Phar("bin/docblock.phar", 0, "docblock.phar");
33
$app->addFile('src/docblock.php');
4+
$app->addFile('src/DocBlockGenerator.class.php');
45
$defaultStub = $app->createDefaultStub("src/docblock.php");
56
$stub = "#!/usr/bin/env php \n".$defaultStub;
67
$app->setStub($stub);

0 commit comments

Comments
 (0)