]> git.mxchange.org Git - friendica.git/commit
Rewrite:
authorRoland Häder <roland@mxchange.org>
Tue, 21 Jun 2022 09:44:23 +0000 (11:44 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 21 Jun 2022 11:47:38 +0000 (13:47 +0200)
commit44a9ec9b17ba449a861940e81f3f10875f1ef39a
treeeba5480ea537d6aa90298847023308717e95c2fc
parentf62c28008ae94da1730ab792b7f736f8eea41a70
Rewrite:
- avoid having array|string for $table to have a "string" type-hint for $table
- you now have to do it for yourself by giving 'schema.table' as parameter
src/Content/BoundariesPager.php
src/Content/Pager.php
src/Core/UserImport.php
src/Database/DBA.php
src/Database/DBStructure.php
src/Database/Database.php
src/Module/Admin/Summary.php
src/Util/PidFile.php