Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed getRevisions() since revisions isn't a part of the Diff object
  • Loading branch information
tolik518 committed Aug 3, 2022
commit 0b56aaba0bb59174dd99c0326451ea231a147497
8 changes: 0 additions & 8 deletions src/Gitonomy/Git/Diff/Diff.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,6 @@ public function setRepository(Repository $repository)
}
}

/**
* @return array
*/
public function getRevisions()
{
return $this->revisions;
}

/**
* Get list of files modified in the diff's revision.
*
Expand Down