mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-21 22:32:41 +01:00
Fix property name typo in PhabricatorPDFIterator
Summary: `$framgentKey` has a typo. Test Plan: Slowly spell the word "fragmentKey"; compare with the top of the file. Reviewers: O1 Blessed Committers, valerio.bozzolan Reviewed By: O1 Blessed Committers, valerio.bozzolan Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D25715
This commit is contained in:
parent
59428f64ca
commit
877ac8a873
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ final class PhabricatorPDFIterator
|
|||
}
|
||||
|
||||
public function key() {
|
||||
return $this->framgentKey;
|
||||
return $this->fragmentKey;
|
||||
}
|
||||
|
||||
public function next() {
|
||||
|
|
Loading…
Reference in a new issue