Skip to content

Commit 6fb4f56

Browse files
committed
Fixed wrong method signature
1 parent 6a8c584 commit 6fb4f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Gitonomy/Git/Commit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public function getTree()
258258
/**
259259
* @return Commit
260260
*/
261-
public function getLastModification($path, $lastHash = null)
261+
public function getLastModification($path)
262262
{
263263
if (preg_match('#^/#', $path)) {
264264
$path = StringHelper::substr($path, 1);

0 commit comments

Comments
 (0)