Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: ec22dd707a20041e96bdbc3ac073ccd8ce8431c8
https://github.com/phpmyadmin/phpmyadmin/commit/ec22dd707a20041e96bdbc3ac07…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-09 (Mon, 12 December 2019) -03:00
Changed paths:
M composer.json
M phpstan-baseline.neon
M phpstan.neon.dist
Log Message:
-----------
Downgrade PHPStan to 0.11
Increases level to max and adds the current errors as a baseline.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 958ba8822d7724f578530df4d6267d38b0914474
https://github.com/phpmyadmin/phpmyadmin/commit/958ba8822d7724f578530df4d62…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-09 (Mon, 12 December 2019) -03:00
Changed paths:
A libraries/classes/Controllers/Database/OperationsController.php
M libraries/routes.php
M services_controllers.yml
D libraries/entry_points/database/operations.php
Log Message:
-----------
Create Database\OperationsController
Moves database operations entry point logic to the
Database\OperationsController controller and removes the entry point
file.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>