[phpmyadmin/phpmyadmin] 7852d1: Remove 15 years old (and now useless) function exists check on file_get_contents

Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 7852d1d8da15604b61d314ca03abed4fb9a5c4f4 https://github.com/phpmyadmin/phpmyadmin/commit/7852d1d8da15604b61d314ca03ab... Author: William Desportes <williamdes@wdes.fr> Date: 2021-05-21 (Fri, 05 May 2021) +02:00 Changed paths: M libraries/classes/File.php M phpstan-baseline.neon Log Message: ----------- Remove 15 years old (and now useless) function exists check on file_get_contents Introduced by: d3f335ac3d89bb6bfc7522da0f46ec3644261ec8 And moved afterwards by: f49b5d24cf17bf32d9b2662c27e3ae2508afd8e1 Now useless, the function always exists and it was the only place where the existence was checked Signed-off-by: William Desportes <williamdes@wdes.fr>
participants (1)
-
William Desportes