Completed
Pull Request — 3.x (#6245)
by Grégoire
02:55
created
src/Admin/BaseFieldDescription.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -540,6 +540,9 @@
 block discarded – undo
540 540
         return $object->{$fieldName};
541 541
     }
542 542
 
543
+    /**
544
+     * @param string $fieldName
545
+     */
543 546
     private function cacheFieldGetter(object $object, ?string $fieldName, string $method, ?string $getter = null): void
544 547
     {
545 548
         $getterKey = $this->getFieldGetterKey($object, $fieldName);
Please login to merge, or discard this patch.