@ferio252 I found out that you can hide the notification by going to the WP-Config.php wordpress core file and changing define( ‘WP_DEBUG’, true ); to define( ‘WP_DEBUG’, false );
Since it is only a notification there will not be a major impact on your website.
It is nice to know that it is not just me.