Skip to content

Commit 71bcc32

Browse files
committed
Revert "Merge pull request #27 from gitonomy/feat-diff"
1 parent 6d222ec commit 71bcc32

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/Gitonomy/Git/Diff/Diff.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ class Diff
2626
*/
2727
protected $files;
2828

29-
/**
30-
* @var string
31-
*/
32-
protected $rawDiff;
33-
3429
/**
3530
* Constructs a new diff for a given revision.
3631
*
@@ -72,16 +67,6 @@ public function getFiles()
7267
return $this->files;
7368
}
7469

75-
/**
76-
* Get raw diff
77-
*
78-
* @return string The raw diff
79-
*/
80-
public function getRawDiff()
81-
{
82-
return $this->rawDiff;
83-
}
84-
8570
public function toArray()
8671
{
8772
return array_map(function (File $file) {

0 commit comments

Comments
 (0)