mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Fix phpstan
This commit is contained in:
parent
10f392408c
commit
4e68ca4bae
|
|
@ -403,7 +403,7 @@ class Graph
|
|||
continue;
|
||||
}
|
||||
|
||||
$diameter = \max($diameter, $this->getFloydWarshallShortestPath($node1, $node2));
|
||||
$diameter = \max($diameter, $this->getFloydWarshallShortestPath());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -267,9 +267,9 @@ abstract class C128Abstract
|
|||
/**
|
||||
* Validate the barcode string
|
||||
*
|
||||
* @param string $code Barcode string
|
||||
* @param string $barcode Barcode string
|
||||
*
|
||||
* @return void
|
||||
* @return bool
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user