diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-09-17 21:47:23 -0400 |
|---|---|---|
| committer | Justin J. Novack <jnovack@gmail.com> | 2012-09-17 21:47:23 -0400 |
| commit | 802794fcc585bbb6533c52b6a4c646829bd07b4d (patch) | |
| tree | 384e6233ef9ad1b386305183a5aecea56a356530 /src | |
| parent | 89f8c33e5a87e3c6c8d814493dfdab761c24cc46 (diff) | |
| download | phorkie-802794fcc585bbb6533c52b6a4c646829bd07b4d.tar.gz phorkie-802794fcc585bbb6533c52b6a4c646829bd07b4d.zip | |
FIX: Files without eol
Diffstat (limited to 'src')
| -rw-r--r-- | src/phorkie/File.php | 2 | ||||
| -rw-r--r-- | src/phorkie/GitCommandBinary.php | 2 | ||||
| -rw-r--r-- | src/phorkie/HtmlHelper.php | 2 | ||||
| -rw-r--r-- | src/phorkie/Repository/Commit.php | 2 | ||||
| -rw-r--r-- | src/phorkie/Tool/Manager.php | 2 | ||||
| -rw-r--r-- | src/phorkie/Tool/Result.php | 2 | ||||
| -rw-r--r-- | src/phorkie/Tool/Result/Line.php | 2 | ||||
| -rw-r--r-- | src/phorkie/Tools.php | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/phorkie/File.php b/src/phorkie/File.php index 331f2e5..f378f60 100644 --- a/src/phorkie/File.php +++ b/src/phorkie/File.php @@ -165,4 +165,4 @@ class File } } -?>
\ No newline at end of file +?> diff --git a/src/phorkie/GitCommandBinary.php b/src/phorkie/GitCommandBinary.php index 13a31db..a005349 100644 --- a/src/phorkie/GitCommandBinary.php +++ b/src/phorkie/GitCommandBinary.php @@ -12,4 +12,4 @@ class GitCommandBinary extends \VersionControl_Git_Util_Command } } -?>
\ No newline at end of file +?> diff --git a/src/phorkie/HtmlHelper.php b/src/phorkie/HtmlHelper.php index af046cf..ea21ab5 100644 --- a/src/phorkie/HtmlHelper.php +++ b/src/phorkie/HtmlHelper.php @@ -25,4 +25,4 @@ class HtmlHelper } } -?>
\ No newline at end of file +?> diff --git a/src/phorkie/Repository/Commit.php b/src/phorkie/Repository/Commit.php index 05c988b..62f1d40 100644 --- a/src/phorkie/Repository/Commit.php +++ b/src/phorkie/Repository/Commit.php @@ -70,4 +70,4 @@ class Repository_Commit } } -?>
\ No newline at end of file +?> diff --git a/src/phorkie/Tool/Manager.php b/src/phorkie/Tool/Manager.php index 8e18199..ca93b4a 100644 --- a/src/phorkie/Tool/Manager.php +++ b/src/phorkie/Tool/Manager.php @@ -43,4 +43,4 @@ class Tool_Manager } } -?>
\ No newline at end of file +?> diff --git a/src/phorkie/Tool/Result.php b/src/phorkie/Tool/Result.php index 22ea273..94dfe5e 100644 --- a/src/phorkie/Tool/Result.php +++ b/src/phorkie/Tool/Result.php @@ -6,4 +6,4 @@ class Tool_Result public $annotations; } -?>
\ No newline at end of file +?> diff --git a/src/phorkie/Tool/Result/Line.php b/src/phorkie/Tool/Result/Line.php index a788db6..1fa8bcb 100644 --- a/src/phorkie/Tool/Result/Line.php +++ b/src/phorkie/Tool/Result/Line.php @@ -31,4 +31,4 @@ class Tool_Result_Line } } -?>
\ No newline at end of file +?> diff --git a/src/phorkie/Tools.php b/src/phorkie/Tools.php index 843b2df..e4aab63 100644 --- a/src/phorkie/Tools.php +++ b/src/phorkie/Tools.php @@ -62,4 +62,4 @@ class Tools } -?>
\ No newline at end of file +?> |
