Commit 866dde37 authored by Benjamin Morel's avatar Benjamin Morel

Fix documented return type

parent 2e54e78a
......@@ -170,7 +170,7 @@ class Comparator
/**
* Returns the difference between the tables $table1 and $table2.
*
* If there are no differences this method returns the boolean false.
* If there are no differences this method returns null.
*/
public function diffTable(Table $table1, Table $table2) : ?TableDiff
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment