The method column() does not exist on Stratadox\PuzzleSolver\Move. It seems like you code against a sub-type of Stratadox\PuzzleSolver\Move such as Stratadox\PuzzleSolver\P...\NQueens\QueenPlacement or Stratadox\PuzzleSolver\Puzzle\Sudoku\Entry.
(
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 row() does not exist on Stratadox\PuzzleSolver\Move. It seems like you code against a sub-type of Stratadox\PuzzleSolver\Move such as Stratadox\PuzzleSolver\P...\NQueens\QueenPlacement or Stratadox\PuzzleSolver\Puzzle\Sudoku\Entry.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation