2
0
forked from Wavyzz/dolibarr

Fixed PHPDoc. Added contributor details. (#33988)

This commit is contained in:
William Mead
2025-04-29 06:40:04 +02:00
committed by GitHub
parent 5e887e8850
commit c3b35d4da5

View File

@@ -1,6 +1,7 @@
<?php
/* Copyright (C) 2015 Jean-François Ferry <jfefe@aternatik.fr>
/* Copyright (C) 2015 Jean-François Ferry <jfefe@aternatik.fr>
* Copyright (C) 2016 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2025 William Mead <william@m34d.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -69,13 +70,14 @@ class Interventions extends DolibarrApi
}
/**
* Get properties of a Expense Report object
* Return an array with Expense Report information
* Get properties of an intervention object
*
* @param int $id ID of Expense Report
* @return Object Object with cleaned properties
* Return an array with intervention information
*
* @throws RestException
* @param int $id ID of intervention
* @return Object Intervention object with cleaned properties
*
* @throws RestException
*/
public function get($id)
{
@@ -300,9 +302,9 @@ class Interventions extends DolibarrApi
}
/**
* Delete order
* Delete intervention
*
* @param int $id Order ID
* @param int $id Intervention ID
* @return array
*/
public function delete($id)