Skip to content

Commit

Permalink
Fix documented return type
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Jan 10, 2020
1 parent 2e54e78 commit 866dde3
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 866dde3

Please sign in to comment.