Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #219 from localheinz/fix/shebang
Browse files Browse the repository at this point in the history
Fix: Remove shebang from github-changelog.php
  • Loading branch information
localheinz authored Oct 25, 2017
2 parents 0e016a4 + fc455f2 commit 430a3b0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion github-changelog.php
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
#!/usr/bin/env php
<?php

declare(strict_types=1);

/**
* Copyright (c) 2017 Andreas Möller.
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*
* @link https://github.com/localheinz/github-changelog
*/

use Github\Api;
use Github\Client;
use Localheinz\GitHub\ChangeLog;
Expand Down

0 comments on commit 430a3b0

Please sign in to comment.