X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Futils%2FRowUpdateGenerator.php;h=342dffd6fe3dd46b1ae1128ebaf793b19402927c;hb=e758226c91935a1df2b6fd3ed1f18922d8bfb45b;hp=6a4792cb5605eaff3ca75e3c9461ba80a55b1fce;hpb=7128c721e538ea98c6e561559f547a21a97eaf87;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/utils/RowUpdateGenerator.php b/includes/utils/RowUpdateGenerator.php index 6a4792cb56..342dffd6fe 100644 --- a/includes/utils/RowUpdateGenerator.php +++ b/includes/utils/RowUpdateGenerator.php @@ -26,10 +26,10 @@ interface RowUpdateGenerator { * updated value within the database row. * * Sample Response: - * return array( + * return [ * 'some_col' => 'new value', * 'other_col' => 99, - * ); + * ]; * * @param stdClass $row A row from the database * @return array Map of column names to updated value within the