1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02: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:
Andre Klapper 2024-07-02 21:10:36 +02:00
parent 59428f64ca
commit 877ac8a873

View file

@ -45,7 +45,7 @@ final class PhabricatorPDFIterator
}
public function key() {
return $this->framgentKey;
return $this->fragmentKey;
}
public function next() {