We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d222ec commit 71bcc32Copy full SHA for 71bcc32
src/Gitonomy/Git/Diff/Diff.php
@@ -26,11 +26,6 @@ class Diff
26
*/
27
protected $files;
28
29
- /**
30
- * @var string
31
- */
32
- protected $rawDiff;
33
-
34
/**
35
* Constructs a new diff for a given revision.
36
*
@@ -72,16 +67,6 @@ public function getFiles()
72
67
return $this->files;
73
68
}
74
69
75
76
- * Get raw diff
77
- *
78
- * @return string The raw diff
79
80
- public function getRawDiff()
81
- {
82
- return $this->rawDiff;
83
- }
84
85
70
public function toArray()
86
71
{
87
return array_map(function (File $file) {
0 commit comments