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
stylistic changes to satisfy style-ci
  • Loading branch information
tolik518 committed Oct 6, 2022
commit 0fdf03c386d7888d37ad86f7ede5a0163b815fe3
2 changes: 1 addition & 1 deletion src/Gitonomy/Git/Reference/Branch.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function isLocal()

/**
* Check if this branch is merged to a destination branch
* Optionally, check only with remote branches
* Optionally, check only with remote branches.
*
* @param string $destinationBranchName
* @param bool $compareOnlyWithRemote
Expand Down