Skip to content

Commit

Permalink
Move License comment inside php-tag.
Browse files Browse the repository at this point in the history
When the license is outside the php-tag, it's included in the output.
  • Loading branch information
actinium authored Apr 29, 2020
1 parent 1a0dc69 commit 82b5a55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stackcollapse-xdebug.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/php
#
<?php
# Copyright 2018 Miriam Lauter ([email protected]). All rights reserved.
#
# This program is free software; you can redistribute it and/or
Expand All @@ -20,7 +20,6 @@
#
# 13-Apr-2018 Miriam Lauter Created this.

<?php
ini_set('error_log', null);
$optind = null;
$args = getopt("htc", ["help"], $optind);
Expand Down

0 comments on commit 82b5a55

Please sign in to comment.