Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 9e53d6914c0029a09af4bb3739de104bbef4c4ef
https://github.com/phpmyadmin/phpmyadmin/commit/9e53d6914c0029a09af4bb3739d…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-04-01 (Sat, 04 April 2023) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/CoreTest.php
M test/classes/Database/EventsTest.php
M test/classes/Database/SearchTest.php
M test/classes/Database/TriggersTest.php
M test/classes/Dbal/DbiDummyTest.php
M test/classes/ErrorHandlerTest.php
M test/classes/Gis/GisFactoryTest.php
M test/classes/Gis/GisGeometryCollectionTest.php
M test/classes/Gis/GisGeometryTest.php
M test/classes/Gis/GisLineStringTest.php
M test/classes/Gis/GisMultiLineStringTest.php
M test/classes/Gis/GisMultiPointTest.php
M test/classes/Gis/GisMultiPolygonTest.php
M test/classes/Gis/GisPointTest.php
M test/classes/Gis/GisPolygonTest.php
M test/classes/LinterTest.php
M test/classes/Plugins/Auth/AuthenticationHttpTest.php
M test/classes/Plugins/Transformations/TransformationPluginsTest.php
M test/classes/RoutingTest.php
M test/classes/Stubs/DbiDummy.php
M test/classes/Stubs/ResponseRenderer.php
M test/classes/TableTest.php
M test/classes/TypesTest.php
Log Message:
-----------
Improve array type inference for some tests
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 205d11fc9c292667dd690abb49f656064b5b581c
https://github.com/phpmyadmin/phpmyadmin/commit/205d11fc9c292667dd690abb49f…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-04-01 (Sat, 04 April 2023) -03:00
Changed paths:
M js/src/designer/database.ts
M js/src/designer/history.ts
M js/src/designer/move.ts
M js/src/drag_drop_import.ts
M js/src/error_report.ts
M js/src/export.ts
M js/src/modules/ajax-message.ts
M js/src/modules/ajax.ts
M js/src/modules/config.ts
M js/src/modules/console.ts
M js/src/modules/console/config.ts
M js/src/modules/cross_framing_protection.ts
M js/src/modules/functions.ts
M js/src/modules/functions/config.ts
M js/src/modules/functions/handleCreateViewModal.ts
M js/src/modules/functions/refreshMainContent.ts
M js/src/modules/indexes.ts
M js/src/modules/navigation.ts
M js/src/modules/page_settings.ts
M js/src/modules/tooltip.ts
M js/src/server/status/processes.ts
M js/src/sql.ts
M js/src/table/change.ts
M js/src/table/operations.ts
M js/src/table/relation.ts
M js/src/webauthn.ts
Log Message:
-----------
Add void return type when annotaded
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>