Skip to content

Commit

Permalink
PHP 8.1 Refactorings
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi committed Feb 5, 2024
1 parent 8e9f31c commit 8223897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GDAO/Model/RecordInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public function getPrimaryVal(): mixed;
* Tells if the record, or a particular table-column in the record, has
* changed from its initial value.
*
* @param null|string $col The table-column name.
* @param null|string $col The table-column name. If null, check all column values in the record for changes, if non-null, check only specified column for change
*
* @return null|bool Returns null if the table-column name does not exist,
* true if the data is changed, false if not changed.
Expand Down

0 comments on commit 8223897

Please sign in to comment.