Unverified Commit 69cd77e0 authored by Sergei Morozov's avatar Sergei Morozov Committed by GitHub

Merge pull request #3816 from BenMorel/fix-doc

Fix documented return type
parents 2e54e78a 866dde37
......@@ -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