Skip to content

Commit

Permalink
Merge pull request #3816 from BenMorel/fix-doc
Browse files Browse the repository at this point in the history
Fix documented return type
  • Loading branch information
morozov authored Jan 10, 2020
2 parents 2e54e78 + 866dde3 commit 69cd77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Schema/Comparator.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public function diffSequence(Sequence $sequence1, Sequence $sequence2) : bool
/**
* 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
{
Expand Down

0 comments on commit 69cd77e

Please sign in to comment.