'UnusedPrivateMethod : Avoid unused private methods such as 'processPayment'. PHP

I'm trying to fix the pipeline and I got the following error:

UnusedPrivateMethod : Avoid unused private methods such as 'processPayment'. 

Does anyone know how to fix it?

php


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source