| 1 | <?php |
||
| 8 | class MethodDeliveryPaymentRepository extends Repository |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @return MethodDeliveryPayment |
||
| 12 | */ |
||
| 13 | public function getModel() |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @return MethodDeliveryPaymentTranslation |
||
| 20 | */ |
||
| 21 | public function getTranslatableModel() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Get public posts. |
||
| 28 | * |
||
| 29 | * @param $perPage |
||
| 30 | * @return \Illuminate\Database\Eloquent\Collection |
||
| 31 | */ |
||
| 32 | public function getPublic($type) |
||
| 40 | } |
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.