The method getWeight() does not exist on graphp\edge\EdgeInterface. It seems like you code against a sub-type of graphp\edge\EdgeInterface such as graphp\edge\DefaultWeightedEdge.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
The method setWeight() does not exist on graphp\edge\EdgeInterface. It seems like you code against a sub-type of graphp\edge\EdgeInterface such as graphp\edge\DefaultWeightedEdge.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation