Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: c94aec86953f861f19720245f7f9a3d812232f6b https://github.com/phpmyadmin/phpmyadmin/commit/c94aec86953f861f19720245f7f9... Author: William Desportes williamdes@wdes.fr Date: 2019-05-01 (Wed, 05 May 2019) +02:00
Changed paths: M libraries/classes/ErrorReport.php
Log Message: ----------- Fix coding standard warning and removed typehint
Fix 'Usage of ELSE IF is discouraged; use ELSEIF'
Removed typehint because it creates an exception because sending functions return mixed and not string You can see this was expected on error_report.php 'if ($server_response === false) {'
Signed-off-by: William Desportes williamdes@wdes.fr