mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-12 02:42:33 +01:00
fix phpstan (#30057)
This commit is contained in:
@@ -342,7 +342,7 @@ class StockMovements extends DolibarrApi
|
||||
*
|
||||
* @throws RestException
|
||||
*/
|
||||
private function _validate($data)
|
||||
private function _validate($data) // @phpstan-ignore-line
|
||||
{
|
||||
$stockmovement = array();
|
||||
foreach (self::$FIELDS as $field) {
|
||||
|
||||
Reference in New Issue
Block a user