| 1 | <?php  | 
            ||
| 5 | class Payment_Adaptive_PaymentDetails extends Payment_Adaptive { | 
            ||
| 6 | |||
| 7 | const API_OPERATION_PAYMENT_DETAILS = 'PaymentDetails';  | 
            ||
| 8 | |||
| 9 | /**  | 
            ||
| 10 | * Perform a low-level PaymentDetails API request.  | 
            ||
| 11 | */  | 
            ||
| 12 | public function payment_details($data)  | 
            ||
| 16 | |||
| 17 | public function get_payment_details(array $transaction)  | 
            ||
| 24 | |||
| 25 | public function fields()  | 
            ||
| 44 | }  | 
            
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.