27 May
                
                    2014
                
            
            
                27 May
                
                '14
                
            
            
            
        
    
                1:15 p.m.
            
        2014-05-27 18:53 GMT+02:00 Marc Delisle <marc@infomarc.info>:
Hi, I found out that some bug reports by Scrutinizer are wrong. For example, in [0], the PHP Analyzer reports that you cannot assign a return value because mysqli_init() always returns null, which is not the case.
[0]
-- Marc Delisle (phpMyAdmin)
Hi, Another one is this one: https://scrutinizer-ci.com/g/phpmyadmin/phpmyadmin/issues/master/files/libra... Scrutinizer believes that the method isn't doing anything, but it is overwriting $_REQUEST. It seems that Scrutinizer doesn't understand this. H.