From 877ac8a873f979f418064eb2f36f1148c9838694 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Tue, 2 Jul 2024 21:10:36 +0200 Subject: [PATCH] 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 --- src/applications/phortune/pdf/PhabricatorPDFIterator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/phortune/pdf/PhabricatorPDFIterator.php b/src/applications/phortune/pdf/PhabricatorPDFIterator.php index d39168369d..81626b91f5 100644 --- a/src/applications/phortune/pdf/PhabricatorPDFIterator.php +++ b/src/applications/phortune/pdf/PhabricatorPDFIterator.php @@ -45,7 +45,7 @@ final class PhabricatorPDFIterator } public function key() { - return $this->framgentKey; + return $this->fragmentKey; } public function next() {