for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* Plugin Name: Nginx Compatibility
* Plugin URI: https://github.com/pothi/wordpress-mu-plugins
* Version: 0.1
* Description: To let WP know that Nginx support rewrites.
* Author: Pothi Kalimuthu
* Author URI: http://pothi.info
* License: GPL
*/
add_filter( 'got_rewrite', '__return_true' );
add_filter
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
ignore-call
/** @scrutinizer ignore-call */